Update src/app/schedule/page.tsx

This commit is contained in:
2026-03-13 23:23:13 +00:00
parent a09051b8ea
commit 8dcf34bc6e

View File

@@ -65,7 +65,7 @@ export default function SchedulePage() {
background={{
variant: "animated-grid"
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=10"
imageAlt="Tournament schedule calendar"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -91,42 +91,42 @@ export default function SchedulePage() {
id: "tournament-1",
name: "Valorant Champions 2024",
price: "March 15-20",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=11",
imageAlt: "Valorant Champions tournament"
},
{
id: "tournament-2",
name: "CS2 World Finals",
price: "April 1-10",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=12",
imageAlt: "Counter-Strike 2 World Finals"
},
{
id: "tournament-3",
name: "League of Legends Worlds",
price: "September 25-November 2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=13",
imageAlt: "League of Legends World Championship"
},
{
id: "tournament-4",
name: "The International (Dota 2)",
price: "August 12-18",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=14",
imageAlt: "The International Dota 2"
},
{
id: "tournament-5",
name: "Overwatch Champions",
price: "May 5-12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=15",
imageAlt: "Overwatch Champions"
},
{
id: "tournament-6",
name: "Regional Qualifiers",
price: "Ongoing Weekly",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AuYLRjnhWnaZjwr0SUXUhoJPpR/digital-esports-tournament-schedule-cale-1773444120052-58b6382b.png?_wi=16",
imageAlt: "Regional Qualifiers"
}
]}