diff --git a/src/app/page.tsx b/src/app/page.tsx index 56846d6..43fb237 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[ { text: "Explore All Features", href: "https://example.com/features" }, ]}