From 6c09f13a5b53a5255d825218e67548cfc324969e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 19:28:37 +0200 Subject: [PATCH] Bob AI: [Block: hero-billboard-scroll|Hero Billboard Scrol... --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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() { /> +
+ +
+