From 649578b8eb855a8f3db87c0567d9edfee0f1373a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 28 Jan 2026 23:32:50 +0200 Subject: [PATCH] Bob AI: [Block: hero-billboard-scroll|Hero Billboard Scrol... --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec299d5..284cfa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; export default function HomePage() { return ( @@ -234,7 +235,18 @@ export default function HomePage() { termsText="We respect your privacy. Unsubscribe at any time. No spam, ever." /> - + +