From 57ed5baaec581404350a1d821b9ab0f472df89d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:38:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9fbeb0..6942a49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { title="Game Features" description="Explore the exciting tools we built to make your game better." features={[ - { title: "Real-time Multiplayer", description: "Play globally.", bentoComponent: "reveal-icon", icon: Users }, - { title: "Custom Themes", description: "Personalize board looks.", bentoComponent: "reveal-icon", icon: Palette }, - { title: "Live Social Chat", description: "Connect with friends.", bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Nice roll!", aiResponse: "Haha, luck is on my side!" }], placeholder: "Send a message..." } + { title: "Real-time Multiplayer", description: "Challenge friends and rivals across the globe in real-time matches.", bentoComponent: "reveal-icon", icon: Users }, + { title: "Custom Themes", description: "Express your unique style with fully customizable board designs and pieces.", bentoComponent: "reveal-icon", icon: Palette }, + { title: "Live Social Chat", description: "Stay connected and share the thrill of victory through live in-game chat.", bentoComponent: "chat", aiIcon: MessageCircle, userIcon: User, exchanges: [{ userMessage: "Nice roll!", aiResponse: "Haha, luck is on my side!" }], placeholder: "Send a message..." } ]} /> -- 2.49.1