diff --git a/src/app/page.tsx b/src/app/page.tsx index 759dfbb..5e16cb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=1", imageAlt: "barbershop interior modern high-end", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg?_wi=1", imageAlt: "men grooming haircut salon", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=2", imageAlt: "Side view of leather barber shop chair", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7249.jpg?_wi=2", imageAlt: "Side view of leather barber shop chair", }, ]}