diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 63c3829..616698c 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -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', }, ]}