From de6b228d309c97d9e9df984daf0a93d79ccdd06c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:08:35 +0000 Subject: [PATCH 1/2] 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 8a5f133..0084b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - 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=1", imageAlt: "Beautiful event space with elegant setup", }, { @@ -125,7 +125,7 @@ export default function HomePage() { name: "Modern Conference Hall", price: "$150/hour", variant: "Downtown Location", - 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=1", imageAlt: "Modern conference room with professional setup", }, { -- 2.49.1 From 2bbb966d74e6c68fa03ca3f6df530e4ddd026408 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:08:36 +0000 Subject: [PATCH 2/2] 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 e1066b8..1078ad1 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=2", 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", }, ]} -- 2.49.1