From 3889b7ff41a6256074190a011a7f3f78702e0992 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:22:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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() {