Update src/app/page.tsx

This commit is contained in:
2026-03-14 10:09:36 +00:00
parent 2ee4300ea7
commit 9d6bacee0a

View File

@@ -114,10 +114,10 @@ export default function LandingPage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{ id: "registrations", value: "342", title: "Players Registered", description: "Active registrations this week" },
{ id: "teams", value: "67", title: "Teams Formed", description: "Competitive team squads" },
{ id: "regions", value: "28", title: "Countries", description: "Global participation reach" },
{ id: "matches", value: "156", title: "Matches Scheduled", description: "Total tournament matchups" }
{ id: "registrations", value: "342", title: "Players Registered", description: "Active registrations this week", imageSrc: "http://img.b2bpic.net/free-photo/professional-e-sports-afro-gamer-talking-microhone-live-tournament-streaming-viral-video-games-putting-headphones-typing-keyboard-online-championship_482257-12650.jpg", imageAlt: "Players registered metric" },
{ id: "teams", value: "67", title: "Teams Formed", description: "Competitive team squads", imageSrc: "http://img.b2bpic.net/free-photo/professional-e-sports-afro-gamer-talking-microhone-live-tournament-streaming-viral-video-games-putting-headphones-typing-keyboard-online-championship_482257-12650.jpg", imageAlt: "Teams formed metric" },
{ id: "regions", value: "28", title: "Countries", description: "Global participation reach", imageSrc: "http://img.b2bpic.net/free-vector/gradient-rugby-landing-page-template-design_23-2150214140.jpg", imageAlt: "Countries metric" },
{ id: "matches", value: "156", title: "Matches Scheduled", description: "Total tournament matchups", imageSrc: "http://img.b2bpic.net/free-photo/professional-e-sports-afro-gamer-talking-microhone-live-tournament-streaming-viral-video-games-putting-headphones-typing-keyboard-online-championship_482257-12650.jpg", imageAlt: "Matches scheduled metric" }
]}
animationType="slide-up"
textboxLayout="default"