From b4b9675f10dac51b11848fa00f7ea602181f404e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:46:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72ea3c7..ca6604a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { buttons={[ { text: "Our Services", href: "services" } ]} - useInvertedBackground={true} + useInvertedBackground={false} /> @@ -147,7 +147,7 @@ export default function LandingPage() { ]} animationType="scale-rotate" textboxLayout="default" - useInvertedBackground={true} + useInvertedBackground={false} buttons={[ { text: "See Testimonials", href: "testimonials" } ]} @@ -181,7 +181,7 @@ export default function LandingPage() { cardTag="Google Reviews" cardTagIcon={Heart} cardAnimation="blur-reveal" - useInvertedBackground={true} + useInvertedBackground={false} /> -- 2.49.1