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", }, ]}