diff --git a/src/app/page.tsx b/src/app/page.tsx index 319ceec..0c7d51c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Zap, ShieldCheck, Mail, Phone, MapPin } from "lucide-react"; +import { CheckCircle, Zap, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -122,6 +122,7 @@ export default function LandingPage() { description="Get your free, no-obligation consultation today and experience the WindowPros difference." buttons={[{ text: "Request Free Quote", href: "#contact" }]} useInvertedBackground={true} + background={{ variant: "plain" }} />