From fad2b8b2ae556a404f496f167cc2d851d0614be7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:54:39 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 4590908..7b7cc58 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -46,22 +46,22 @@ export default function ReviewsPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial: - "Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"}, + "Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=7", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: - "I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"}, + "I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=8", imageAlt: "Michael Chen"}, { id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial: - "Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"}, + "Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=9", imageAlt: "Angela Rodriguez"}, { id: "4", name: "David Kim", handle: "Business Owner", testimonial: - "Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"}, + "Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=10", imageAlt: "David Kim"}, { id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial: - "They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"}, + "They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=11", imageAlt: "Lisa Thompson"}, { id: "6", name: "James Martinez", handle: "Landlord", testimonial: - "Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"}, + "Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=12", imageAlt: "James Martinez"}, ]} animationType="slide-up" textboxLayout="default"