Update src/app/page.tsx
This commit is contained in:
296
src/app/page.tsx
296
src/app/page.tsx
@@ -29,39 +29,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "/amenities",
|
||||
},
|
||||
name: "Amenities", id: "/amenities"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "/location",
|
||||
},
|
||||
name: "Location", id: "/location"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Riad Marrakech Doors"
|
||||
button={{
|
||||
text: "Check Availability",
|
||||
href: "/rooms#booking",
|
||||
}}
|
||||
text: "Check Availability", href: "/rooms#booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,73 +56,39 @@ export default function LandingPage() {
|
||||
description="A peaceful retreat in the Medina featuring elegant rooms, traditional breakfast, a refreshing pool, and exceptional service."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_travels",
|
||||
testimonial: "An absolutely magical stay! The riad felt like a hidden gem, and the staff's warmth made all the difference. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_travels", testimonial: "An absolutely magical stay! The riad felt like a hidden gem, and the staff's warmth made all the difference. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@mikey_adventures",
|
||||
testimonial: "The perfect escape from the bustling Medina. Beautiful rooms, delicious breakfast, and the pool was a lifesaver. Will return!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-barefooted-woman-stylish-attire-dancing-hot-summer-day-outdoor-portrait-cute-blonde-woman-denim-shorts-touching-her-hat-with-smile_197531-20861.jpg",
|
||||
},
|
||||
name: "Michael C.", handle: "@mikey_adventures", testimonial: "The perfect escape from the bustling Medina. Beautiful rooms, delicious breakfast, and the pool was a lifesaver. Will return!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-barefooted-woman-stylish-attire-dancing-hot-summer-day-outdoor-portrait-cute-blonde-woman-denim-shorts-touching-her-hat-with-smile_197531-20861.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily.explores",
|
||||
testimonial: "Every detail was thoughtfully crafted. We felt truly immersed in Moroccan culture while enjoying modern comforts. A true luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-leaning-boat-travel-near-cliff_23-2148153858.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily.explores", testimonial: "Every detail was thoughtfully crafted. We felt truly immersed in Moroccan culture while enjoying modern comforts. A true luxury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-leaning-boat-travel-near-cliff_23-2148153858.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@david_globetrotter",
|
||||
testimonial: "Exceptional service from start to finish. The team went above and beyond to make our stay unforgettable. A must-visit in Marrakech.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@david_globetrotter", testimonial: "Exceptional service from start to finish. The team went above and beyond to make our stay unforgettable. A must-visit in Marrakech.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@jessica_wanderlust",
|
||||
testimonial: "The riad's beauty is only surpassed by its hospitality. A serene haven that exceeded all our expectations. Truly a five-star experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-visiting-luxurious-city-dubai_23-2151328570.jpg",
|
||||
},
|
||||
name: "Jessica L.", handle: "@jessica_wanderlust", testimonial: "The riad's beauty is only surpassed by its hospitality. A serene haven that exceeded all our expectations. Truly a five-star experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-visiting-luxurious-city-dubai_23-2151328570.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "/rooms#booking",
|
||||
},
|
||||
text: "Check Availability", href: "/rooms#booking"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-with-his-yellow-bag-preparing-trip-blue-wall_140725-89707.jpg",
|
||||
alt: "Guest Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-with-his-yellow-bag-preparing-trip-blue-wall_140725-89707.jpg", alt: "Guest Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-man-outdoor_23-2148514954.jpg",
|
||||
alt: "Guest Michael C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-man-outdoor_23-2148514954.jpg", alt: "Guest Michael C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-with-short-hair_1308-171290.jpg",
|
||||
alt: "Guest Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-with-short-hair_1308-171290.jpg", alt: "Guest Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-resting-after-workout-park_158595-3359.jpg",
|
||||
alt: "Guest David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-resting-after-workout-park_158595-3359.jpg", alt: "Guest David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-scarf-desert_23-2149408636.jpg",
|
||||
alt: "Front view woman wearing scarf in desert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-scarf-desert_23-2149408636.jpg", alt: "Front view woman wearing scarf in desert"},
|
||||
]}
|
||||
avatarText="Loved by over 70 happy guests"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-girl-with-sunglasses-surrounded-by-chinese-lanterns-night_138670-180.jpg"
|
||||
@@ -154,11 +104,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Discover Riad Marrakech Doors",
|
||||
},
|
||||
type: "text", content: "Discover Riad Marrakech Doors"},
|
||||
]}
|
||||
description="Nestled in the vibrant heart of Marrakech's historic Medina, Riad Marrakech Doors is a boutique sanctuary offering an authentic Moroccan experience with a touch of modern luxury. Our riad is a peaceful retreat, meticulously designed to reflect traditional architecture while providing exceptional comfort and hospitality. Immerse yourself in the enchanting atmosphere, where every corner tells a story of Moroccan heritage."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/oriental-door_23-2148129877.jpg"
|
||||
imageAlt="Traditional Moroccan riad interior with intricate decor and warm lighting"
|
||||
/>
|
||||
@@ -172,41 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Free Wi-Fi",
|
||||
description: "Stay connected with complimentary high-speed internet access throughout your stay, perfect for sharing your Marrakech moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-with-headphone-listen-music-bedroom_74190-10298.jpg",
|
||||
imageAlt: "Wi-Fi icon",
|
||||
},
|
||||
title: "Free Wi-Fi", description: "Stay connected with complimentary high-speed internet access throughout your stay, perfect for sharing your Marrakech moments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-with-headphone-listen-music-bedroom_74190-10298.jpg", imageAlt: "Wi-Fi icon"},
|
||||
{
|
||||
title: "Traditional Breakfast",
|
||||
description: "Start your day with an authentic Moroccan breakfast, featuring local delicacies and fresh ingredients, served in our beautiful courtyard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-plates-food-breakfst-fruit-salads-fried-eggr-with-herbs-ham_140725-12627.jpg",
|
||||
imageAlt: "Traditional Moroccan breakfast spread",
|
||||
},
|
||||
title: "Traditional Breakfast", description: "Start your day with an authentic Moroccan breakfast, featuring local delicacies and fresh ingredients, served in our beautiful courtyard.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-plates-food-breakfst-fruit-salads-fried-eggr-with-herbs-ham_140725-12627.jpg", imageAlt: "Traditional Moroccan breakfast spread"},
|
||||
{
|
||||
title: "Refreshing Pool",
|
||||
description: "Cool off in our serene swimming pool, a tranquil oasis perfect for relaxation after a day of exploring the bustling Medina.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-urban-european-city_23-2151917281.jpg",
|
||||
imageAlt: "Riad swimming pool",
|
||||
},
|
||||
title: "Refreshing Pool", description: "Cool off in our serene swimming pool, a tranquil oasis perfect for relaxation after a day of exploring the bustling Medina.", imageSrc: "http://img.b2bpic.net/free-photo/classical-urban-european-city_23-2151917281.jpg", imageAlt: "Riad swimming pool"},
|
||||
{
|
||||
title: "Air Conditioning",
|
||||
description: "Enjoy ultimate comfort in all our rooms and common areas with modern air conditioning, ensuring a cool escape from the Marrakech heat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216681.jpg",
|
||||
imageAlt: "Air conditioning unit",
|
||||
},
|
||||
title: "Air Conditioning", description: "Enjoy ultimate comfort in all our rooms and common areas with modern air conditioning, ensuring a cool escape from the Marrakech heat.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216681.jpg", imageAlt: "Air conditioning unit"},
|
||||
{
|
||||
title: "Exquisite Restaurant",
|
||||
description: "Savor delicious Moroccan and international cuisine at our in-house restaurant, offering a delightful culinary journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg",
|
||||
imageAlt: "Riad restaurant dining area",
|
||||
},
|
||||
title: "Exquisite Restaurant", description: "Savor delicious Moroccan and international cuisine at our in-house restaurant, offering a delightful culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg", imageAlt: "Riad restaurant dining area"},
|
||||
{
|
||||
title: "Prime Medina Location",
|
||||
description: "Located just steps away from major attractions, our riad offers unparalleled access to the vibrant souks and cultural heart of Marrakech.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-cardona-roofs-from-castle_1398-3195.jpg",
|
||||
imageAlt: "Marrakech Medina map",
|
||||
},
|
||||
title: "Prime Medina Location", description: "Located just steps away from major attractions, our riad offers unparalleled access to the vibrant souks and cultural heart of Marrakech.", imageSrc: "http://img.b2bpic.net/free-photo/view-cardona-roofs-from-castle_1398-3195.jpg", imageAlt: "Marrakech Medina map"},
|
||||
]}
|
||||
title="Why Choose Riad Marrakech Doors?"
|
||||
description="Discover the unique advantages that make our riad your perfect retreat in the heart of Marrakech, combining traditional charm with modern comforts."
|
||||
@@ -221,65 +144,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Deluxe Double Room",
|
||||
price: "From €120/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-beautiful-pillow-bed-bedroom_74190-384.jpg",
|
||||
imageAlt: "Deluxe Double Room",
|
||||
},
|
||||
id: "1", brand: "Riad Marrakech Doors", name: "Deluxe Double Room", price: "From €120/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/luxury-beautiful-pillow-bed-bedroom_74190-384.jpg", imageAlt: "Deluxe Double Room"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Junior Suite",
|
||||
price: "From €180/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2022.jpg",
|
||||
imageAlt: "Junior Suite",
|
||||
},
|
||||
id: "2", brand: "Riad Marrakech Doors", name: "Junior Suite", price: "From €180/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2022.jpg", imageAlt: "Junior Suite"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Standard Double Room",
|
||||
price: "From €90/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg",
|
||||
imageAlt: "Standard Double Room",
|
||||
},
|
||||
id: "3", brand: "Riad Marrakech Doors", name: "Standard Double Room", price: "From €90/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg", imageAlt: "Standard Double Room"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Family Suite",
|
||||
price: "From €250/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918223.jpg",
|
||||
imageAlt: "Family Suite",
|
||||
},
|
||||
id: "4", brand: "Riad Marrakech Doors", name: "Family Suite", price: "From €250/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918223.jpg", imageAlt: "Family Suite"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Room with Private Patio",
|
||||
price: "From €150/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-balcony-old-house-pals-spain_181624-40218.jpg",
|
||||
imageAlt: "Room with Private Patio",
|
||||
},
|
||||
id: "5", brand: "Riad Marrakech Doors", name: "Room with Private Patio", price: "From €150/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-balcony-old-house-pals-spain_181624-40218.jpg", imageAlt: "Room with Private Patio"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Riad Marrakech Doors",
|
||||
name: "Master Suite with Terrace",
|
||||
price: "From €300/night",
|
||||
rating: 4.9,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929528.jpg",
|
||||
imageAlt: "Master Suite with Terrace",
|
||||
},
|
||||
id: "6", brand: "Riad Marrakech Doors", name: "Master Suite with Terrace", price: "From €300/night", rating: 4.9,
|
||||
reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929528.jpg", imageAlt: "Master Suite with Terrace"},
|
||||
]}
|
||||
title="Our Elegant Rooms & Suites"
|
||||
description="Step into a world of comfort and traditional Moroccan design, crafted for your ultimate relaxation and an unforgettable stay."
|
||||
@@ -293,45 +174,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amina B.",
|
||||
role: "Guest from France",
|
||||
testimonial: "Riad Marrakech Doors exceeded all our expectations! The courtyard is an absolute paradise, and the staff are incredibly attentive. A truly memorable stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-sitting-top-dune-taking-photos_23-2148194016.jpg",
|
||||
imageAlt: "Amina B. headshot",
|
||||
},
|
||||
id: "1", name: "Amina B.", role: "Guest from France", testimonial: "Riad Marrakech Doors exceeded all our expectations! The courtyard is an absolute paradise, and the staff are incredibly attentive. A truly memorable stay.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-sitting-top-dune-taking-photos_23-2148194016.jpg", imageAlt: "Amina B. headshot"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jamal H.",
|
||||
role: "Guest from UAE",
|
||||
testimonial: "From the warm welcome to the delicious breakfast, every moment was perfect. The riad's location is ideal for exploring the Medina. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-posing-with-lighthouse_23-2150608252.jpg",
|
||||
imageAlt: "Jamal H. headshot",
|
||||
},
|
||||
id: "2", name: "Jamal H.", role: "Guest from UAE", testimonial: "From the warm welcome to the delicious breakfast, every moment was perfect. The riad's location is ideal for exploring the Medina. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-posing-with-lighthouse_23-2150608252.jpg", imageAlt: "Jamal H. headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia G.",
|
||||
role: "Guest from UK",
|
||||
testimonial: "A peaceful sanctuary amidst the bustling city. The rooms are beautifully decorated, and the service is impeccable. We can't wait to return!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503023.jpg",
|
||||
imageAlt: "Sophia G. headshot",
|
||||
},
|
||||
id: "3", name: "Sophia G.", role: "Guest from UK", testimonial: "A peaceful sanctuary amidst the bustling city. The rooms are beautifully decorated, and the service is impeccable. We can't wait to return!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503023.jpg", imageAlt: "Sophia G. headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar K.",
|
||||
role: "Guest from Morocco",
|
||||
testimonial: "Authentic Moroccan hospitality at its finest. The attention to detail and personalized service made us feel right at home. A true gem in Marrakech.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg",
|
||||
imageAlt: "Omar K. headshot",
|
||||
},
|
||||
id: "4", name: "Omar K.", role: "Guest from Morocco", testimonial: "Authentic Moroccan hospitality at its finest. The attention to detail and personalized service made us feel right at home. A true gem in Marrakech.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg", imageAlt: "Omar K. headshot"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Layla P.",
|
||||
role: "Guest from USA",
|
||||
testimonial: "Our stay at Riad Marrakech Doors was simply enchanting. The blend of traditional charm and modern comfort is exceptional. A perfect getaway!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-shoreline-sunlight_23-2147738239.jpg",
|
||||
imageAlt: "Layla P. headshot",
|
||||
},
|
||||
id: "5", name: "Layla P.", role: "Guest from USA", testimonial: "Our stay at Riad Marrakech Doors was simply enchanting. The blend of traditional charm and modern comfort is exceptional. A perfect getaway!", imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-shoreline-sunlight_23-2147738239.jpg", imageAlt: "Layla P. headshot"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="With a remarkable 4.9/5 rating from over 70 reviews, our guests consistently praise our hospitality, authentic Moroccan experience, and exceptional service."
|
||||
@@ -342,58 +193,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms", href: "/rooms"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
label: "Amenities", href: "/amenities"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "Our Story", href: "/#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "/location",
|
||||
},
|
||||
label: "Location", href: "/location"},
|
||||
{
|
||||
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