From 907d6536913290f81e2b3749df6433e132d5ec5f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:39:18 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {