From 846226b05982dcfda3d0567f5d31f907af3e1502 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:39:42 +0000 Subject: [PATCH 1/4] Update src/app/archives/page.tsx --- src/app/archives/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/archives/page.tsx b/src/app/archives/page.tsx index 939888b..2f9ab14 100644 --- a/src/app/archives/page.tsx +++ b/src/app/archives/page.tsx @@ -73,7 +73,7 @@ export default function ArchivesPage() { title="World Cup Archives" description="Explore the rich history of the FIFA World Cup. Relive every tournament, match, and iconic moment." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg", imageAlt: "Football stadium with cheering crowd" }, + { imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg?_wi=2", imageAlt: "Football stadium with cheering crowd" }, ]} /> From 8264fb535b892f61c511bda3d00072e0eb0f79b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:39:43 +0000 Subject: [PATCH 2/4] Update src/app/matches/[id]/page.tsx --- src/app/matches/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/matches/[id]/page.tsx b/src/app/matches/[id]/page.tsx index 3d845c7..7237964 100644 --- a/src/app/matches/[id]/page.tsx +++ b/src/app/matches/[id]/page.tsx @@ -37,7 +37,7 @@ const dummyMatchData: Record = { { name: "Lionel Messi (ARG)", minute: 108 }, { name: "Kylian Mbappé (FRA)", minute: 118 }, ], - imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-switzerland_187299-31172.jpg", imageAlt: "Argentina vs France World Cup Final 2022" + imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-switzerland_187299-31172.jpg?_wi=2", imageAlt: "Argentina vs France World Cup Final 2022" }, "match-2": { id: "match-2", homeTeam: "Brazil", awayTeam: "Germany", homeScore: 1, @@ -52,13 +52,13 @@ const dummyMatchData: Record = { { name: "André Schürrle (GER)", minute: 79 }, { name: "Oscar (BRA)", minute: 90 }, ], - imageSrc: "http://img.b2bpic.net/free-photo/ghana-vs-croatia-football_187299-32095.jpg", imageAlt: "Brazil vs Germany World Cup Semi-final 2014" + imageSrc: "http://img.b2bpic.net/free-photo/ghana-vs-croatia-football_187299-32095.jpg?_wi=2", imageAlt: "Brazil vs Germany World Cup Semi-final 2014" }, "match-3": { id: "match-3", homeTeam: "Italy", awayTeam: "Brazil", homeScore: 0, awayScore: 0, date: "July 17, 1994", venue: "Rose Bowl, USA", tournamentStage: "1994 Final", goalScorers: [], // No goals in regular/extra time - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536180.jpg", imageAlt: "Italy vs Brazil World Cup Final 1994" + imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536180.jpg?_wi=2", imageAlt: "Italy vs Brazil World Cup Final 1994" }, "match-4": { id: "match-4", homeTeam: "England", awayTeam: "Germany", homeScore: 1, @@ -70,7 +70,7 @@ const dummyMatchData: Record = { { name: "Thomas Müller (GER)", minute: 67 }, { name: "Thomas Müller (GER)", minute: 70 }, ], - imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062039.jpg", imageAlt: "England vs Germany World Cup 2010" + imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062039.jpg?_wi=2", imageAlt: "England vs Germany World Cup 2010" }, "match-5": { id: "match-5", homeTeam: "Spain", awayTeam: "Netherlands", homeScore: 1, @@ -78,7 +78,7 @@ const dummyMatchData: Record = { date: "July 11, 2010", venue: "Soccer City, South Africa", tournamentStage: "2010 Final", goalScorers: [ { name: "Andrés Iniesta (ESP)", minute: 116 }, ], - imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg", imageAlt: "Spain vs Netherlands World Cup Final 2010" + imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg?_wi=2", imageAlt: "Spain vs Netherlands World Cup Final 2010" }, "match-6": { id: "match-6", homeTeam: "USA", awayTeam: "Mexico", homeScore: 2, @@ -87,7 +87,7 @@ const dummyMatchData: Record = { { name: "Brian McBride (USA)", minute: 8 }, { name: "Landon Donovan (USA)", minute: 65 }, ], - imageSrc: "http://img.b2bpic.net/free-photo/morocco-vs-united-states-football_187299-32225.jpg", imageAlt: "USA vs Mexico World Cup 2002" + imageSrc: "http://img.b2bpic.net/free-photo/morocco-vs-united-states-football_187299-32225.jpg?_wi=2", imageAlt: "USA vs Mexico World Cup 2002" }, }; From 1f4fdca75eff50f7ef05101377f4a9caf08b40b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:39:43 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecd038d..4db929c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536119.jpg", imageAlt: "Football stadium with cheering crowd and lights"}, + 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", imageAlt: "Soccer player celebrating a goal in a stadium"}, { @@ -158,17 +158,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "match-1", name: "Argentina 3 - 3 France (4-2 PSO)", price: "2022 Final", imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-switzerland_187299-31172.jpg", imageAlt: "Argentina vs France World Cup Final 2022"}, + id: "match-1", name: "Argentina 3 - 3 France (4-2 PSO)", price: "2022 Final", imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-switzerland_187299-31172.jpg?_wi=1", imageAlt: "Argentina vs France World Cup Final 2022"}, { - id: "match-2", name: "Brazil 1 - 7 Germany", price: "2014 Semi-final", imageSrc: "http://img.b2bpic.net/free-photo/ghana-vs-croatia-football_187299-32095.jpg", imageAlt: "Brazil vs Germany World Cup Semi-final 2014"}, + id: "match-2", name: "Brazil 1 - 7 Germany", price: "2014 Semi-final", imageSrc: "http://img.b2bpic.net/free-photo/ghana-vs-croatia-football_187299-32095.jpg?_wi=1", imageAlt: "Brazil vs Germany World Cup Semi-final 2014"}, { - id: "match-3", name: "Italy 0 - 0 Brazil (2-3 PSO)", price: "1994 Final", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536180.jpg", imageAlt: "Italy vs Brazil World Cup Final 1994"}, + id: "match-3", name: "Italy 0 - 0 Brazil (2-3 PSO)", price: "1994 Final", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536180.jpg?_wi=1", imageAlt: "Italy vs Brazil World Cup Final 1994"}, { - id: "match-4", name: "England 2 - 4 Germany", price: "2010 Round of 16", imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062039.jpg", imageAlt: "England vs Germany World Cup 2010"}, + id: "match-4", name: "England 2 - 4 Germany", price: "2010 Round of 16", imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062039.jpg?_wi=1", imageAlt: "England vs Germany World Cup 2010"}, { - id: "match-5", name: "Spain 1 - 0 Netherlands", price: "2010 Final", imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg", imageAlt: "Spain vs Netherlands World Cup Final 2010"}, + id: "match-5", name: "Spain 1 - 0 Netherlands", price: "2010 Final", imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg?_wi=1", imageAlt: "Spain vs Netherlands World Cup Final 2010"}, { - id: "match-6", name: "USA 2 - 0 Mexico", price: "2002 Round of 16", imageSrc: "http://img.b2bpic.net/free-photo/morocco-vs-united-states-football_187299-32225.jpg", imageAlt: "USA vs Mexico World Cup 2002"}, + id: "match-6", name: "USA 2 - 0 Mexico", price: "2002 Round of 16", imageSrc: "http://img.b2bpic.net/free-photo/morocco-vs-united-states-football_187299-32225.jpg?_wi=1", imageAlt: "USA vs Mexico World Cup 2002"}, ]} title="Recent & Upcoming Matches" description="Stay up-to-date with the latest World Cup results and upcoming fixtures. Click any match for full details including goal scorers and more." From 7681813f852e1c38293033a73c7c4c674e61c910 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:39:44 +0000 Subject: [PATCH 4/4] Update src/app/search/page.tsx --- src/app/search/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index 60ae204..ad093ce 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -74,7 +74,7 @@ export default function SearchPage() { title="Search World Cup Data" description="Quickly find matches, teams, players, or tournaments with our powerful search tools." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg", imageAlt: "Football players on a field" }, + { imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg?_wi=3", imageAlt: "Football players on a field" }, ]} />