Update src/app/reservations/page.tsx

This commit is contained in:
2026-03-09 14:15:36 +00:00
parent e58631070c
commit ea90e67041

View File

@@ -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"