diff --git a/src/app/page.tsx b/src/app/page.tsx index d148dc9..d8770da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ 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'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; export default function HomePage() { return ( @@ -98,7 +99,18 @@ export default function HomePage() { mediaItems={[{ title: "AI-Powered Insights", description: "Unlock actionable insights with advanced analytics." }, { title: "Seamless Integration", description: "Effortlessly integrate AI into your existing systems." }]} /> - + +