From 48495f5ac85057c16dc2898facc1112b90d26096 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:52:20 +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 2867407..3baba42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "Get Started", href: "#contact" }]} buttonAnimation="slide-up" /> -- 2.49.1