Merge version_2 into main #4
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,7 @@ const dummyMatchData: Record<string, Match> = {
|
||||
{ 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<string, Match> = {
|
||||
{ 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<string, Match> = {
|
||||
{ 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<string, Match> = {
|
||||
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<string, Match> = {
|
||||
{ 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"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user