diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index f46a0f0..be3b8d5 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -36,9 +36,7 @@ export default function AmenitiesPage() { navItems={navItems} brandName="Hotel Trichy" button={{ - text: "Book Now", - href: "/contact", - }} + text: "Book Now", href: "/contact"}} /> @@ -49,16 +47,12 @@ export default function AmenitiesPage() { description="Discover our comprehensive range of services and facilities designed to enhance your stay and provide ultimate comfort" buttons={[ { - text: "Book Your Stay", - href: "/contact", - }, + text: "Book Your Stay", href: "/contact"}, { - text: "Learn More", - href: "#amenities-features", - }, + text: "Learn More", href: "#amenities-features"}, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg" imageAlt="Hotel amenities and services" mediaAnimation="slide-up" frameStyle="card" @@ -70,35 +64,15 @@ export default function AmenitiesPage() { @@ -139,65 +109,41 @@ export default function AmenitiesPage() { { 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: "#"}, ], }, ]}