From 3145ffba3cd255a8afc8ba15c3238a94dfe36656 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:36:31 +0000 Subject: [PATCH 1/7] 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 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() {