From 243a87aa906653e3ae439b544cac8a9985550b4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:36:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e216e89..8af102e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated-grid" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg", imageAlt: "Luxury barbershop interior" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=1", imageAlt: "Luxury barbershop interior" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Professional haircut service" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=1", imageAlt: "Professional haircut service" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg", imageAlt: "Expert beard grooming" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg?_wi=1", imageAlt: "Expert beard grooming" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg", imageAlt: "Classic barbershop shave" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg?_wi=1", imageAlt: "Classic barbershop shave" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Spa relaxation treatment" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=1", imageAlt: "Spa relaxation treatment" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg", imageAlt: "Barbershop ambiance" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=2", imageAlt: "Barbershop ambiance" } ]} autoPlay={true} @@ -103,19 +103,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Classic Haircut & Styling", tags: ["Traditional", "Modern"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=2", imageAlt: "Professional haircut service" }, { id: "2", title: "Beard Design & Maintenance", tags: ["Expert Care", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg", imageAlt: "Expert beard grooming" + imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg?_wi=2", imageAlt: "Expert beard grooming" }, { id: "3", title: "Hot Towel Shave", tags: ["Luxury", "Relaxing"], - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg", imageAlt: "Classic barbershop shave" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg?_wi=2", imageAlt: "Classic barbershop shave" }, { id: "4", title: "Spa & Relaxation Treatments", tags: ["Wellness", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Spa relaxation treatment" + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=2", imageAlt: "Spa relaxation treatment" } ]} animationType="slide-up" -- 2.49.1