From 480b2c8592deb57afd428561426bb0e8ad2f41e6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:05:07 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 220a81a..2e1beca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground="invertDefault" gridVariant="uniform-3-items" animationType="slide-up" /> @@ -128,7 +128,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="invertDefault" animationType="slide-up" /> @@ -162,7 +162,7 @@ export default function LandingPage() {