From f84e30bd9c09bc4150e16ec95d5243cd533a5acc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:37:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5632c02..e56548f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@mark_r", testimonial: "Best fade I've ever had. Jefferson's pays attention to every single detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-costumer-beauty-salon_23-2148242856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-costumer-beauty-salon_23-2148242856.jpg?_wi=1", imageAlt: "barbershop interior warm light", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@cd_style", testimonial: "Consistent, professional, and always a great conversation. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg?_wi=1", imageAlt: "man getting haircut close up", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@alexb_groom", testimonial: "Jefferson's brings the traditional vibe to life perfectly. I won't go anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg?_wi=1", imageAlt: "hot towel shave service", }, { @@ -101,11 +101,11 @@ export default function LandingPage() { handle: "@samt_t", testimonial: "Professional master barbers who really know how to shape a beard properly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg?_wi=1", imageAlt: "beard trim service barber", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sideways-costumer-beauty-salon_23-2148242856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sideways-costumer-beauty-salon_23-2148242856.jpg?_wi=2" imageAlt="Barber shop interior" avatars={[ { @@ -176,19 +176,19 @@ export default function LandingPage() { { title: "Classic Cuts", description: "Precision haircuts tailored to your specific face shape and style.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg?_wi=2", imageAlt: "Barber cutting hair", }, { title: "Hot Towel Shave", description: "Traditional straight razor shave with premium hot towels for ultimate relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg?_wi=2", imageAlt: "Barber shave service", }, { title: "Beard Grooming", description: "Master-level beard sculpting, trimming, and conditioning for a sharp look.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg?_wi=2", imageAlt: "Beard trim service", }, ]} @@ -254,7 +254,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg?_wi=3", imageAlt: "Full service", }, ]} -- 2.49.1