From 271da5fcfa352ee2487ab85752a174ad7b583aeb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:25:31 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 0ba0959..d38f3ed 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -99,12 +99,12 @@ export default function GalleryPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/two-schoolgirls-working-together-assignment-classroom_637285-8825.jpg", + "http://img.b2bpic.net/free-photo/two-schoolgirls-working-together-assignment-classroom_637285-8825.jpg?_wi=3", imageAlt: "Children studying in our education support program", }, { imageSrc: - "http://img.b2bpic.net/free-photo/young-women-discussing-business_23-2149332956.jpg", + "http://img.b2bpic.net/free-photo/young-women-discussing-business_23-2149332956.jpg?_wi=3", imageAlt: "Women participating in skill training programs", }, ]} @@ -129,7 +129,7 @@ export default function GalleryPage() { description: "Free tuition classes and educational support for underprivileged children to help them succeed academically.", imageSrc: - "http://img.b2bpic.net/free-photo/two-schoolgirls-working-together-assignment-classroom_637285-8825.jpg", + "http://img.b2bpic.net/free-photo/two-schoolgirls-working-together-assignment-classroom_637285-8825.jpg?_wi=4", imageAlt: "Education program activities", }, { @@ -138,7 +138,7 @@ export default function GalleryPage() { description: "Vocational training and skill enhancement workshops for youth and women to improve employment prospects.", imageSrc: - "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", + "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=3", imageAlt: "Skill development workshop", }, { @@ -147,7 +147,7 @@ export default function GalleryPage() { description: "Regular health checkups, hygiene awareness, and community health campaigns for holistic well-being.", imageSrc: - "http://img.b2bpic.net/free-photo/team-leader-sharing-high-five-with-her-colleague-after-litter-cleanup-activity_482257-90943.jpg", + "http://img.b2bpic.net/free-photo/team-leader-sharing-high-five-with-her-colleague-after-litter-cleanup-activity_482257-90943.jpg?_wi=2", imageAlt: "Health awareness campaign", }, ]}