Update src/app/page.tsx

This commit is contained in:
2026-05-15 14:10:07 +00:00
parent 23d07236ef
commit b049dfcce8

View File

@@ -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}
/>
</div>