From c2dcd7e7e4d2039bc47f14de1257ab6ef2335bb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 12:32:48 +0000 Subject: [PATCH] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 8a1fb0a..c7e8612 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -87,7 +87,7 @@ export default function TestimonialsPage() { role: "Office Manager", company: "Downtown Singapore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-accomplished-task-smiled-side_1150-52084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-accomplished-task-smiled-side_1150-52084.jpg?_wi=3", imageAlt: "Sarah Chen", }, { @@ -96,7 +96,7 @@ export default function TestimonialsPage() { role: "Food Blogger", company: "Local Food Scene", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg?_wi=3", imageAlt: "Michael Wong", }, { @@ -105,7 +105,7 @@ export default function TestimonialsPage() { role: "Regular Customer", company: "Woodleigh Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-victory-gesture_1298-78.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-victory-gesture_1298-78.jpg?_wi=3", imageAlt: "David Lim", }, { @@ -114,7 +114,7 @@ export default function TestimonialsPage() { role: "HR Specialist", company: "Tech Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-smiling-with-happy-face-showing-thumbs-up-standing-white-background_141793-54211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-smiling-with-happy-face-showing-thumbs-up-standing-white-background_141793-54211.jpg?_wi=2", imageAlt: "Jennifer Ng", }, { @@ -123,7 +123,7 @@ export default function TestimonialsPage() { role: "Entrepreneur", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg?_wi=2", imageAlt: "Robert Tan", }, { @@ -132,7 +132,7 @@ export default function TestimonialsPage() { role: "Student", company: "University District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-asian-business-man-black-suit_1303-26721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-asian-business-man-black-suit_1303-26721.jpg?_wi=2", imageAlt: "Lisa Chua", }, ]} @@ -186,7 +186,7 @@ export default function TestimonialsPage() {