From c576646fbcf3d2a758ab17622edc9e1fd713e372 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:21:39 +0000 Subject: [PATCH 1/2] Update src/app/join/page.tsx --- src/app/join/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx index f651d52..aa32436 100644 --- a/src/app/join/page.tsx +++ b/src/app/join/page.tsx @@ -121,7 +121,7 @@ export default function JoinPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg?_wi=2" imageAlt="Joining the community" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 0aad9a7970d90d2437184891e1e1022de6cd7642 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:21:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 787f6ef..945a958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function HomePage() { { text: "Explore Resources", href: "/resources" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg?_wi=1" imageAlt="Students engaged in debate discussion" mediaAnimation="blur-reveal" imagePosition="right" -- 2.49.1