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() {