From ab2f171567d1ef2529ee1563e1bfe7e8d1642a7f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:42:38 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 662ac8e..f14a886 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -45,47 +45,47 @@ export default function ReviewsPage() { id: "1", name: "Kenji O", handle: "@kenji_cuts", testimonial: "Lynn's attention to detail is incredible. She takes time to understand exactly what I want and executes it perfectly every time. Best barber I've found in the Bay.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg", imageAlt: "Kenji, satisfied customer"}, + "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg?_wi=3", imageAlt: "Kenji, satisfied customer"}, { id: "2", name: "Marat", handle: "@marat_style", testimonial: "The precision and craftsmanship here is unmatched. Lynn knows exactly how to work with my hair type and always delivers a clean, sharp look. Worth every penny.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "Marat, premium customer"}, + "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=3", imageAlt: "Marat, premium customer"}, { id: "3", name: "Hamlet Strange", handle: "@hamlet_groomed", testimonial: "I've been going to barbershops for over 20 years, and Lynn is hands down the best. She treats every client like family and takes pride in every cut.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Hamlet, long-time customer"}, + "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=3", imageAlt: "Hamlet, long-time customer"}, { id: "4", name: "Marvin Navas", handle: "@marvin_fresh", testimonial: "Consistent quality, friendly service, and honest prices. Lynn keeps it real and delivers results every single time. This is my barber for life.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg", imageAlt: "Marvin, loyal customer"}, + "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg?_wi=3", imageAlt: "Marvin, loyal customer"}, { id: "5", name: "J", handle: "@j_refined", testimonial: "Finally found a barber who gets it. Lynn listens, executes, and makes you feel welcomed. Supporting a woman-owned shop that actually cares about the craft.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", imageAlt: "J, community supporter"}, + "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg?_wi=2", imageAlt: "J, community supporter"}, { id: "6", name: "S. E.", handle: "@se_grooming", testimonial: "The fade work is crispy, the atmosphere is welcoming, and the prices are fair. Lynn truly cares about making every customer look their best.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg", imageAlt: "S.E., satisfied customer"}, + "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg?_wi=4", imageAlt: "S.E., satisfied customer"}, { id: "7", name: "B. Wai", handle: "@bwai_cuts", testimonial: "Lynn is a true professional. Her fade lines are sharp, her technique is flawless, and she remembers how you like your cut. Highly recommend.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "B.Wai, premium customer"}, + "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=4", imageAlt: "B.Wai, premium customer"}, { id: "8", name: "Alex Tran", handle: "@alex_fresh_fade", testimonial: "Walk-ins welcome and no appointment hassle makes it easy, but the real reason I come back is Lynn's skill. Every cut is exactly what I need.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Alex, satisfied customer"}, + "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=4", imageAlt: "Alex, satisfied customer"}, { id: "9", name: "kooshdakhaa madness", handle: "@koosh_style", testimonial: "Been here multiple times and never disappointed. Lynn's got that magic touch. The shop has great energy and everyone feels respected.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg", imageAlt: "kooshdakhaa, loyal customer"}, + "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg?_wi=4", imageAlt: "kooshdakhaa, loyal customer"}, ]} showRating={true} animationType="slide-up"