diff --git a/src/app/page.tsx b/src/app/page.tsx index 3edcb07..1ce13b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"