From ea90e67041b3b30afb1bd447406e2f595ef78ecb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:15:36 +0000 Subject: [PATCH] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 7ccf89e..c4025a7 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -20,21 +20,21 @@ export default function ReservationsPage() { { title: "Location", description: "Visit us at Bandel Station Road, Hooghly, West Bengal. Easily accessible and perfect for celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2", imageAlt: "Restaurant location", buttonIcon: MapPin }, { title: "Operating Hours", description: "Lunch: 12 PM - 3 PM | Dinner: 6 PM - 11 PM. We're closed on Mondays but open for special events.", - imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg?_wi=3", imageAlt: "Restaurant hours", buttonIcon: Clock }, { title: "Contact Us", description: "Call us to discuss group reservations, event catering, or any special dietary requirements you may have.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg?_wi=2", imageAlt: "Contact support", buttonIcon: Phone } @@ -113,7 +113,7 @@ export default function ReservationsPage() { ]} textarea={{ name: "specialRequests", placeholder: "Special requests, dietary preferences, or event details...", rows: 4 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=2" imageAlt="Elegant dining experience" mediaPosition="right" mediaAnimation="none"