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"}, ]} />