3 Commits

Author SHA1 Message Date
3889b7ff41 Update src/app/page.tsx 2026-05-15 14:22:52 +00:00
e95c4a23dc Merge version_5 into main
Merge version_5 into main
2026-05-15 14:12:21 +00:00
c062ddc300 Merge version_5 into main
Merge version_5 into main
2026-05-15 14:11:52 +00:00

View File

@@ -42,11 +42,7 @@ export default function BloxlyLandingPage() {
title="The AI Coding Agent for Roblox Studio" title="The AI Coding Agent for Roblox Studio"
description="Accelerate your Luau development with Bloxly's precision coding engine. Generate high-performance, network-safe game logic in seconds." description="Accelerate your Luau development with Bloxly's precision coding engine. Generate high-performance, network-safe game logic in seconds."
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
testimonials={[ testimonials={[]}
{
name: "Alex Dev", handle: "@alexdev", testimonial: "Bloxly cut my development time by 70%. It's a game-changer for Roblox creators.", rating: 5,
}
]}
buttons={[{ text: "Get Beta Access", href: "#beta" }]} buttons={[{ text: "Get Beta Access", href: "#beta" }]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -105,8 +101,8 @@ export default function BloxlyLandingPage() {
<ContactCTA <ContactCTA
tag="Get Early Access" tag="Get Early Access"
tagIcon={Sparkles} tagIcon={Sparkles}
title="Join the Builder Revolution" title="Join the Builder Community"
description="Secure your spot in the Bloxly beta program and start shipping better games faster." description="Closed beta. Limited seats."
buttons={[{ text: "Request Access" }]} buttons={[{ text: "Request Access" }]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -119,7 +115,7 @@ export default function BloxlyLandingPage() {
{ title: "Bloxly", items: [{ label: "Documentation" }, { label: "API Reference" }] }, { title: "Bloxly", items: [{ label: "Documentation" }, { label: "API Reference" }] },
{ title: "Community", items: [{ label: "Discord" }, { label: "Terms of Service" }] } { title: "Community", items: [{ label: "Discord" }, { label: "Terms of Service" }] }
]} ]}
bottomLeftText="© 2024 Bloxly. All rights reserved." bottomLeftText="© 2026 Strop de Aer SRL · Cluj-Napoca, Romania"
bottomRightText="Built for Roblox creators." bottomRightText="Built for Roblox creators."
/> />
</div> </div>