Merge version_1 into main #2
@@ -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."
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function AttractionsPage() {
|
||||
|
||||
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" },
|
||||
@@ -26,8 +25,7 @@ export default function AttractionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
{ label: "Amenities", href: "/amenities" },
|
||||
@@ -35,8 +33,7 @@ export default function AttractionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -66,9 +63,7 @@ export default function AttractionsPage() {
|
||||
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>
|
||||
@@ -84,67 +79,25 @@ export default function AttractionsPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "UNESCO Site",
|
||||
name: "Champaner-Pavagadh Archaeological Park",
|
||||
price: "29 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Heritage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/majestic-religious-thai-landmark-with-many-buddha-statues-along-temple-walls_482257-126101.jpg?_wi=2",
|
||||
imageAlt: "Champaner archaeological heritage site",
|
||||
},
|
||||
id: "1", brand: "UNESCO Site", name: "Champaner-Pavagadh Archaeological Park", price: "29 min drive", rating: 5,
|
||||
reviewCount: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/majestic-religious-thai-landmark-with-many-buddha-statues-along-temple-walls_482257-126101.jpg", imageAlt: "Champaner archaeological heritage site"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Sacred Temple",
|
||||
name: "Shri Mahakali Mataji Mandir, Pavagadh",
|
||||
price: "40 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Pilgrimage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-incense-censer_1137-20.jpg?_wi=2",
|
||||
imageAlt: "Mahakali Mataji temple shrine",
|
||||
},
|
||||
id: "2", brand: "Sacred Temple", name: "Shri Mahakali Mataji Mandir, Pavagadh", price: "40 min drive", rating: 5,
|
||||
reviewCount: "Pilgrimage", imageSrc: "http://img.b2bpic.net/free-photo/burning-incense-censer_1137-20.jpg", imageAlt: "Mahakali Mataji temple shrine"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Historic Wonder",
|
||||
name: "Helical Stepwell (Baoli)",
|
||||
price: "25 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Ancient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircase-down-river_1150-11146.jpg?_wi=2",
|
||||
imageAlt: "Historic helical stepwell ancient",
|
||||
},
|
||||
id: "3", brand: "Historic Wonder", name: "Helical Stepwell (Baoli)", price: "25 min drive", rating: 5,
|
||||
reviewCount: "Ancient", imageSrc: "http://img.b2bpic.net/free-photo/staircase-down-river_1150-11146.jpg", imageAlt: "Historic helical stepwell ancient"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Islamic Heritage",
|
||||
name: "Jami Masjid, Champaner",
|
||||
price: "29 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Architecture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/facade-tarragona-cathedral_1398-4531.jpg?_wi=2",
|
||||
imageAlt: "Jami Masjid mosque structure",
|
||||
},
|
||||
id: "4", brand: "Islamic Heritage", name: "Jami Masjid, Champaner", price: "29 min drive", rating: 5,
|
||||
reviewCount: "Architecture", imageSrc: "http://img.b2bpic.net/free-photo/facade-tarragona-cathedral_1398-4531.jpg", imageAlt: "Jami Masjid mosque structure"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Scenic Destination",
|
||||
name: "Pavagadh Hill & Scenic Views",
|
||||
price: "43 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Trekking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flock-sheep-shepherd-durmitor-national-park-mountains_181624-47054.jpg?_wi=2",
|
||||
imageAlt: "Pavagadh hill panoramic view",
|
||||
},
|
||||
id: "5", brand: "Scenic Destination", name: "Pavagadh Hill & Scenic Views", price: "43 min drive", rating: 5,
|
||||
reviewCount: "Trekking", imageSrc: "http://img.b2bpic.net/free-photo/flock-sheep-shepherd-durmitor-national-park-mountains_181624-47054.jpg", imageAlt: "Pavagadh hill panoramic view"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Nature Spot",
|
||||
name: "Halol Lake - Local Scenic Spot",
|
||||
price: "19 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Relaxation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stretching-her-arms_23-2147617458.jpg?_wi=2",
|
||||
imageAlt: "Halol Lake scenic water view",
|
||||
},
|
||||
id: "6", brand: "Nature Spot", name: "Halol Lake - Local Scenic Spot", price: "19 min drive", rating: 5,
|
||||
reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stretching-her-arms_23-2147617458.jpg", imageAlt: "Halol Lake scenic water view"},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,8 +107,7 @@ export default function AttractionsPage() {
|
||||
title="Get in Touch - Hotel Radhe Halol"
|
||||
description="Ready to book your stay? Call us, WhatsApp, or visit us. We're here to help 24/7."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Contact Us"
|
||||
@@ -164,7 +116,7 @@ export default function AttractionsPage() {
|
||||
|
||||
<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=4"
|
||||
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."
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function ContactPage() {
|
||||
{ name: "Attractions", id: "/attractions" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: +91 97244 61154",
|
||||
href: "tel:+919724461154",
|
||||
}}
|
||||
text: "Call Now: +91 97244 61154", href: "tel:+919724461154"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,34 +47,23 @@ export default function ContactPage() {
|
||||
tag="Available 24/7"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +91 97244 61154",
|
||||
href: "tel:+919724461154",
|
||||
},
|
||||
text: "Call Now: +91 97244 61154", href: "tel:+919724461154"},
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/919724461154",
|
||||
},
|
||||
text: "WhatsApp Now", href: "https://wa.me/919724461154"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg?_wi=2",
|
||||
imageAlt: "Hotel Radhe building entrance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg", imageAlt: "Hotel Radhe building entrance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=3",
|
||||
imageAlt: "Hotel reception area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Hotel reception area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg?_wi=2",
|
||||
imageAlt: "Hotel staff ready to assist",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg", imageAlt: "Hotel staff ready to assist"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,18 +76,15 @@ export default function ContactPage() {
|
||||
description="Located on the prime Halol-Godhra Road, Hotel Radhe is easily accessible by road. We're open 24/7 for bookings and enquiries. Our friendly staff is always ready to assist you with room availability, rates, and special requests. Visit us, call us, or use WhatsApp for instant response."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Always Available",
|
||||
},
|
||||
value: "24/7", title: "Always Available"},
|
||||
{
|
||||
value: "Quick",
|
||||
title: "Response Time",
|
||||
},
|
||||
value: "Quick", title: "Response Time"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg"
|
||||
imageAlt="Hotel Radhe reception desk"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,8 +95,7 @@ export default function ContactPage() {
|
||||
title="Get in Touch - Hotel Radhe Halol"
|
||||
description="Ready to book your stay? Fill the form below or call us directly at +91 97244 61154. We respond within minutes!"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Enquiry"
|
||||
@@ -123,76 +106,47 @@ export default function ContactPage() {
|
||||
{/* Footer */}
|
||||
<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=5"
|
||||
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."
|
||||
columns={[
|
||||
{
|
||||
title: "Hotel Info",
|
||||
items: [
|
||||
title: "Hotel Info", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919724461154",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919724461154"},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/919724461154",
|
||||
},
|
||||
label: "WhatsApp Chat", href: "https://wa.me/919724461154"},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "mailto:info@hotelradhe.com",
|
||||
},
|
||||
label: "Email Enquiry", href: "mailto:info@hotelradhe.com"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com/?q=Hotel+Radhe+Halol",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com/?q=Hotel+Radhe+Halol"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms", href: "/rooms"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
label: "Amenities", href: "/amenities"},
|
||||
{
|
||||
label: "Attractions",
|
||||
href: "/attractions",
|
||||
},
|
||||
label: "Attractions", href: "/attractions"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "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: "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",
|
||||
},
|
||||
label: "Kalol, Gujarat 389330", href: "https://maps.google.com/?q=Hotel+Radhe+Halol"},
|
||||
{
|
||||
label: "India",
|
||||
href: "#",
|
||||
},
|
||||
label: "India", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
301
src/app/page.tsx
301
src/app/page.tsx
@@ -46,9 +46,7 @@ export default function HomePage() {
|
||||
{ name: "Attractions", id: "/attractions" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: +91 97244 61154",
|
||||
href: "tel:+919724461154",
|
||||
}}
|
||||
text: "Call Now: +91 97244 61154", href: "tel:+919724461154"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,34 +59,23 @@ export default function HomePage() {
|
||||
tag="4.8★ 88 Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +91 97244 61154",
|
||||
href: "tel:+919724461154",
|
||||
},
|
||||
text: "Call Now: +91 97244 61154", href: "tel:+919724461154"},
|
||||
{
|
||||
text: "Enquire Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Enquire Now", href: "#booking-form"},
|
||||
]}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg?_wi=1",
|
||||
imageAlt: "Hotel Radhe exterior building entrance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg", imageAlt: "Hotel Radhe exterior building entrance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=1",
|
||||
imageAlt: "Clean modern hotel lobby reception",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Clean modern hotel lobby reception"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg?_wi=1",
|
||||
imageAlt: "Comfortable hotel room with bed",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg", imageAlt: "Comfortable hotel room with bed"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,32 +89,20 @@ export default function HomePage() {
|
||||
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>
|
||||
|
||||
@@ -140,18 +115,15 @@ export default function HomePage() {
|
||||
description="Hotel Radhe is a clean, comfortable, and reliable accommodation choice for families, business travelers, pilgrims, and tourists visiting Halol, Pavagadh, and Champaner. Located on the prime Halol-Godhra Road with easy access to major heritage sites and attractions, we offer exceptional hospitality at budget-friendly rates with 24/7 front desk support and quick booking assistance."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Clean & Safe Rooms",
|
||||
},
|
||||
value: "100%", title: "Clean & Safe Rooms"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Phone Support Available",
|
||||
},
|
||||
value: "24/7", title: "Phone Support Available"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg"
|
||||
imageAlt="Hotel Radhe lobby entrance"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,24 +137,14 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Crowded chain hotels far from attractions",
|
||||
"Limited phone booking support",
|
||||
"Impersonal service experience",
|
||||
"Hidden charges and unclear pricing",
|
||||
"Long check-in processes",
|
||||
],
|
||||
"Crowded chain hotels far from attractions", "Limited phone booking support", "Impersonal service experience", "Hidden charges and unclear pricing", "Long check-in processes"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Clean, comfortable, budget-friendly rooms",
|
||||
"Quick phone booking with 24/7 support",
|
||||
"Personal, trusted local service",
|
||||
"Clear, transparent pricing",
|
||||
"Fast, hassle-free check-in",
|
||||
],
|
||||
"Clean, comfortable, budget-friendly rooms", "Quick phone booking with 24/7 support", "Personal, trusted local service", "Clear, transparent pricing", "Fast, hassle-free check-in"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,35 +160,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Hotel Radhe",
|
||||
name: "Standard Room",
|
||||
price: "Call for Rates",
|
||||
rating: 5,
|
||||
reviewCount: "45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-freelancer-working-bedroom_23-2148820048.jpg?_wi=1",
|
||||
imageAlt: "Standard room single/double bed",
|
||||
},
|
||||
id: "1", brand: "Hotel Radhe", name: "Standard Room", price: "Call for Rates", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-freelancer-working-bedroom_23-2148820048.jpg", imageAlt: "Standard room single/double bed"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Hotel Radhe",
|
||||
name: "Deluxe Room",
|
||||
price: "Call for Rates",
|
||||
rating: 5,
|
||||
reviewCount: "32+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg?_wi=1",
|
||||
imageAlt: "Deluxe room spacious comfortable",
|
||||
},
|
||||
id: "2", brand: "Hotel Radhe", name: "Deluxe Room", price: "Call for Rates", rating: 5,
|
||||
reviewCount: "32+", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg", imageAlt: "Deluxe room spacious comfortable"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Hotel Radhe",
|
||||
name: "Family Suite",
|
||||
price: "Call for Rates",
|
||||
rating: 5,
|
||||
reviewCount: "28+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-watching-video-bed_23-2147833722.jpg?_wi=1",
|
||||
imageAlt: "Family suite multiple beds",
|
||||
},
|
||||
id: "3", brand: "Hotel Radhe", name: "Family Suite", price: "Call for Rates", rating: 5,
|
||||
reviewCount: "28+", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-watching-video-bed_23-2147833722.jpg", imageAlt: "Family suite multiple beds"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -244,13 +185,7 @@ export default function HomePage() {
|
||||
}}
|
||||
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"
|
||||
/>
|
||||
@@ -268,65 +203,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "UNESCO Site",
|
||||
name: "Champaner-Pavagadh Archaeological Park",
|
||||
price: "29 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Heritage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/majestic-religious-thai-landmark-with-many-buddha-statues-along-temple-walls_482257-126101.jpg?_wi=1",
|
||||
imageAlt: "Champaner archaeological heritage site",
|
||||
},
|
||||
id: "1", brand: "UNESCO Site", name: "Champaner-Pavagadh Archaeological Park", price: "29 min drive", rating: 5,
|
||||
reviewCount: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/majestic-religious-thai-landmark-with-many-buddha-statues-along-temple-walls_482257-126101.jpg", imageAlt: "Champaner archaeological heritage site"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Sacred Temple",
|
||||
name: "Shri Mahakali Mataji Mandir, Pavagadh",
|
||||
price: "40 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Pilgrimage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-incense-censer_1137-20.jpg?_wi=1",
|
||||
imageAlt: "Mahakali Mataji temple shrine",
|
||||
},
|
||||
id: "2", brand: "Sacred Temple", name: "Shri Mahakali Mataji Mandir, Pavagadh", price: "40 min drive", rating: 5,
|
||||
reviewCount: "Pilgrimage", imageSrc: "http://img.b2bpic.net/free-photo/burning-incense-censer_1137-20.jpg", imageAlt: "Mahakali Mataji temple shrine"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Historic Wonder",
|
||||
name: "Helical Stepwell (Baoli)",
|
||||
price: "25 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Ancient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircase-down-river_1150-11146.jpg?_wi=1",
|
||||
imageAlt: "Historic helical stepwell ancient",
|
||||
},
|
||||
id: "3", brand: "Historic Wonder", name: "Helical Stepwell (Baoli)", price: "25 min drive", rating: 5,
|
||||
reviewCount: "Ancient", imageSrc: "http://img.b2bpic.net/free-photo/staircase-down-river_1150-11146.jpg", imageAlt: "Historic helical stepwell ancient"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Islamic Heritage",
|
||||
name: "Jami Masjid, Champaner",
|
||||
price: "29 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Architecture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/facade-tarragona-cathedral_1398-4531.jpg?_wi=1",
|
||||
imageAlt: "Jami Masjid mosque structure",
|
||||
},
|
||||
id: "4", brand: "Islamic Heritage", name: "Jami Masjid, Champaner", price: "29 min drive", rating: 5,
|
||||
reviewCount: "Architecture", imageSrc: "http://img.b2bpic.net/free-photo/facade-tarragona-cathedral_1398-4531.jpg", imageAlt: "Jami Masjid mosque structure"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Scenic Destination",
|
||||
name: "Pavagadh Hill & Scenic Views",
|
||||
price: "43 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Trekking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flock-sheep-shepherd-durmitor-national-park-mountains_181624-47054.jpg?_wi=1",
|
||||
imageAlt: "Pavagadh hill panoramic view",
|
||||
},
|
||||
id: "5", brand: "Scenic Destination", name: "Pavagadh Hill & Scenic Views", price: "43 min drive", rating: 5,
|
||||
reviewCount: "Trekking", imageSrc: "http://img.b2bpic.net/free-photo/flock-sheep-shepherd-durmitor-national-park-mountains_181624-47054.jpg", imageAlt: "Pavagadh hill panoramic view"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Nature Spot",
|
||||
name: "Halol Lake - Local Scenic Spot",
|
||||
price: "19 min drive",
|
||||
rating: 5,
|
||||
reviewCount: "Relaxation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stretching-her-arms_23-2147617458.jpg?_wi=1",
|
||||
imageAlt: "Halol Lake scenic water view",
|
||||
},
|
||||
id: "6", brand: "Nature Spot", name: "Halol Lake - Local Scenic Spot", price: "19 min drive", rating: 5,
|
||||
reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stretching-her-arms_23-2147617458.jpg", imageAlt: "Halol Lake scenic water view"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -343,41 +236,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel",
|
||||
role: "Family Traveler",
|
||||
company: "Halol Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70576.jpg",
|
||||
imageAlt: "Rajesh Patel family traveler",
|
||||
},
|
||||
id: "1", name: "Rajesh Patel", role: "Family Traveler", company: "Halol Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70576.jpg", imageAlt: "Rajesh Patel family traveler"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Temple Pilgrim",
|
||||
company: "Pavagadh Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-offering-food-neighbor_23-2149447160.jpg",
|
||||
imageAlt: "Priya Sharma temple pilgrim",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Temple Pilgrim", company: "Pavagadh Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-offering-food-neighbor_23-2149447160.jpg", imageAlt: "Priya Sharma temple pilgrim"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Desai",
|
||||
role: "Business Traveler",
|
||||
company: "Godhra Route",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-relaxing-indoors_23-2151030608.jpg",
|
||||
imageAlt: "Amit Desai business traveler",
|
||||
},
|
||||
id: "3", name: "Amit Desai", role: "Business Traveler", company: "Godhra Route", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-relaxing-indoors_23-2151030608.jpg", imageAlt: "Amit Desai business traveler"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Joshi",
|
||||
role: "Champaner Visitor",
|
||||
company: "Heritage Tourism",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
|
||||
imageAlt: "Meera Joshi heritage tourist",
|
||||
},
|
||||
id: "4", name: "Meera Joshi", role: "Champaner Visitor", company: "Heritage Tourism", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", imageAlt: "Meera Joshi heritage tourist"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -389,8 +258,7 @@ export default function HomePage() {
|
||||
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"
|
||||
@@ -401,76 +269,47 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<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=1"
|
||||
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."
|
||||
columns={[
|
||||
{
|
||||
title: "Hotel Info",
|
||||
items: [
|
||||
title: "Hotel Info", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919724461154",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919724461154"},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/919724461154",
|
||||
},
|
||||
label: "WhatsApp Chat", href: "https://wa.me/919724461154"},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "mailto:info@hotelradhe.com",
|
||||
},
|
||||
label: "Email Enquiry", href: "mailto:info@hotelradhe.com"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com/?q=Hotel+Radhe+Halol",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com/?q=Hotel+Radhe+Halol"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms", href: "/rooms"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
label: "Amenities", href: "/amenities"},
|
||||
{
|
||||
label: "Attractions",
|
||||
href: "/attractions",
|
||||
},
|
||||
label: "Attractions", href: "/attractions"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "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: "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",
|
||||
},
|
||||
label: "Kalol, Gujarat 389330", href: "https://maps.google.com/?q=Hotel+Radhe+Halol"},
|
||||
{
|
||||
label: "India",
|
||||
href: "#",
|
||||
},
|
||||
label: "India", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user