From a21fe4754bcc63e7c012bb669f3ed04c9d0a8a6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:45:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fba3a5b..3f852f0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,21 +63,21 @@ export default function AboutPage() { id: "1", name: "Main Lounge", price: "Warm & Welcoming", - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2", imageAlt: "Main lounge area with cozy seating", }, { id: "2", name: "Private Events Space", price: "Perfect for Celebrations", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=2", imageAlt: "Private event space beautifully decorated", }, { id: "3", name: "Bar & Social Area", price: "Community Central", - imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg?_wi=2", imageAlt: "Bar area with craft cocktails and social seating", }, ]}