2 Commits

View File

@@ -3,12 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, Award, Zap } from 'lucide-react';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
export default function HomePage() {
return (
@@ -38,27 +39,18 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="AGENTAI"
description="Intelligent automation platform empowering enterprises to scale operations with AI-driven agents that learn, adapt, and deliver measurable ROI"
buttons={[
{ text: "Start Free Trial", href: "/contact" },
{ text: "Watch Demo", href: "https://www.youtube.com" }
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", imageAlt: "Advanced AI automation technology interface"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-template-infographic-dashboard_23-2148378206.jpg", imageAlt: "Enterprise AI dashboard with analytics"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg", imageAlt: "Intelligent workflow automation system"
}
]}
autoplayDelay={5000}
showDimOverlay={true}
/>
<HeroSplit
title="Unlock the Power of AI"
description="Transform your operations with cutting-edge AI solutions designed for enterprise scale."
background={{ variant: "plain" }}
tag="Feature"
buttons={[
{ text: "Start Free Trial", href: "/contact" },
{ text: "Watch Demo", href: "https://www.youtube.com" }
]}
imageSrc="https://placehold.co/600x400"
imagePosition="left"
/>
</div>
<div id="features" data-section="features">
@@ -123,6 +115,16 @@ export default function HomePage() {
/>
</div>
<div id="hero_billboard_carousel" data-section="hero_billboard_carousel">
<HeroBillboardCarousel
title="Transform Your Business with AI"
description="Discover how AgentAI can optimize your operations and drive growth."
background={{ variant: "plain" }}
tag="Feature"
buttons={[{ text: "Get Started", label: "Get Started", href: "#" }, { text: "Learn More", label: "Learn More", href: "#" }]}
mediaItems={[{ title: "AI-Powered Insights", description: "Unlock actionable insights with advanced analytics." }, { title: "Seamless Integration", description: "Effortlessly integrate AI into your existing systems." }]}
/>
</div>
<FooterBaseCard
logoText="AgentAI"
copyrightText="© 2025 AgentAI Inc. All rights reserved."