diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 11c4e48..13db67d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,9 +77,9 @@ export default function AboutPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Abhiram Gupta", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Abhiram Gupta, Co-founder"}, + id: "1", name: "Abhiram Gupta", 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", imageAlt: "Zain Uddin, 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?_wi=2", imageAlt: "Zain Uddin, Co-founder"}, ]} memberVariant="default" useInvertedBackground={false} @@ -128,7 +128,7 @@ export default function AboutPage() {