From 7356ba23d65baba13aa4616bec6f635b707b6ba4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:16:33 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 80ea716..86b6eb1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg?_wi=4" imageAlt="Club members meeting" /> @@ -84,7 +84,7 @@ export default function LandingPage() { id: "t1", name: "John Doe", role: "President", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", }, { id: "t2", @@ -115,37 +115,37 @@ export default function LandingPage() { id: "a1", name: "National Debate 2023", price: "June 2023", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg?_wi=2", }, { id: "a2", name: "Research Seminar", price: "Oct 2023", - imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg?_wi=2", }, { id: "a3", name: "Economics Workshop", price: "Jan 2024", - imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg?_wi=3", }, { id: "a4", name: "Future Milestone", price: "TBA", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg?_wi=3", }, { id: "a5", name: "Future Milestone", price: "TBA", - imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg?_wi=3", }, { id: "a6", name: "Future Milestone", price: "TBA", - imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg?_wi=4", }, ]} title="Our Milestones" @@ -155,7 +155,7 @@ export default function LandingPage() {