Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-09 18:40:38 +00:00
parent 8cc2fc9797
commit 0a7c821eee

View File

@@ -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.",
},
]}