From acbc95e616a706038bc8eb4a9e74b0521a5a2faa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:21:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bee77c..278deae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,6 +119,7 @@ export default function LandingPage() { showStepNumbers={true} textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} buttons={[ { text: "Explore Features", href: "#settings" }, ]} @@ -154,6 +155,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} buttons={[ { text: "Compare Models", href: "#pricing" }, ]} -- 2.49.1