Update src/app/dining/page.tsx

This commit is contained in:
2026-03-07 17:30:03 +00:00
parent 548672ce8f
commit 8460e992e2

View File

@@ -36,9 +36,7 @@ export default function DiningPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
/>
</div>
@@ -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() {
<FeatureCardOne
features={[
{
title: "Continental Cuisine",
description: "Savor authentic dishes prepared by our expert chefs using premium ingredients",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=2",
imageAlt: "Continental cuisine dining",
},
title: "Continental Cuisine", description: "Savor authentic dishes prepared by our expert chefs using premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Continental cuisine dining"},
{
title: "Panoramic Views",
description: "Enjoy stunning rooftop vistas of Tiruchirappalli's skyline while dining",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=3",
imageAlt: "Panoramic rooftop views",
},
title: "Panoramic Views", description: "Enjoy stunning rooftop vistas of Tiruchirappalli's skyline while dining", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg", imageAlt: "Panoramic rooftop views"},
{
title: "24-Hour Café",
description: "Quick bites and refreshments available round-the-clock for your convenience",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=2",
imageAlt: "24-hour café service",
},
title: "24-Hour Café", description: "Quick bites and refreshments available round-the-clock for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg", imageAlt: "24-hour café service"},
{
title: "Private Events",
description: "Host intimate gatherings, celebrations, and business meetings in our exclusive space",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=3",
imageAlt: "Private event hosting",
},
title: "Private Events", description: "Host intimate gatherings, celebrations, and business meetings in our exclusive space", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Private event hosting"},
]}
title="Culinary Excellence"
description="Discover our diverse dining offerings designed to delight every palate"
@@ -112,15 +90,11 @@ export default function DiningPage() {
animationType="background-highlight"
buttons={[
{
text: "Reserve Now",
href: "/contact",
},
text: "Reserve Now", href: "/contact"},
{
text: "Call: +91 95856 44000",
href: "tel:+919585644000",
},
text: "Call: +91 95856 44000", href: "tel:+919585644000"},
]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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: "#"},
],
},
]}