diff --git a/src/app/page.tsx b/src/app/page.tsx index 45504ee..f9a9c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Services", id: "#services" }, { name: "Projects", id: "#projects" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Contact", id: "#contact" }, + { name: "Contact", id: "#contact" } ]} button={{ text: "Get a Free Estimate" @@ -65,6 +65,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us" } ]} + useInvertedBackground={true} />