From 1d55bc19ed1b45199e597dd13b92f6351c40f092 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} />