From 183fba70355955ee37e9584a94a7558cf542f4f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:57:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 070babe..5e0361d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageAlt="Construction equipment and site" textPosition="bottom-left" showBlur={true} - showDimOverlay={true} + showDimOverlay={false} buttons={[ { text: "Get a Quote", href: "contact" }, { text: "Learn More", href: "services" } @@ -135,7 +135,7 @@ export default function LandingPage() { "Preston City", "Franklin County", "Regional Builders", "Development Companies", "Contractors Network", "Municipal Services", "Commercial Clients", "Residential Projects" ]} speed={40} - showCard={false} + showCard={true} buttons={[ { text: "Partner With Us", href: "contact" } ]} -- 2.49.1