diff --git a/src/app/page.tsx b/src/app/page.tsx index 9773694..4effc5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,7 @@ export default function BloxlyLandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" animationType="slide-up" + useInvertedBackground={false} members={[ { id: "1", name: "Describe Vision", role: "Input your game mechanics" }, { id: "2", name: "Generate Logic", role: "AI writes optimized Luau" }, @@ -106,6 +107,7 @@ export default function BloxlyLandingPage() { { name: "project", type: "text", placeholder: "Project name (optional)" } ]} buttonText="Secure Beta Spot" + useInvertedBackground={false} />