From e2d9cb01b1820714d2632cd348013412c0a83bb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:07:49 +0000 Subject: [PATCH] Update src/app/spots/[id]/page.tsx --- src/app/spots/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/spots/[id]/page.tsx b/src/app/spots/[id]/page.tsx index e5e7c40..c7185c1 100644 --- a/src/app/spots/[id]/page.tsx +++ b/src/app/spots/[id]/page.tsx @@ -91,11 +91,11 @@ export default function SpotDetailsPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-standing-front-laptop-table_23-2147923374.jpg?_wi=4", imageAlt: "modern conference room table chairs business", }, { - imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=2", imageAlt: "modern event venue elegant setup interior", }, ]}