From 11e80a0018e0eadc8b84fbf402ab5efe5178df60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:51:47 +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 03f5a9f..532b598 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -57,7 +57,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "South Philadelphia", 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=6", imageAlt: "Maria T., homeowner" }, { @@ -66,7 +66,7 @@ export default function ReviewsPage() { role: "Property Manager", company: "Philadelphia", 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=7", imageAlt: "John D., property manager" }, { @@ -75,7 +75,7 @@ export default function ReviewsPage() { role: "Small Business Owner", company: "South Philly", 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: "Linda R., business owner" }, { @@ -84,7 +84,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Philadelphia PA", 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=8", imageAlt: "Mike S., homeowner" } ]} @@ -162,7 +162,7 @@ export default function ReviewsPage() {