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