From 8460e992e22bb119ba08292a64d46712eb97f0fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:03 +0000 Subject: [PATCH] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 96 ++++++++++------------------------------- 1 file changed, 23 insertions(+), 73 deletions(-) diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx index 88eca8b..4ea33f0 100644 --- a/src/app/dining/page.tsx +++ b/src/app/dining/page.tsx @@ -36,9 +36,7 @@ export default function DiningPage() { navItems={navItems} brandName="Hotel Trichy" button={{ - text: "Book Now", - href: "/contact", - }} + text: "Book Now", href: "/contact"}} /> @@ -49,16 +47,12 @@ export default function DiningPage() { description="Experience culinary excellence at our rooftop venue with breathtaking city views and premium hospitality" buttons={[ { - text: "Reserve a Table", - href: "/contact", - }, + text: "Reserve a Table", href: "/contact"}, { - text: "View Menu", - href: "#dining-features", - }, + text: "View Menu", href: "#dining-features"}, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg" imageAlt="Rooftop restaurant dining experience" mediaAnimation="slide-up" frameStyle="card" @@ -70,29 +64,13 @@ export default function DiningPage() { @@ -133,65 +107,41 @@ export default function DiningPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Rooms", - href: "/rooms", - }, + label: "Rooms", href: "/rooms"}, { - label: "Dining", - href: "/dining", - }, + label: "Dining", href: "/dining"}, ], }, { items: [ { - label: "Amenities", - href: "/amenities", - }, + label: "Amenities", href: "/amenities"}, { - label: "Location", - href: "/location", - }, + label: "Location", href: "/location"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { items: [ { - label: "Book Now", - href: "/contact", - }, + label: "Book Now", href: "/contact"}, { - label: "WhatsApp", - href: "https://wa.me/919585644000", - }, + label: "WhatsApp", href: "https://wa.me/919585644000"}, { - label: "Call Us", - href: "tel:+919585644000", - }, + label: "Call Us", href: "tel:+919585644000"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms & Conditions", - href: "#", - }, + label: "Terms & Conditions", href: "#"}, { - label: "Cancellation Policy", - href: "#", - }, + label: "Cancellation Policy", href: "#"}, ], }, ]}