Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 00:45:50 +00:00
parent 6a55f0e2de
commit a21fe4754b

View File

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