From 01239acbe6eadd0d0ed2d9b690fd060f9cb2d513 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:23:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffa5c04..8698e95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,9 +141,9 @@ export default function LandingPage() { title: "Wellbeing & Self-Care", description: "Prioritize your mental health with resources and strategies for resilience.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg", imageAlt: "A young person meditating calmly."}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg?_wi=1", imageAlt: "A young person meditating calmly."}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15508.jpg", imageAlt: "Hands gently holding, symbolizing support."}, + imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15508.jpg?_wi=1", imageAlt: "Hands gently holding, symbolizing support."}, ] } ]} @@ -180,9 +180,9 @@ export default function LandingPage() { { id: "t1", name: "Sarah Johnson", role: "Lead Mentor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097942.jpg", imageAlt: "Sarah Johnson, Lead Mentor"}, { - id: "t2", name: "Michael Chen", role: "Program Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg", imageAlt: "Michael Chen, Program Coordinator"}, + id: "t2", name: "Michael Chen", role: "Program Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg?_wi=2", imageAlt: "Michael Chen, Program Coordinator"}, { - id: "t3", name: "Emily Rodriguez", role: "Wellbeing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15508.jpg", imageAlt: "Emily Rodriguez, Wellbeing Specialist"}, + id: "t3", name: "Emily Rodriguez", role: "Wellbeing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15508.jpg?_wi=2", imageAlt: "Emily Rodriguez, Wellbeing Specialist"}, { id: "t4", name: "David Kim", role: "Housing Advisor", imageSrc: "http://img.b2bpic.net/free-photo/team-professional-businesspeople-meeting-presentation_23-2148824866.jpg", imageAlt: "David Kim, Housing Advisor"}, ]} -- 2.49.1