From f86acf46746d8200d8d60f58da17dbf8f1b3e721 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:08:59 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d2b0e16..03f1d12 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { { value: "15+", title: "Years serving Clintonville" }, { value: "200+", title: "Active business members" } ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=6" imageAlt="CABA community gathering" mediaAnimation="opacity" useInvertedBackground={false} @@ -67,25 +67,25 @@ export default function AboutPage() { id: "1", name: "Sarah Mitchell", role: "President", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" }, { id: "2", name: "James Rodriguez", role: "Vice President", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3" }, { id: "3", name: "Emma Chen", role: "Secretary", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "4", name: "Michael Torres", role: "Treasurer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4" } ]} buttons={[ @@ -110,7 +110,7 @@ export default function AboutPage() {