Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1552e53b4 | |||
| 020aa35b42 |
@@ -3,12 +3,13 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Sparkles, Award, Zap } from 'lucide-react';
|
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() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -38,26 +39,17 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroSplit
|
||||||
logoText="AGENTAI"
|
title="Unlock the Power of AI"
|
||||||
description="Intelligent automation platform empowering enterprises to scale operations with AI-driven agents that learn, adapt, and deliver measurable ROI"
|
description="Transform your operations with cutting-edge AI solutions designed for enterprise scale."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
tag="Feature"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "/contact" },
|
{ text: "Start Free Trial", href: "/contact" },
|
||||||
{ text: "Watch Demo", href: "https://www.youtube.com" }
|
{ text: "Watch Demo", href: "https://www.youtube.com" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
imageSrc="https://placehold.co/600x400"
|
||||||
{
|
imagePosition="left"
|
||||||
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}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -123,6 +115,16 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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
|
<FooterBaseCard
|
||||||
logoText="AgentAI"
|
logoText="AgentAI"
|
||||||
copyrightText="© 2025 AgentAI Inc. All rights reserved."
|
copyrightText="© 2025 AgentAI Inc. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user