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() {
-