From 33d82e0e265cb41981aca06bb6d0854e76b5d6b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:12:09 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 29bc98a..bdb3689 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -48,13 +48,13 @@ export default function EventsPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Monthly Networking Meetup", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", imageAlt: "Monthly networking event" + id: "1", name: "Monthly Networking Meetup", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=3", imageAlt: "Monthly networking event" }, { - id: "2", name: "Member Education Series", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Business education workshop" + id: "2", name: "Member Education Series", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=3", imageAlt: "Business education workshop" }, { - id: "3", name: "Annual Awards Dinner", price: "Members + Guests", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Annual awards celebration" + id: "3", name: "Annual Awards Dinner", price: "Members + Guests", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=3", imageAlt: "Annual awards celebration" } ]} buttons={[ @@ -73,13 +73,13 @@ export default function EventsPage() { animationType="slide-up" team={[ { - id: "1", name: "Mitchell Coffee Co.", role: "Coffee & Café", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg" + id: "1", name: "Mitchell Coffee Co.", role: "Coffee & Café", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=4" }, { - id: "2", name: "Chen Design Studio", role: "Creative Services", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg" + id: "2", name: "Chen Design Studio", role: "Creative Services", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=4" }, { - id: "3", name: "Rodriguez & Associates", role: "Professional Services", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg" + id: "3", name: "Rodriguez & Associates", role: "Professional Services", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=4" }, { id: "4", name: "Torres Home Services", role: "Home Services", imageSrc: "http://img.b2bpic.net/free-photo/manager-working-financial-analysis-while-standing-with-laptop_482257-79485.jpg" @@ -107,7 +107,7 @@ export default function EventsPage() {