From fefdd0980e34c6e147a4a11a049290daf5c90298 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:18:59 +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 4f9c3ee..de062a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function HomePage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "Explore All Features", href: "#" }]} buttonAnimation="blur-reveal" /> -- 2.49.1