Update src/app/amenities/page.tsx

This commit is contained in:
2026-03-07 17:30:03 +00:00
parent c7c2fb4294
commit d34ccc725d

View File

@@ -36,9 +36,7 @@ export default function AmenitiesPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
/>
</div>
@@ -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() {
<FeatureCardOne
features={[
{
title: "Fitness Center",
description: "State-of-the-art gym equipment and facilities for your workout needs",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colourful-flowing-lines_1048-5925.jpg",
imageAlt: "Modern fitness center",
},
title: "Fitness Center", description: "State-of-the-art gym equipment and facilities for your workout needs", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colourful-flowing-lines_1048-5925.jpg", imageAlt: "Modern fitness center"},
{
title: "Business Center",
description: "Fully equipped workspace with high-speed internet for business travelers",
imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg?_wi=2",
imageAlt: "Professional business center",
},
title: "Business Center", description: "Fully equipped workspace with high-speed internet for business travelers", imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg", imageAlt: "Professional business center"},
{
title: "Laundry Service",
description: "Express laundry and dry cleaning services available with quick turnaround",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=3",
imageAlt: "Premium laundry services",
},
title: "Laundry Service", description: "Express laundry and dry cleaning services available with quick turnaround", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg", imageAlt: "Premium laundry services"},
{
title: "Concierge Service",
description: "Professional concierge team ready to assist with travel arrangements and recommendations",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=4",
imageAlt: "Dedicated concierge support",
},
title: "Concierge Service", description: "Professional concierge team ready to assist with travel arrangements and recommendations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg", imageAlt: "Dedicated concierge support"},
{
title: "Travel Desk",
description: "Expert assistance for local tours, transportation, and travel bookings",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=4",
imageAlt: "Travel assistance desk",
},
title: "Travel Desk", description: "Expert assistance for local tours, transportation, and travel bookings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Travel assistance desk"},
]}
title="Hotel Amenities & Services"
description="Experience comprehensive facilities and personalized services to make your stay exceptional"
@@ -118,15 +92,11 @@ export default function AmenitiesPage() {
animationType="background-highlight"
buttons={[
{
text: "Book Now",
href: "/contact",
},
text: "Book Now", href: "/contact"},
{
text: "Contact Us",
href: "tel:+919585644000",
},
text: "Contact Us", href: "tel:+919585644000"},
]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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: "#"},
],
},
]}