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() {