Merge version_1 into main #2
320
src/app/page.tsx
320
src/app/page.tsx
@@ -20,27 +20,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "dining",
|
||||
},
|
||||
name: "Dining", id: "dining"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Wadoma Royale"
|
||||
/>
|
||||
@@ -50,102 +49,59 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Unparalleled Luxury in the Heart of Kumasi"
|
||||
description="Experience refined comfort, impeccable service, and state-of-the-art facilities at Wadoma Royale Hotel."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Joan Ab",
|
||||
handle: "@joanab",
|
||||
testimonial: "Rooms are up to standard. Very friendly staff. Neat swimming pool.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-airport_107420-85078.jpg?_wi=1",
|
||||
},
|
||||
name: "Joan Ab", handle: "@joanab", testimonial: "Rooms are up to standard. Very friendly staff. Neat swimming pool.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-airport_107420-85078.jpg"},
|
||||
{
|
||||
name: "Michael K",
|
||||
handle: "@mky",
|
||||
testimonial: "Excellent service and very modern facilities. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-drinking-champagne-while-relaxing-bed-hotel-room_637285-7668.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael K", handle: "@mky", testimonial: "Excellent service and very modern facilities. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-drinking-champagne-while-relaxing-bed-hotel-room_637285-7668.jpg"},
|
||||
{
|
||||
name: "Sarah A",
|
||||
handle: "@sarah_a",
|
||||
testimonial: "A peaceful getaway in the heart of the city. Loved it.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah A", handle: "@sarah_a", testimonial: "A peaceful getaway in the heart of the city. Loved it.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg"},
|
||||
{
|
||||
name: "David O",
|
||||
handle: "@david_o",
|
||||
testimonial: "Perfect location for business travel. Very professional staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg?_wi=1",
|
||||
},
|
||||
name: "David O", handle: "@david_o", testimonial: "Perfect location for business travel. Very professional staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg"},
|
||||
{
|
||||
name: "Ama P",
|
||||
handle: "@ama_p",
|
||||
testimonial: "The suite was spacious and beautifully decorated. Amazing breakfast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=1",
|
||||
},
|
||||
name: "Ama P", handle: "@ama_p", testimonial: "The suite was spacious and beautifully decorated. Amazing breakfast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Book Your Stay", href: "#rooms"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-lady-taking-cup-from-waiter-smiling-tot-he-camera_114579-92502.jpg",
|
||||
alt: "Happy guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-lady-taking-cup-from-waiter-smiling-tot-he-camera_114579-92502.jpg", alt: "Happy guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-filling-hotel-reservation-form-while-registering-reception-desk_637285-7452.jpg",
|
||||
alt: "Guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-filling-hotel-reservation-form-while-registering-reception-desk_637285-7452.jpg", alt: "Guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63613.jpg",
|
||||
alt: "Professional guest profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63613.jpg", alt: "Professional guest profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg",
|
||||
alt: "Cheerful visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg", alt: "Cheerful visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friend-clicking-photos-couple-from-mobile-phone_1170-504.jpg",
|
||||
alt: "Happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friend-clicking-photos-couple-from-mobile-phone_1170-504.jpg", alt: "Happy guest"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Suites",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Luxury Suites", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fine Dining",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Fine Dining", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxing Spa",
|
||||
icon: Waves,
|
||||
type: "text-icon", text: "Relaxing Spa", icon: Waves,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Event Spaces",
|
||||
icon: Calendar,
|
||||
type: "text-icon", text: "Event Spaces", icon: Calendar,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Concierge",
|
||||
icon: Bell,
|
||||
type: "text-icon", text: "Premium Concierge", icon: Bell,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -156,9 +112,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Where Hospitality Meets Elegance"
|
||||
description={[
|
||||
"Wadoma Royale Hotel offers an elevated experience for both business and leisure travelers in Kumasi.",
|
||||
"Discover a world of comfort with our premium amenities, top-tier conference facilities, and a dedicated team committed to making your stay unforgettable.",
|
||||
]}
|
||||
"Wadoma Royale Hotel offers an elevated experience for both business and leisure travelers in Kumasi.", "Discover a world of comfort with our premium amenities, top-tier conference facilities, and a dedicated team committed to making your stay unforgettable."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,49 +123,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Refresh and Recharge",
|
||||
description: "Dive into our crystal clear swimming pool after a busy day.",
|
||||
icon: Waves,
|
||||
title: "Refresh and Recharge", description: "Dive into our crystal clear swimming pool after a busy day.", icon: Waves,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408809.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408809.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-holiday-vacation-travel-trips_74190-12955.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-holiday-vacation-travel-trips_74190-12955.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
|
||||
imageAlt: "luxurious swimming pool outdoor",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "Enjoy complimentary breakfast and exquisite culinary delights.",
|
||||
icon: Utensils,
|
||||
title: "Gourmet Dining", description: "Enjoy complimentary breakfast and exquisite culinary delights.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-eclairs-served-transparent-dish-stand-table-with-other-sweets_1304-5458.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-eclairs-served-transparent-dish-stand-table-with-other-sweets_1304-5458.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-staff-verifying-passport_482257-79817.jpg",
|
||||
imageAlt: "luxurious swimming pool outdoor",
|
||||
},
|
||||
{
|
||||
title: "Connectivity & Comfort",
|
||||
description: "Stay connected with high-speed Wi-Fi throughout the property.",
|
||||
icon: Wifi,
|
||||
title: "Connectivity & Comfort", description: "Stay connected with high-speed Wi-Fi throughout the property.", icon: Wifi,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-relax-around-swimming-pool-hotel-resort_74190-7940.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-relax-around-swimming-pool-hotel-resort_74190-7940.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chairs-white-garden-resort-chair_1203-4439.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chairs-white-garden-resort-chair_1203-4439.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg?_wi=1",
|
||||
imageAlt: "luxurious swimming pool outdoor",
|
||||
},
|
||||
]}
|
||||
title="Everything You Need for a Perfect Stay"
|
||||
@@ -226,31 +162,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3.8",
|
||||
title: "Rating",
|
||||
items: [
|
||||
"Based on 420+",
|
||||
"Google Reviews",
|
||||
],
|
||||
id: "m1", value: "3.8", title: "Rating", items: [
|
||||
"Based on 420+", "Google Reviews"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Front Desk",
|
||||
items: [
|
||||
"Always available",
|
||||
"Concierge Service",
|
||||
],
|
||||
id: "m2", value: "24/7", title: "Front Desk", items: [
|
||||
"Always available", "Concierge Service"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Guest Satisfaction",
|
||||
items: [
|
||||
"Our top priority",
|
||||
"Every stay",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Guest Satisfaction", items: [
|
||||
"Our top priority", "Every stay"],
|
||||
},
|
||||
]}
|
||||
title="Excellence in Hospitality"
|
||||
@@ -266,41 +187,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Standard Double",
|
||||
price: "GH₵ 926",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Standard Double", price: "GH₵ 926", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Deluxe Queen",
|
||||
price: "GH₵ 1,150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-lying-bed-looking-beach-through-glass-windows_181624-57823.jpg",
|
||||
},
|
||||
id: "2", name: "Deluxe Queen", price: "GH₵ 1,150", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-lying-bed-looking-beach-through-glass-windows_181624-57823.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Executive Suite",
|
||||
price: "GH₵ 1,600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
},
|
||||
id: "3", name: "Executive Suite", price: "GH₵ 1,600", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Family Room",
|
||||
price: "GH₵ 1,350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-19.jpg",
|
||||
},
|
||||
id: "4", name: "Family Room", price: "GH₵ 1,350", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-19.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Business Single",
|
||||
price: "GH₵ 850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg",
|
||||
},
|
||||
id: "5", name: "Business Single", price: "GH₵ 850", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Royal Suite",
|
||||
price: "GH₵ 2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg",
|
||||
},
|
||||
id: "6", name: "Royal Suite", price: "GH₵ 2,200", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg"},
|
||||
]}
|
||||
title="Exquisite Accommodations"
|
||||
description="Choose from our range of beautifully designed rooms tailored for your comfort."
|
||||
@@ -315,45 +212,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Joana B",
|
||||
role: "Traveler",
|
||||
company: "Kumasi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-airport_107420-85078.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Joana B", role: "Traveler", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-airport_107420-85078.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K",
|
||||
role: "Professional",
|
||||
company: "Accra",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-drinking-champagne-while-relaxing-bed-hotel-room_637285-7668.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael K", role: "Professional", company: "Accra", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-drinking-champagne-while-relaxing-bed-hotel-room_637285-7668.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah A",
|
||||
role: "Guest",
|
||||
company: "London",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Sarah A", role: "Guest", company: "London", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David O",
|
||||
role: "Traveler",
|
||||
company: "Kumasi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David O", role: "Traveler", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ama P",
|
||||
role: "Guest",
|
||||
company: "Tema",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Ama P", role: "Guest", company: "Tema", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
]}
|
||||
title="Voices of Excellence"
|
||||
description="What our guests are saying about their experience at Wadoma Royale."
|
||||
@@ -366,20 +238,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are the check-in times?",
|
||||
content: "Check-in time is 2:00 PM and check-out is 12:00 PM.",
|
||||
},
|
||||
id: "f1", title: "What are the check-in times?", content: "Check-in time is 2:00 PM and check-out is 12:00 PM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we provide free parking for all hotel guests.",
|
||||
},
|
||||
id: "f2", title: "Is parking available?", content: "Yes, we provide free parking for all hotel guests."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer laundry services?",
|
||||
content: "We offer professional laundry and dry cleaning services for our guests.",
|
||||
},
|
||||
id: "f3", title: "Do you offer laundry services?", content: "We offer professional laundry and dry cleaning services for our guests."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-talking-phone_23-2149963948.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -390,10 +253,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ready to Book Your Royale Experience?"
|
||||
description="Sign up for exclusive offers and updates from Wadoma Royale Hotel."
|
||||
/>
|
||||
@@ -403,50 +266,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Stay With Us",
|
||||
items: [
|
||||
title: "Stay With Us", items: [
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dining", href: "#"},
|
||||
{
|
||||
label: "Offers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Offers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hotel",
|
||||
items: [
|
||||
title: "Hotel", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user