Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:09:40 +00:00

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"