Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-09 06:09:46 +00:00
parent 74fd293152
commit 50cc64076d

View File

@@ -84,7 +84,7 @@ export default function ReviewsPage() {
role: "Regular Guest",
company: "Orlando Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436178.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436178.jpg?_wi=2",
imageAlt: "Maria González",
},
{
@@ -93,7 +93,7 @@ export default function ReviewsPage() {
role: "Family Owner",
company: "Repeat Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg?_wi=2",
imageAlt: "James Thompson",
},
{
@@ -102,7 +102,7 @@ export default function ReviewsPage() {
role: "Food Enthusiast",
company: "Orlando Foodie",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg?_wi=2",
imageAlt: "Sofia Ramirez",
},
{
@@ -111,7 +111,7 @@ export default function ReviewsPage() {
role: "Business Professional",
company: "Downtown Orlando",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1735.jpg?_wi=2",
imageAlt: "David Martinez",
},
]}