diff --git a/src/app/page.tsx b/src/app/page.tsx
index 287500b..6d5605a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,113 +42,40 @@ export default function LandingPage() {
@@ -185,37 +100,18 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Real-time Multiplayer",
- description: "Play against friends or strangers globally.",
- bentoComponent: "reveal-icon",
- icon: Users,
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-figurine-with-dices_23-2149352296.jpg",
- imageAlt: "digital ludo board",
+ title: "Real-time Multiplayer", description: "Play against friends or strangers globally.", bentoComponent: "reveal-icon", icon: Users,
},
{
- title: "Custom Themes",
- description: "Personalize your board look.",
- bentoComponent: "reveal-icon",
- icon: Palette,
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-video-game-elements-collection_52683-111450.jpg",
- imageAlt: "digital ludo board",
+ title: "Custom Themes", description: "Personalize your board look.", bentoComponent: "reveal-icon", icon: Palette,
},
{
- title: "Live Chat",
- description: "Connect with friends while playing.",
- bentoComponent: "chat",
- aiIcon: MessageCircle,
+ title: "Live Chat", description: "Connect with friends while playing.", bentoComponent: "chat", aiIcon: MessageCircle,
userIcon: User,
exchanges: [
- {
- userMessage: "Nice roll!",
- aiResponse: "Haha, luck is on my side today!",
- },
+ { userMessage: "Nice roll!", aiResponse: "Haha, luck is on my side today!" },
],
- placeholder: "Send a message...",
- imageSrc: "http://img.b2bpic.net/free-photo/gamers-having-fun-while-playing-videogames_23-2149142708.jpg",
- imageAlt: "digital ludo board",
- },
+ placeholder: "Send a message..."},
]}
title="Game Features"
description="Explore the exciting tools we built to make your game better."
@@ -228,31 +124,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "10M+",
- title: "Downloads",
- items: [
- "Android",
- "iOS",
- ],
- },
- {
- id: "m2",
- value: "5M+",
- title: "Monthly Players",
- items: [
- "Active users",
- ],
- },
- {
- id: "m3",
- value: "4.8★",
- title: "Avg. Rating",
- items: [
- "From 1M reviews",
- ],
- },
+ { id: "m1", value: "10M+", title: "Downloads", items: ["Android", "iOS"] },
+ { id: "m2", value: "5M+", title: "Monthly Players", items: ["Active users"] },
+ { id: "m3", value: "4.8★", title: "Avg. Rating", items: ["From 1M reviews"] },
]}
title="Ludo By The Numbers"
description="Join our growing community today."
@@ -263,31 +137,11 @@ export default function LandingPage() {