Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-09 18:48:43 +00:00

View File

@@ -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" }}
/>
</div>