Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user