From 4eb2dfc7eef7592277441772111f60a579f8addb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:53:35 +0000 Subject: [PATCH] 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 070babe..a092873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { tag="Services" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-4-items" animationType="slide-up" features={[ -- 2.49.1