From 2db413181d5d220a86bd2efdc7ae427955dd6efd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:58:47 +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 57c36f0..546674b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "Luxury barber shop interior" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg?_wi=1", imageAlt: "Luxury barber shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg", imageAlt: "Professional barber styling" + imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg?_wi=1", imageAlt: "Professional barber styling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg", imageAlt: "Premium salon lounge" + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=1", imageAlt: "Premium salon lounge" } ]} autoplayDelay={4000} @@ -87,15 +87,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Executive Haircut & Style", author: "Master Stylists", description: "Precision cutting and styling tailored to your face shape and personal style. Includes consultation and product recommendation.", tags: ["Haircut", "Popular"], - imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg", imageAlt: "Executive haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg?_wi=2", imageAlt: "Executive haircut service" }, { id: "2", title: "Traditional Hot Shave", author: "Certified Barbers", description: "Classic hot towel shave with premium products. A luxurious experience honoring barbering tradition.", tags: ["Shaving", "Luxury"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "Traditional hot shave" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg?_wi=2", imageAlt: "Traditional hot shave" }, { id: "3", title: "Beard Sculpting & Conditioning", author: "Expert Craftsmen", description: "Custom beard design, trimming, and conditioning treatments to keep your beard looking sharp and healthy.", tags: ["Beard Care", "Grooming"], - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg", imageAlt: "Beard sculpting service" + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=2", imageAlt: "Beard sculpting service" } ]} animationType="blur-reveal"