From 0c5c461b7bd8fa91ec3c55685d84fd225245c870 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:17:36 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 69e136c..f9f32fd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ const AboutPage = () => { description="Experienced professionals dedicated to your digital success." tag="Expert Team" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ @@ -111,7 +111,7 @@ const AboutPage = () => { description="The principles that guide everything we do." tag="What We Stand For" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ -- 2.49.1