From fb7bb566bfefae9f03c6a4aa8980c38d47fde1ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 03:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b79f31d..3e62cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "t1", name: "Mulugeta A.", handle: "@tib_member", testimonial: "TiB gave me the tools to build a sustainable life. Their community-first approach is truly empowering.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg"}, + id: "t1", name: "Mulugeta A.", handle: "@tib_member", testimonial: "TiB gave me the tools to build a sustainable life. Their community-first approach is truly empowering.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg?_wi=1"}, { id: "t2", name: "Fatima S.", handle: "@tib_advocate", testimonial: "Finally, a refugee-led organization that understands our reality and provides real solutions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-floral-wreath_23-2150506648.jpg"}, { @@ -133,7 +133,7 @@ export default function LandingPage() { { id: "t4", name: "Hana T.", handle: "@tib_participant", testimonial: "Self-reliance is now within my reach thanks to the practical skills development training provided.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-protesting-her-rights_23-2149124634.jpg"}, { - id: "t5", name: "Dawit K.", handle: "@tib_volunteer", testimonial: "Being part of this organization has restored my faith in community-driven change and support.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg"}, + id: "t5", name: "Dawit K.", handle: "@tib_volunteer", testimonial: "Being part of this organization has restored my faith in community-driven change and support.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg?_wi=2"}, ]} title="Community Voices" description="Dignity, resilience, and hope in our own words." -- 2.49.1