From 8f5cb4a7be4a49e6570f3e61920042ad82b8d865 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e2a06c..797c3e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import ContactFaq from '@/components/sections/contact/ContactFaq'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import { Sparkles, Zap, CheckCircle, Users, Wrench, MapPin, Award, Star, Send } from 'lucide-react'; export default function LandingPage() { @@ -42,37 +43,33 @@ export default function LandingPage() {
-
-- 2.49.1