diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2c28056..afa9586 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,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" metricsAnimation="slide-up" @@ -64,16 +64,16 @@ export default function AboutPage() { animationType="slide-up" team={[ { - id: "1", name: "Sarah Mitchell", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + id: "1", name: "Sarah Mitchell", role: "President", 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" + 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?_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" + id: "3", name: "Emma Chen", role: "Secretary", 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" + id: "4", name: "Michael Torres", role: "Treasurer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4" } ]} buttons={[ @@ -98,7 +98,7 @@ export default function AboutPage() {