From 49f98f375a4f22ec12283c47e353b9c72cd074dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:46:16 +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 89a7e31..8fb5a08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { buttons={[ { text: "Our Services", href: "services" } ]} - useInvertedBackground={false} + useInvertedBackground={true} /> @@ -130,7 +130,7 @@ export default function LandingPage() { ]} animationType="scale-rotate" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} buttons={[ { text: "See Testimonials", href: "testimonials" } ]} -- 2.49.1