From 6b51c3d2cfe23778c8efdc292726538b4b833b31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:40:31 +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 cdf9f61..e79207b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} carouselMode="buttons" /> -- 2.49.1