From 0a7c821eee001147f152e717d158ee39a00a820f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:40:38 +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 33202ea..3554dba 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -43,7 +43,7 @@ export default function ReviewsPage() { tagIcon={Utensils} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/couple-having-romantic-meeting-restaurant_23-2147735754.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-having-romantic-meeting-restaurant_23-2147735754.jpg?_wi=2" imageAlt="The Kitchen New Orleans restaurant interior" imagePosition="right" mediaAnimation="slide-up" @@ -53,7 +53,7 @@ export default function ReviewsPage() { handle: "Regular Customer", testimonial: "Soul food at its finest. The fish and shrimp combo with Cajun mac and cheese was amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg?_wi=2", imageAlt: "Sarah M.", }, { @@ -61,7 +61,7 @@ export default function ReviewsPage() { handle: "Food Enthusiast", testimonial: "Food is very tasty. Cajun meatloaf with red beans & rice was delicious and the banana pudding was incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg?_wi=2", imageAlt: "James R.", }, { @@ -69,7 +69,7 @@ export default function ReviewsPage() { handle: "Verified Diner", testimonial: "Huge portions and friendly service. One of the best soul food spots around.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg?_wi=2", imageAlt: "Maria G.", }, { @@ -77,7 +77,7 @@ export default function ReviewsPage() { handle: "Regular Customer", testimonial: "Catfish poboy and red beans & rice were outstanding. Best in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg?_wi=2", imageAlt: "David L.", }, ]}