From 330742106e2a65d5ddd90d9ac5e311bdd192a67c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 04:50:20 +0000 Subject: [PATCH] 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 57addc8..3bbbaf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Community Dialogues", price: "Free", variant: "Grassroots", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg", imageAlt: "community meeting diverse voices speaking" + id: "1", name: "Community Dialogues", price: "Free", variant: "Grassroots", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg?_wi=1", imageAlt: "community meeting diverse voices speaking" }, { - id: "2", name: "Cultural Exchange Programs", price: "Subsidized", variant: "Educational", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg", imageAlt: "community meeting diverse voices speaking" + id: "2", name: "Cultural Exchange Programs", price: "Subsidized", variant: "Educational", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg?_wi=2", imageAlt: "community meeting diverse voices speaking" }, { - id: "3", name: "Youth Peace Networks", price: "Free", variant: "Next Generation", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg", imageAlt: "community meeting diverse voices speaking" + id: "3", name: "Youth Peace Networks", price: "Free", variant: "Next Generation", imageSrc: "http://img.b2bpic.net/free-photo/discussing-reports_1098-16071.jpg?_wi=3", imageAlt: "community meeting diverse voices speaking" } ]} tag="Get Involved" -- 2.49.1