From c971981bd02bd5a84fde1fbd434915e98137c416 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:03:05 +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 ac579e7..11e2c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function HomePage() { gridVariant="uniform-4" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[{ text: "Explore Services", href: "services" }]} buttonAnimation="blur-reveal" /> -- 2.49.1