From e24b9dc605dd8a35dd38429d64c37e22d4899a4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 01:07:53 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 845e651..12d75b2 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -49,7 +49,7 @@ export default function ReviewsPage() { role: "Business Owner", company: "Creative Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=1" }, { id: "3", @@ -65,7 +65,7 @@ export default function ReviewsPage() { role: "Startup Founder", company: "NextGen Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1