Update src/app/reviews/page.tsx
This commit is contained in:
@@ -83,7 +83,7 @@ export default function ReviewsPage() {
|
||||
role: "Regular Guest",
|
||||
company: "Orlando Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=2",
|
||||
imageAlt: "Maria González",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
|
||||
role: "Family Owner",
|
||||
company: "Repeat Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=2",
|
||||
imageAlt: "James Thompson",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "Orlando Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=2",
|
||||
imageAlt: "Sofia Ramirez",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
|
||||
role: "Business Professional",
|
||||
company: "Downtown Orlando",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg?_wi=2",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user