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" }, ]}