From 5f09a8d73fadc5bca5746159028c5f6ff93c0722 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:56:47 +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 4af5e22..4d28821 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ 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"], imageSrc: -- 2.49.1