From aa69b2b4cd10e60579b058273734ad1bdf32e745 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:40:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1354a7f..fc6985e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Live Scores", href: "#scores" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/silhouette-excited-crowd-grunge-union-jack-flag-background_1048-14380.jpg" + imageSrc="http://img.b2bpic.net/free-vector/silhouette-excited-crowd-grunge-union-jack-flag-background_1048-14380.jpg?_wi=1" imageAlt="Football stadium with crowd" imagePosition="right" mediaAnimation="slide-up" @@ -101,13 +101,13 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Instant Score Updates", description: "Receive live notifications for goals, penalties, and match milestones instantly.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg", imageAlt: "Live scores display" + title: "Instant Score Updates", description: "Receive live notifications for goals, penalties, and match milestones instantly.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg?_wi=1", imageAlt: "Live scores display" }, { - title: "Player Statistics", description: "Track individual player performance including passes, shots, and key moments.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg", imageAlt: "Player stats tracking" + title: "Player Statistics", description: "Track individual player performance including passes, shots, and key moments.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg?_wi=2", imageAlt: "Player stats tracking" }, { - title: "Match Analytics", description: "Deep dive into match analysis with possession stats, heat maps, and tactical insights.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg", imageAlt: "Match analytics" + title: "Match Analytics", description: "Deep dive into match analysis with possession stats, heat maps, and tactical insights.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-football-championship-schedule-template_52683-98733.jpg?_wi=3", imageAlt: "Match analytics" } ]} gridVariant="three-columns-all-equal-width" @@ -204,7 +204,7 @@ export default function LandingPage() {