From be07bcd8eefde4f049ab94af0886de79053f143b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 01:54:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac331fc..1ff3113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@jamesr", testimonial: "Best fade I've had in years. Professional and clean.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg?_wi=1", imageAlt: "barbershop interior professional chair", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Excellent attention to detail. Always consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg?_wi=1", imageAlt: "barber grooming service close up", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { imageAlt: "man getting beard trim", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg?_wi=2" imageAlt="Professional barber service in action" mediaAnimation="blur-reveal" avatars={[ @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "Precision work. My search for a reliable barber is over.", tag: "New", avatarSrc: "http://img.b2bpic.net/free-photo/woman-combing-beard-handsome-man_23-2147737038.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg?_wi=1", imageAlt: "barbershop front exterior entrance", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "Always leave the shop looking sharp. Friendly guys.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6357.jpg?_wi=3", imageAlt: "barbershop interior professional chair", }, { @@ -279,7 +279,7 @@ export default function LandingPage() { quote: "Exceptional service and great local neighborhood vibe.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg?_wi=2", imageAlt: "barber grooming service close up", }, ]} @@ -312,7 +312,7 @@ export default function LandingPage() { placeholder: "Special requests or preferred time?", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg?_wi=2" /> -- 2.49.1