Update src/app/amenities/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-modern-futuristic-business-architecture-breathtaking-starry-sky_181624-20935.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-modern-futuristic-business-architecture-breathtaking-starry-sky_181624-20935.jpg"
|
||||
imageAlt="Hotel Radhe evening exterior"
|
||||
logoText="Hotel Radhe होटल राधे"
|
||||
copyrightText="© 2025 Hotel Radhe. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user