From 0782218ddd40ceb10ea62fe393c4e3bd761c24d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:44:33 +0000 Subject: [PATCH] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 58 +++++++++++--------------------------- 1 file changed, 17 insertions(+), 41 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index e9fd7cb..5991fe6 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -19,8 +19,7 @@ export default function AmenitiesPage() { const footerColumns = [ { - title: "Hotel Info", - items: [ + title: "Hotel Info", items: [ { label: "Call Now", href: "tel:+919724461154" }, { label: "WhatsApp Chat", href: "https://wa.me/919724461154" }, { label: "Email Enquiry", href: "mailto:info@hotelradhe.com" }, @@ -28,8 +27,7 @@ export default function AmenitiesPage() { ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, { label: "Amenities", href: "/amenities" }, @@ -37,8 +35,7 @@ export default function AmenitiesPage() { ], }, { - title: "Our Address", - items: [ + title: "Our Address", items: [ { label: "2nd Floor, Hero Chowkdi, P-Square Plaza", href: "https://maps.google.com/?q=Hotel+Radhe+Halol" }, { label: "Halol-Godhra Road, Maghasar", href: "https://maps.google.com/?q=Hotel+Radhe+Halol" }, { label: "Kalol, Gujarat 389330", href: "https://maps.google.com/?q=Hotel+Radhe+Halol" }, @@ -68,9 +65,7 @@ export default function AmenitiesPage() { id: item.id === "/" ? "/" : item.id, }))} button={{ - text: "Call Now: +91 97244 61154", - href: "tel:+919724461154", - }} + text: "Call Now: +91 97244 61154", href: "tel:+919724461154"}} animateOnLoad={true} /> @@ -87,16 +82,10 @@ export default function AmenitiesPage() { }} positiveCard={{ items: [ - "✓ Free WiFi Internet (High Speed)", - "✓ Free Parking (Secure Outdoor)", - "✓ Attached Modern Bathroom", - "✓ Clean, Spacious Rooms", - "✓ Family-Friendly Environment", - "✓ 24/7 Front Desk Support", - ], + "✓ Free WiFi Internet (High Speed)", "✓ Free Parking (Secure Outdoor)", "✓ Attached Modern Bathroom", "✓ Clean, Spacious Rooms", "✓ Family-Friendly Environment", "✓ 24/7 Front Desk Support"], }} animationType="slide-up" - tagAnimation="entrance-slide" + tagAnimation="opacity" /> @@ -109,32 +98,20 @@ export default function AmenitiesPage() { useInvertedBackground={false} metrics={[ { - id: "rating", - icon: Star, - title: "Rating", - value: "4.8/5", - }, + id: "rating", icon: Star, + title: "Rating", value: "4.8/5"}, { - id: "reviews", - icon: MessageSquare, - title: "Guest Reviews", - value: "88+", - }, + id: "reviews", icon: MessageSquare, + title: "Guest Reviews", value: "88+"}, { - id: "location", - icon: MapPin, - title: "Prime Location", - value: "Road Access", - }, + id: "location", icon: MapPin, + title: "Prime Location", value: "Road Access"}, { - id: "experience", - icon: Clock, - title: "Years Active", - value: "Trusted", - }, + id: "experience", icon: Clock, + title: "Years Active", value: "Trusted"}, ]} animationType="slide-up" - tagAnimation="entrance-slide" + tagAnimation="opacity" /> @@ -144,8 +121,7 @@ export default function AmenitiesPage() { title="Request Your Stay at Hotel Radhe" description="Fill in your details below and we'll confirm your booking within minutes. Or call +91 97244 61154 for instant confirmation." background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Booking" @@ -155,7 +131,7 @@ export default function AmenitiesPage() {