From 5aad9861ac57f8e8c4ab5a619a9e725299caba79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:11:39 +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 88e5923..44e3b1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg", + 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", + 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/sunset-football-field_23-2151952456.jpg?_wi=6", imageAlt: "ES Zarzis Match", }, ]} -- 2.49.1