diff --git a/src/app/page.tsx b/src/app/page.tsx index d0099fe..3383cc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,32 +69,32 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=1", imageAlt: "Barber shop atmosphere", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=2", imageAlt: "Barber shop atmosphere", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=3", imageAlt: "Barber shop atmosphere", }, { id: "h4", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=4", imageAlt: "Barber shop atmosphere", }, { id: "h5", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=5", imageAlt: "Barber shop atmosphere", }, { id: "h6", - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=6", imageAlt: "Barber shop atmosphere", }, ]}