Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-11 13:18:38 +00:00

View File

@@ -59,15 +59,15 @@ export default function LandingPage() {
description="Experience the ultimate football tournament across North America. Get the full schedule, venue information, and stay updated with live match data."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg?_wi=1",
imageAlt: "football stadium night lights",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg?_wi=1",
imageAlt: "soccer ball on grass",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg?_wi=1",
imageAlt: "stadium crowd cheering",
},
{
@@ -138,7 +138,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563103.jpg?_wi=2",
imageAlt: "stadium architecture exterior",
},
{
@@ -159,7 +159,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885209.jpg?_wi=2",
imageAlt: "stadium architecture exterior",
},
{
@@ -180,7 +180,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536205.jpg?_wi=2",
imageAlt: "stadium architecture exterior",
},
]}