diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b6cc2..cc0922a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,32 +65,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=1", imageAlt: "Barbershop interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=2", imageAlt: "Barber chair", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=3", imageAlt: "Barber tools", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=4", imageAlt: "Interior details", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=5", imageAlt: "Barbershop vibe", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43550.jpg?_wi=6", imageAlt: "Professional salon", }, ]}