Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-05 18:32:51 +00:00
parent b668042f0d
commit 83b18090ca

View File

@@ -53,7 +53,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
imageAlt: "Sarah Martinez, satisfied customer",
},
{
@@ -62,7 +62,7 @@ export default function ReviewsPage() {
role: "Business Owner",
company: "East El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3",
imageAlt: "John Thompson testimonial",
},
{
@@ -71,7 +71,7 @@ export default function ReviewsPage() {
role: "Property Manager",
company: "Central El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3",
imageAlt: "Maria Garcia review",
},
{
@@ -80,7 +80,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "West El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2",
imageAlt: "David Chen customer review",
},
{
@@ -89,7 +89,7 @@ export default function ReviewsPage() {
role: "Insurance Agent",
company: "El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2",
imageAlt: "Rachel Johnson professional testimonial",
},
{
@@ -98,7 +98,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "Northeast El Paso",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5",
imageAlt: "Michael Rodriguez satisfied customer",
},
]}