From 56567aea59a4b0a00a9b706c3858717f3baae4ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db71168..de2e031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,23 +49,23 @@ export default function LandingPage() { background={{ variant: "blurBottom" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=1", imageAlt: "Professional haircut service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Hair coloring treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=1", imageAlt: "Hair coloring treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Professional hair styling"}, + imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=1", imageAlt: "Professional hair styling"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg", imageAlt: "Salon interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=1", imageAlt: "Salon interior"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg", imageAlt: "Modern salon workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=2", imageAlt: "Modern salon workspace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Styling expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=2", imageAlt: "Styling expertise"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Color services"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=2", imageAlt: "Color services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Haircut expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=2", imageAlt: "Haircut expertise"}, ]} buttons={[ { text: "Book Appointment", href: "tel:+39-081-8278988" }, @@ -84,13 +84,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Men's Haircuts & Styling", tags: ["Classic", "Modern"], - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Men's haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=3", imageAlt: "Men's haircut service"}, { id: "2", title: "Hair Coloring & Treatments", tags: ["Natural", "Fashion Colors"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Hair coloring service"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=3", imageAlt: "Hair coloring service"}, { id: "3", title: "Professional Styling", tags: ["Events", "Special Occasions"], - imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Professional styling service"}, + imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=3", imageAlt: "Professional styling service"}, ]} animationType="slide-up" textboxLayout="default" @@ -106,7 +106,7 @@ export default function LandingPage() { description="Nando Parrucchiere" subdescription="Via Roma 2, Ottaviano, Naples, Italy" icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=3" imageAlt="Nando Parrucchiere salon interior" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1