From 95e4c17b397a5752064da1d385d5ed2cb8eef618 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:48:31 +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 8f7cc42..3bc44d5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,11 +60,11 @@ export default function AboutPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Main Lounge", price: "Warm & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Main lounge area with cozy seating"}, + id: "1", name: "Main Lounge", price: "Warm & Welcoming", 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", imageAlt: "Private event space beautifully decorated"}, + id: "2", name: "Private Events Space", price: "Perfect for Celebrations", 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", imageAlt: "Bar area with craft cocktails and social seating"}, + 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?_wi=2", imageAlt: "Bar area with craft cocktails and social seating"}, ]} />