Update src/app/reservations/page.tsx

This commit is contained in:
2026-02-20 19:33:45 +00:00
parent a76cec56cd
commit e84a0de78b

View File

@@ -47,14 +47,14 @@ export default function ReservationsPage() {
id: 1,
title: 'Cozy & Welcoming Ambiance',
description: 'Our restaurant offers a warm, rustic setting perfect for family dinners, romantic dates, and special celebrations.',
imageSrc: 'https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3',
imageAlt: 'Cozy restaurant interior',
},
{
id: 2,
title: 'Private Dining Options',
description: 'Host your next event in our elegant private dining areas, offering an exclusive experience for your guests.',
imageSrc: 'https://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2',
imageAlt: 'Private dining room',
},
]}