From 4f591cacaf5b74c8614b0003ea44cfd8057cf0e8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:25:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b796b81..ade9cd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import { AlertCircle, Wrench, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { @@ -58,6 +59,28 @@ export default function LandingPage() { /> + +
); -} +} \ No newline at end of file -- 2.49.1