From 1d26224e97980a2d14059c8f667fae47a0579209 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:23:40 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b41de63..6539ae6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -107,13 +107,13 @@ export default function AboutPage() { cardTag="Patient Success Stories" testimonials={[ { - id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", imageAlt: "happy patient portrait professional"}, + id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg?_wi=2", imageAlt: "happy patient portrait professional"}, { - id: "2", name: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg", imageAlt: "male patient portrait satisfied healthcare"}, + id: "2", name: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg?_wi=2", imageAlt: "male patient portrait satisfied healthcare"}, { - id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", imageAlt: "young female patient portrait happy"}, + id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg?_wi=2", imageAlt: "young female patient portrait happy"}, { - id: "4", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg", imageAlt: "professional male portrait happy"}, + id: "4", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg?_wi=2", imageAlt: "professional male portrait happy"}, ]} cardAnimation="slide-up" useInvertedBackground={false} @@ -122,7 +122,7 @@ export default function AboutPage() {