From f6fe951e5f703be6cb4f557c2e46328d0585bcfb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:23:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cf29f1..d3ca5c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "North Hills Barber Shop interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=1", imageAlt: "Professional haircut service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg", imageAlt: "Expert beard grooming"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg?_wi=1", imageAlt: "Expert beard grooming"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Classic straight razor shave"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg?_wi=1", imageAlt: "Classic straight razor shave"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg", imageAlt: "Premium barbershop environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg?_wi=1", imageAlt: "Premium barbershop environment"}, ]} ariaLabel="North Hills Barber Shop hero section" containerClassName="w-full" @@ -80,13 +80,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Precision Haircuts", description: "Expert cutting techniques using traditional and modern styles. Every cut is customized to complement your face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Professional haircut service"}, + title: "Precision Haircuts", description: "Expert cutting techniques using traditional and modern styles. Every cut is customized to complement your face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=2", imageAlt: "Professional haircut service"}, { id: 2, - title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and conditioning treatments. Keep your beard looking distinguished and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg", imageAlt: "Expert beard grooming"}, + title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and conditioning treatments. Keep your beard looking distinguished and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg?_wi=2", imageAlt: "Expert beard grooming"}, { id: 3, - title: "Classic Shaves", description: "Traditional straight razor shaves with hot towel treatments. Experience the luxury and precision of authentic barbershop shaving.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Classic straight razor shave"}, + title: "Classic Shaves", description: "Traditional straight razor shaves with hot towel treatments. Experience the luxury and precision of authentic barbershop shaving.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg?_wi=2", imageAlt: "Classic straight razor shave"}, ]} ariaLabel="Services section" containerClassName="w-full" @@ -150,7 +150,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg?_wi=2" imageAlt="North Hills Barber Shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1