From c791fbb4737bfa114227c4be7d835c3f5cbe8cfb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:51:58 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 25d6bba..3407ded 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ export default function AboutPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> -- 2.49.1 From d2e403e937bf0406672a5a8e7f00501348c31898 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:51:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 936ae22..cb27297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "Explore All Services", href: "/about" }]} /> -- 2.49.1