diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b76d0e..a9c704b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> +