Update src/app/page.tsx

This commit is contained in:
2026-06-11 10:35:23 +00:00
parent 2c4c05ce8d
commit 02d877e1eb

View File

@@ -86,15 +86,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg?_wi=1",
imageAlt: "Football stadium with cheering crowd and lights",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827409.jpg?_wi=1",
imageAlt: "Soccer player celebrating a goal in a stadium",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-holding-cup_23-2148634687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-holding-cup_23-2148634687.jpg?_wi=1",
imageAlt: "Dynamic action shot from a World Cup match",
},
{
@@ -162,14 +162,14 @@ export default function LandingPage() {
description: "Journey through World Cup history, year by year, tournament by tournament.",
bentoComponent: "reveal-icon",
icon: History,
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg?_wi=2",
imageAlt: "football trophy logo minimal",
},
{
title: "Top Scorer Stats",
description: "Track the Golden Boot contenders and all-time leading goal scorers with interactive charts.",
bentoComponent: "animated-bar-chart",
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827409.jpg?_wi=2",
imageAlt: "football trophy logo minimal",
},
{
@@ -177,7 +177,7 @@ export default function LandingPage() {
description: "Discover participating nations with their flags and tournament history.",
bentoComponent: "reveal-icon",
icon: Flag,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-holding-cup_23-2148634687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-holding-cup_23-2148634687.jpg?_wi=2",
imageAlt: "football trophy logo minimal",
},
]}