diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fd3faad..61d0551 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,13 +82,13 @@ export default function AboutPage() { { id: "1", name: "Abhiram Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2", imageAlt: "Abhiram Gupta, Co-founder", }, { id: "2", name: "Zain Uddin", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg?_wi=2", imageAlt: "Zain Uddin, Co-founder", }, ]} @@ -146,7 +146,7 @@ export default function AboutPage() {