From 9f7f3fdb602f41a9dc8c2fab3ce7790e31b33169 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2088c1f..a780c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Stadium"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=1", imageAlt: "ES Zarzis Stadium"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Victory"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=2", imageAlt: "ES Zarzis Victory"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Team"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=3", imageAlt: "ES Zarzis Team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Fans"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=4", imageAlt: "ES Zarzis Fans"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Training"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=5", imageAlt: "ES Zarzis Training"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", imageAlt: "ES Zarzis Match"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=6", imageAlt: "ES Zarzis Match"}, ]} /> -- 2.49.1