diff --git a/src/app/page.tsx b/src/app/page.tsx index d134be4..14d30ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {