From 3ed644238b8febd0ea4ee7e8a1c36cd62df5249c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:53:34 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 8527813..727182d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -89,7 +89,7 @@ export default function ReviewsPage() { testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=3", imageAlt: "Sarah Mitchell", }, { @@ -99,7 +99,7 @@ export default function ReviewsPage() { testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: - "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", + "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=4", imageAlt: "Michael Chen", }, { @@ -109,7 +109,7 @@ export default function ReviewsPage() { testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=4", imageAlt: "Jennifer Rodriguez", }, { @@ -119,7 +119,7 @@ export default function ReviewsPage() { testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: - "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", + "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=4", imageAlt: "David Thompson", }, ]} @@ -152,7 +152,7 @@ export default function ReviewsPage() {