From 883fbfe8ea6869733df63baad16cffdc251aef51 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:02:32 +0000 Subject: [PATCH 1/2] Update src/app/opportunities/page.tsx --- src/app/opportunities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/opportunities/page.tsx b/src/app/opportunities/page.tsx index 4c3b1ef..636ecb4 100644 --- a/src/app/opportunities/page.tsx +++ b/src/app/opportunities/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { id: "2", name: "Maria K.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holding-book_23-2148396358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holding-book_23-2148396358.jpg?_wi=2", }, { id: "3", @@ -73,7 +73,7 @@ export default function LandingPage() { { id: "5", name: "Casey W.", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66876.jpg?_wi=2", }, ]} cardTitle="What students say" @@ -95,7 +95,7 @@ export default function LandingPage() { category: "Careers", title: "Landing an Internship", excerpt: "How to make your CV stand out.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-blank-digital-tablet-front-defocused-people_23-2148192559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-blank-digital-tablet-front-defocused-people_23-2148192559.jpg?_wi=2", authorName: "Alex J.", authorAvatar: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-65739.jpg", date: "Oct 24, 2024", -- 2.49.1 From cb2ff9cfa5f1e3e6ff4f0dcf4e57cf62af82f8c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:02:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 952cb03..3b5aab6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { title: "Union Notices", description: "Union leaders can post official notices visible to the entire student public.", tag: "Community", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-blank-digital-tablet-front-defocused-people_23-2148192559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-blank-digital-tablet-front-defocused-people_23-2148192559.jpg?_wi=1", }, { id: "f3", @@ -198,14 +198,14 @@ export default function LandingPage() { name: "Kelvin Mbao", role: "Founder", description: "Visionary leader focused on student financial inclusion.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holding-book_23-2148396358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holding-book_23-2148396358.jpg?_wi=1", }, { id: "t2", name: "Sarah Jenkins", role: "Head of Ops", description: "Ensuring seamless portal functionality for all users.", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66876.jpg?_wi=1", }, ]} /> -- 2.49.1