diff --git a/src/app/page.tsx b/src/app/page.tsx index 546c4c6..43337b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react"; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; export default function LandingPage() { return ( @@ -213,6 +214,10 @@ export default function LandingPage() { /> +
+ +
+