diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fc0c6f3..d907458 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -126,25 +126,25 @@ export default function AboutPage() { { id: "1", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg?_wi=2", imageAlt: "professional male portrait happy", }, ]} @@ -155,7 +155,7 @@ export default function AboutPage() {