diff --git a/src/app/page.tsx b/src/app/page.tsx index 14c0fef..58bf093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,12 +86,12 @@ export default function LandingPage() { id: "1", title: "Find Local Events", author: "Discover", description: "Browse and discover meetups happening in your area. Filter by interests, dates, and location.", tags: ["Events", "Discovery"], imageSrc: - "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg", imageAlt: "Community gathering"}, + "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg?_wi=1", imageAlt: "Community gathering"}, { id: "2", title: "Connect with People", author: "Network", description: "Meet like-minded individuals and expand your social circle with people who share your interests.", tags: ["Networking", "Social"], imageSrc: - "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg", imageAlt: "Networking event"}, + "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg?_wi=2", imageAlt: "Networking event"}, { id: "3", title: "Host Your Own Meetup", author: "Create", description: "Easily organize and host your own community events. Manage RSVPs and engage with your audience.", tags: ["Hosting", "Leadership"],