From 406e6d471c30de946b986246215dd1af8bd74e85 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:46:45 +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