Bob AI: Can you add some more section to the site feels ki...

This commit is contained in:
2026-02-02 15:17:15 +00:00
parent 020aa35b42
commit f1552e53b4

View File

@@ -9,6 +9,7 @@ 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 (
@@ -114,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."