From 40af7ef2413aefecd96dad847369af2a87cacf16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 11:00:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39397f5..5d69d34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg", imageAlt: "Luxury salon interior with modern design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg", imageAlt: "Professional salon styling area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Stunning hair transformation" } + { imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg?_wi=1", imageAlt: "Luxury salon interior with modern design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg?_wi=1", imageAlt: "Professional salon styling area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=1", imageAlt: "Stunning hair transformation" } ]} autoplayDelay={4000} showDimOverlay={false} @@ -187,10 +187,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Salon Interior", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg", imageAlt: "Modern salon interior" + id: "1", name: "Salon Interior", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg?_wi=2", imageAlt: "Modern salon interior" }, { - id: "2", name: "Client Transformation", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Stunning hair transformation" + id: "2", name: "Client Transformation", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=2", imageAlt: "Stunning hair transformation" }, { id: "3", name: "Spa Station", price: "Relax Here", imageSrc: "http://img.b2bpic.net/free-photo/empty-ski-resort-used-winter-sports_482257-76560.jpg", imageAlt: "Professional spa washing area" @@ -205,7 +205,7 @@ export default function LandingPage() { title="Book Your Appointment" description="Get in touch with us to schedule your service. Fill out the form below and we'll confirm your appointment shortly." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg?_wi=2" imageAlt="Salon interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1