Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-15 14:22:58 +00:00

View File

@@ -42,11 +42,7 @@ export default function BloxlyLandingPage() {
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."
background={{ variant: "gradient-bars" }}
testimonials={[
{
name: "Alex Dev", handle: "@alexdev", testimonial: "Bloxly cut my development time by 70%. It's a game-changer for Roblox creators.", rating: 5,
}
]}
testimonials={[]}
buttons={[{ text: "Get Beta Access", href: "#beta" }]}
mediaAnimation="slide-up"
/>
@@ -105,8 +101,8 @@ export default function BloxlyLandingPage() {
<ContactCTA
tag="Get Early Access"
tagIcon={Sparkles}
title="Join the Builder Revolution"
description="Secure your spot in the Bloxly beta program and start shipping better games faster."
title="Join the Builder Community"
description="Closed beta. Limited seats."
buttons={[{ text: "Request Access" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -119,7 +115,7 @@ export default function BloxlyLandingPage() {
{ title: "Bloxly", items: [{ label: "Documentation" }, { label: "API Reference" }] },
{ 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."
/>
</div>