diff --git a/src/app/page.tsx b/src/app/page.tsx
index a47e57e..26232de 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,43 +43,14 @@ export default function LandingPage() {
@@ -222,21 +110,9 @@ export default function LandingPage() {
title="Our Community Impact"
tag="Player Statistics"
metrics={[
- {
- id: "m1",
- value: "15M+",
- description: "Happy Players",
- },
- {
- id: "m2",
- value: "200+",
- description: "Interactive Games",
- },
- {
- id: "m3",
- value: "500M+",
- description: "Problems Solved",
- },
+ { id: "m1", value: "15M+", description: "Happy Players" },
+ { id: "m2", value: "200+", description: "Interactive Games" },
+ { id: "m3", value: "500M+", description: "Problems Solved" }
]}
metricsAnimation="slide-up"
/>
@@ -246,62 +122,14 @@ export default function LandingPage() {
@@ -311,22 +139,11 @@ export default function LandingPage() {