From 61520a18cb152988216e1516aa6b7cc98b68df1a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:55:23 +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 43fb237..56846d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[ { text: "Explore All Features", href: "https://example.com/features" }, ]} -- 2.49.1