From a8d3c00550106f4dd62af61bca26c19b3ce97a9a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:58:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6249b32..17ad254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,16 +128,16 @@ export default function ComputerClubPage() { useInvertedBackground={false} members={[ { - id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Alex Chen, Club President" + id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Alex Chen, Club President" }, { - id: "2", name: "Jordan Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jordan Martinez, Vice President" + id: "2", name: "Jordan Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Jordan Martinez, Vice President" }, { - id: "3", name: "Sam Patel", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sam Patel, Events Coordinator" + id: "3", name: "Sam Patel", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Sam Patel, Events Coordinator" }, { - id: "4", name: "Casey Williams", role: "Mentorship Lead", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Casey Williams, Mentorship Lead" + id: "4", name: "Casey Williams", role: "Mentorship Lead", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Casey Williams, Mentorship Lead" } ]} gridVariant="uniform-all-items-equal" @@ -149,16 +149,16 @@ export default function ComputerClubPage() {