From 449960f3699491f2fe2eb4a7cf0f1192ee22afef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 06:23:23 +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 f9248ac..9cb6e91 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -94,7 +94,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2", imageAlt: "Margaret Foster testimonial", }, { @@ -103,7 +103,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=2", imageAlt: "David Martinez testimonial", }, { @@ -112,7 +112,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg?_wi=2", imageAlt: "Jennifer Lee testimonial", }, { @@ -121,7 +121,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg?_wi=2", imageAlt: "Robert Johnson testimonial", }, { @@ -130,7 +130,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg?_wi=2", imageAlt: "Angela Williams testimonial", }, { @@ -139,7 +139,7 @@ export default function TestimonialsPage() { role: "Patient", company: "Verified Patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg?_wi=2", imageAlt: "Michael Patterson testimonial", }, ]} @@ -214,7 +214,7 @@ export default function TestimonialsPage() {