From e43c39d3ca5d65b07682d7ecc3e7a86a9d016f08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:16:39 +0000 Subject: [PATCH 1/4] 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 7b07502..f3cdb12 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,12 +71,12 @@ export default function LandingPage() { { id: "1", name: "Advocacy Lead", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg?_wi=3", }, { id: "2", name: "Content Producer", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2", }, ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() {