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