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"