From 2136531f293600cbb180f00a5e56eaca272b944d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:49:30 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index fda8662..314aadf 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -48,7 +48,7 @@ export default function ReviewsPage() { role: "General Contractor", company: "Johnson Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=2", }, { id: "2", @@ -56,7 +56,7 @@ export default function ReviewsPage() { role: "Project Manager", company: "Chen Renovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=3", }, { id: "3", @@ -64,7 +64,7 @@ export default function ReviewsPage() { role: "Owner", company: "D&R Building Supply", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2", }, { id: "4", @@ -72,7 +72,7 @@ export default function ReviewsPage() { role: "Real Estate Developer", company: "Walsh Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=3", }, { id: "5", @@ -80,7 +80,7 @@ export default function ReviewsPage() { role: "Construction Manager", company: "Metro Contractors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=3", }, { id: "6", @@ -88,7 +88,7 @@ export default function ReviewsPage() { role: "Property Manager", company: "Brooklyn Home Builders", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=4", }, ]} gridVariant="uniform-all-items-equal" @@ -125,7 +125,7 @@ export default function ReviewsPage() {