diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bbeb21..f6a292f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,17 +94,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548638.jpg?_wi=1", imageAlt: "Dynamic soccer action shot", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-spending-time-front-tv_329181-9954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-spending-time-front-tv_329181-9954.jpg?_wi=1", imageAlt: "Soccer team celebrating a win", }, { id: "hero-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548580.jpg?_wi=1", imageAlt: "Passionate fans in a stadium", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { imageAlt: "Community members in a pub", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548638.jpg?_wi=2", imageAlt: "Smartphone showing a vibrant Facebook feed of a local soccer club, comments, likes, engagement, Slovak language", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { imageAlt: "Novoť village scenery", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-spending-time-front-tv_329181-9954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-spending-time-front-tv_329181-9954.jpg?_wi=2", imageAlt: "Smartphone showing a vibrant Facebook feed of a local soccer club, comments, likes, engagement, Slovak language", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { imageAlt: "Children training soccer", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548580.jpg?_wi=2", imageAlt: "Smartphone showing a vibrant Facebook feed of a local soccer club, comments, likes, engagement, Slovak language", }, ]}