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." /> - + +