Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user