diff --git a/src/app/page.tsx b/src/app/page.tsx index 892f0c8..c076fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,18 +49,18 @@ export default function LandingPage() { background={{ variant: "grid" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Professional barber cutting hair with precision" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=1", imageAlt: "Professional barber cutting hair with precision" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg", imageAlt: "Expert barber styling client hair" + imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg?_wi=1", imageAlt: "Expert barber styling client hair" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg", imageAlt: "Luxury barbershop interior design" + imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=1", imageAlt: "Luxury barbershop interior design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Premium grooming service in progress" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=2", imageAlt: "Premium grooming service in progress" } ]} buttons={[ @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Our Heritage" tagIcon={Trophy} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=2" imageAlt="Lady Vicky Barbershop Premium Interior" imagePosition="right" mediaAnimation="blur-reveal" @@ -124,19 +124,19 @@ export default function LandingPage() { id: "haircut", title: "Classic Haircuts", descriptions: [ "Precision cuts tailored to your unique features and preferences", "Expert techniques ranging from timeless classics to contemporary styles", "Personal styling consultation to ensure perfection" ], - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=3", imageAlt: "Professional haircut service" }, { id: "shave", title: "Traditional Shaves", descriptions: [ "Authentic straight razor shaves for the ultimate grooming experience", "Hot towel preparation and premium shaving products", "Luxurious facial treatment included with every shave" ], - imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg", imageAlt: "Traditional straight razor shave" + imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg?_wi=2", imageAlt: "Traditional straight razor shave" }, { id: "styling", title: "Expert Styling", descriptions: [ "Bespoke styling for special occasions and everyday elegance", "Advanced coloring and treatment options available", "Personalized grooming products recommendations" ], - imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg", imageAlt: "Professional styling service" + imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=3", imageAlt: "Professional styling service" } ]} ariaLabel="Services section"