Bob AI: Can you add some more section to the site feels ki...
This commit is contained in:
@@ -9,6 +9,7 @@ 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 HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -114,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