From 7b987bef3645b0e2fb1ebc716c862026671e4500 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f8e87d..2f1f708 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167501.jpg?_wi=1" imageAlt="Diverse group of young people smiling, symbolizing a bright future." mediaAnimation="entrance-slide" frameStyle="card" @@ -129,7 +129,7 @@ export default function LandingPage() { imageAlt: "A cozy, minimalist living room.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167501.jpg?_wi=2", imageAlt: "young person opening door to new apartment", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { imageAlt: "Two people shaking hands after a successful meeting.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097942.jpg?_wi=1", imageAlt: "young person opening door to new apartment", }, { @@ -206,15 +206,15 @@ export default function LandingPage() { icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15508.jpg?_wi=1", imageAlt: "Hands gently holding, symbolizing support.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/team-professional-businesspeople-meeting-presentation_23-2148824866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-professional-businesspeople-meeting-presentation_23-2148824866.jpg?_wi=1", imageAlt: "young person opening door to new apartment", }, ]} @@ -261,28 +261,28 @@ 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", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097942.jpg?_wi=2", 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/team-professional-businesspeople-meeting-presentation_23-2148824866.jpg?_wi=2", imageAlt: "David Kim, Housing Advisor", }, ]} -- 2.49.1