Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 00:48:31 +00:00
parent dffb297adc
commit 95e4c17b39

View File

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