From 93d37602d4be8cf4c045bcd3dbb7056c1e565535 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:42:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e356bc4..9438f8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { ] }, { - title: "Tournament Events", description: "Join daily tournaments with real prizes and climb the global leaderboards.", bentoComponent: "3d-task-list", title: "Tournament Events", items: [ + title: "Tournament Events", description: "Join daily tournaments with real prizes and climb the global leaderboards.", bentoComponent: "3d-task-list", items: [ { icon: Trophy, label: "Daily Tournaments", time: "Every 6hrs" }, { icon: Award, label: "Weekly Ranked", time: "Every 7 days" }, { icon: Award, label: "Monthly Champions", time: "Monthly" } @@ -139,7 +139,7 @@ export default function LandingPage() { tag="Community Stats" tagIcon={TrendingUp} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1