Merge version_1 into main #2
354
src/app/page.tsx
354
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Rooms", id: "#rooms"},
|
||||
{
|
||||
name: "Rates",
|
||||
id: "#rates",
|
||||
},
|
||||
name: "Rates", id: "#rates"},
|
||||
{
|
||||
name: "Guests",
|
||||
id: "#guests",
|
||||
},
|
||||
name: "Guests", id: "#guests"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v4ktdb"
|
||||
logoAlt="Hôtel des Invalides Logo"
|
||||
brandName="Hôtel des Invalides"
|
||||
@@ -74,45 +58,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Timeless Elegance at Hôtel des Invalides"
|
||||
description="Discover unparalleled luxury and historic charm in the heart of Paris. Your exquisite escape awaits, blending classic Parisian grandeur with modern comforts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
{
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Explore Rooms", href: "#rooms"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg?_wi=1",
|
||||
imageAlt: "Hôtel des Invalides Exterior on a sunny day",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg", imageAlt: "Hôtel des Invalides Exterior on a sunny day"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg?_wi=1",
|
||||
imageAlt: "Luxurious hotel lobby interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg", imageAlt: "Luxurious hotel lobby interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg",
|
||||
imageAlt: "Elegant hotel suite bedroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg", imageAlt: "Elegant hotel suite bedroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageAlt: "Fine dining restaurant in the hotel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Fine dining restaurant in the hotel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paris-city-skyline-rooftop-view-with-river-seine-night-france_649448-411.jpg",
|
||||
imageAlt: "Hotel balcony with view of Parisian skyline",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paris-city-skyline-rooftop-view-with-river-seine-night-france_649448-411.jpg", imageAlt: "Hotel balcony with view of Parisian skyline"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-lunch-hotel-outdoor-shot-table-with-fruits-swimming-pool_197531-20911.jpg",
|
||||
imageAlt: "Hotel amenities like spa or pool area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-lunch-hotel-outdoor-shot-table-with-fruits-swimming-pool_197531-20911.jpg", imageAlt: "Hotel amenities like spa or pool area"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,19 +92,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Home,
|
||||
label: "Rooms & Suites",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Rooms & Suites", value: "150+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Dedicated Staff",
|
||||
value: "100+",
|
||||
},
|
||||
label: "Dedicated Staff", value: "100+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Service",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Years of Service", value: "50+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,57 +111,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Concierge",
|
||||
description: "Our dedicated concierge team is available 24/7 to cater to your every need, ensuring a seamless and memorable stay.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Key,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-welcoming-tourists_482257-79681.jpg",
|
||||
imageAlt: "hotel concierge service desk",
|
||||
title: "Personalized Concierge", description: "Our dedicated concierge team is available 24/7 to cater to your every need, ensuring a seamless and memorable stay.", bentoComponent: "reveal-icon", icon: Key
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dining Experience",
|
||||
description: "Savor exquisite French cuisine prepared by our award-winning chefs in our elegant restaurant.",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Culinary Journey",
|
||||
subheading: "Experience the best of French gastronomy.",
|
||||
items: [
|
||||
title: "Gourmet Dining Experience", description: "Savor exquisite French cuisine prepared by our award-winning chefs in our elegant restaurant.", bentoComponent: "timeline", heading: "Culinary Journey", subheading: "Experience the best of French gastronomy.", items: [
|
||||
{
|
||||
label: "Seasonal Menus",
|
||||
detail: "Fresh, locally-sourced ingredients.",
|
||||
},
|
||||
label: "Seasonal Menus", detail: "Fresh, locally-sourced ingredients."},
|
||||
{
|
||||
label: "Private Dining",
|
||||
detail: "Exclusive settings for special occasions.",
|
||||
},
|
||||
label: "Private Dining", detail: "Exclusive settings for special occasions."},
|
||||
{
|
||||
label: "Master Sommelier",
|
||||
detail: "Expert wine pairings.",
|
||||
},
|
||||
label: "Master Sommelier", detail: "Expert wine pairings."},
|
||||
],
|
||||
completedLabel: "Bon Appétit!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v4ktdb",
|
||||
imageAlt: "hotel concierge service desk",
|
||||
completedLabel: "Bon Appétit!"
|
||||
},
|
||||
{
|
||||
title: "Luxurious Wellness & Spa",
|
||||
description: "Unwind and rejuvenate with our state-of-the-art spa, offering a range of treatments and a tranquil swimming pool.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Luxurious Wellness & Spa", description: "Unwind and rejuvenate with our state-of-the-art spa, offering a range of treatments and a tranquil swimming pool.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg?_wi=2",
|
||||
imageAlt: "Hotel concierge service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-balcony-black-white_657883-296.jpg", imageAlt: "Hotel concierge service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45998.jpg",
|
||||
imageAlt: "Chef preparing gourmet meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-girlfriend-valentine-s-day_1157-45998.jpg", imageAlt: "Chef preparing gourmet meal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa_23-2148000417.jpg",
|
||||
imageAlt: "Luxurious spa treatment room",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bellhop-offering-cup-coffee-guests_482257-92508.jpg?_wi=2",
|
||||
imageAlt: "hotel concierge service desk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa_23-2148000417.jpg", imageAlt: "Luxurious spa treatment room"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Indulge in Unrivaled Comfort & Service"
|
||||
@@ -216,47 +148,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "classic-room",
|
||||
name: "Classic Parisian Room",
|
||||
price: "€350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg",
|
||||
imageAlt: "Classic Parisian Room",
|
||||
},
|
||||
id: "classic-room", name: "Classic Parisian Room", price: "€350/night", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-four-pillows_1203-1107.jpg", imageAlt: "Classic Parisian Room"},
|
||||
{
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe View Room",
|
||||
price: "€480/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg",
|
||||
imageAlt: "Deluxe View Room",
|
||||
},
|
||||
id: "deluxe-room", name: "Deluxe View Room", price: "€480/night", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg", imageAlt: "Deluxe View Room"},
|
||||
{
|
||||
id: "junior-suite",
|
||||
name: "Junior Suite",
|
||||
price: "€720/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg",
|
||||
imageAlt: "Junior Suite",
|
||||
},
|
||||
id: "junior-suite", name: "Junior Suite", price: "€720/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg", imageAlt: "Junior Suite"},
|
||||
{
|
||||
id: "executive-suite",
|
||||
name: "Executive Suite",
|
||||
price: "€950/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bridegroom-wearing-stylish-blue-jacket-white-shirt-red-tie-concentrating-writing-text-digital-device-while-sitting-table-room-with-vintage-decor_8353-12595.jpg",
|
||||
imageAlt: "Executive Suite",
|
||||
},
|
||||
id: "executive-suite", name: "Executive Suite", price: "€950/night", imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bridegroom-wearing-stylish-blue-jacket-white-shirt-red-tie-concentrating-writing-text-digital-device-while-sitting-table-room-with-vintage-decor_8353-12595.jpg", imageAlt: "Executive Suite"},
|
||||
{
|
||||
id: "royal-suite",
|
||||
name: "Royal Signature Suite",
|
||||
price: "€1800/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-national-art-museum-bucharest-romania-golden-details-marble-painting_1268-19830.jpg",
|
||||
imageAlt: "Royal Signature Suite",
|
||||
},
|
||||
id: "royal-suite", name: "Royal Signature Suite", price: "€1800/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-national-art-museum-bucharest-romania-golden-details-marble-painting_1268-19830.jpg", imageAlt: "Royal Signature Suite"},
|
||||
{
|
||||
id: "accessible-room",
|
||||
name: "Accessible Comfort Room",
|
||||
price: "€380/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-walking-frame_23-2149404049.jpg",
|
||||
imageAlt: "Accessible Comfort Room",
|
||||
},
|
||||
id: "accessible-room", name: "Accessible Comfort Room", price: "€380/night", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-walking-frame_23-2149404049.jpg", imageAlt: "Accessible Comfort Room"},
|
||||
]}
|
||||
title="Our Exquisite Room Collection"
|
||||
description="Choose from a range of luxurious rooms and suites, each meticulously designed for your ultimate comfort and a truly Parisian experience."
|
||||
@@ -270,60 +172,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard-stay",
|
||||
badge: "Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "From €350",
|
||||
name: "Standard Stay",
|
||||
buttons: [
|
||||
id: "standard-stay", badge: "Value", badgeIcon: Sparkles,
|
||||
price: "From €350", name: "Standard Stay", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Luxury Room",
|
||||
"Complimentary Wi-Fi",
|
||||
"Daily Turndown Service",
|
||||
],
|
||||
"Luxury Room", "Complimentary Wi-Fi", "Daily Turndown Service"],
|
||||
},
|
||||
{
|
||||
id: "romantic-getaway",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "From €850",
|
||||
name: "Romantic Getaway",
|
||||
buttons: [
|
||||
id: "romantic-getaway", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "From €850", name: "Romantic Getaway", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Deluxe Suite",
|
||||
"Champagne & Chocolates",
|
||||
"Late Checkout",
|
||||
"Breakfast in Bed",
|
||||
],
|
||||
"Deluxe Suite", "Champagne & Chocolates", "Late Checkout", "Breakfast in Bed"],
|
||||
},
|
||||
{
|
||||
id: "family-adventure",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "From €1200",
|
||||
name: "Family Adventure",
|
||||
buttons: [
|
||||
id: "family-adventure", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "From €1200", name: "Family Adventure", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Connecting Rooms",
|
||||
"Kids Welcome Amenities",
|
||||
"Complimentary Parking",
|
||||
"Daily Activities Pass",
|
||||
],
|
||||
"Connecting Rooms", "Kids Welcome Amenities", "Complimentary Parking", "Daily Activities Pass"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Stays & Exclusive Packages"
|
||||
@@ -337,65 +210,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia L.",
|
||||
date: "October 2023",
|
||||
title: "An Unforgettable Parisian Escape",
|
||||
quote: "Hôtel des Invalides exceeded all expectations. The elegance, the service, the breathtaking views – it was truly an unforgettable experience. We can't wait to return!",
|
||||
tag: "Romantic Getaway",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg",
|
||||
avatarAlt: "Sophia L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-clanging-glasses-table-restaurant_23-2148014462.jpg",
|
||||
imageAlt: "Breakfast in a luxury hotel room",
|
||||
},
|
||||
id: "1", name: "Sophia L.", date: "October 2023", title: "An Unforgettable Parisian Escape", quote: "Hôtel des Invalides exceeded all expectations. The elegance, the service, the breathtaking views – it was truly an unforgettable experience. We can't wait to return!", tag: "Romantic Getaway", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", avatarAlt: "Sophia L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/couple-clanging-glasses-table-restaurant_23-2148014462.jpg", imageAlt: "Breakfast in a luxury hotel room"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc T.",
|
||||
date: "September 2023",
|
||||
title: "The Epitome of Luxury",
|
||||
quote: "From the moment we arrived, we were treated like royalty. The staff's attention to detail and the exquisite amenities made our business trip feel like a luxurious vacation.",
|
||||
tag: "Business Travel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg",
|
||||
avatarAlt: "Marc T. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001079.jpg",
|
||||
imageAlt: "Hotel spa and wellness area",
|
||||
},
|
||||
id: "2", name: "Marc T.", date: "September 2023", title: "The Epitome of Luxury", quote: "From the moment we arrived, we were treated like royalty. The staff's attention to detail and the exquisite amenities made our business trip feel like a luxurious vacation.", tag: "Business Travel", avatarSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg", avatarAlt: "Marc T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001079.jpg", imageAlt: "Hotel spa and wellness area"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
date: "August 2023",
|
||||
title: "A True Gem in the Heart of Paris",
|
||||
quote: "The location is perfect, and the hotel itself is a masterpiece. Every corner exudes charm and sophistication. A must-stay for anyone seeking authentic Parisian luxury.",
|
||||
tag: "Solo Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-blonde-woman-stylish-white-blouse-dark-velvet-pants-laughs-looks-into-camera-spreads-paste-piece-bread-street-cafe_197531-23212.jpg",
|
||||
avatarAlt: "Elena R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188440.jpg",
|
||||
imageAlt: "Elegant hotel bar",
|
||||
},
|
||||
id: "3", name: "Elena R.", date: "August 2023", title: "A True Gem in the Heart of Paris", quote: "The location is perfect, and the hotel itself is a masterpiece. Every corner exudes charm and sophistication. A must-stay for anyone seeking authentic Parisian luxury.", tag: "Solo Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-blonde-woman-stylish-white-blouse-dark-velvet-pants-laughs-looks-into-camera-spreads-paste-piece-bread-street-cafe_197531-23212.jpg", avatarAlt: "Elena R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188440.jpg", imageAlt: "Elegant hotel bar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David & Sarah K.",
|
||||
date: "July 2023",
|
||||
title: "Our Dream Anniversary Destination",
|
||||
quote: "We chose Hôtel des Invalides for our anniversary, and it was the best decision. The romantic dinner, the beautiful suite, the impeccable service – everything was flawless.",
|
||||
tag: "Anniversary",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/photorealistic-scene-non-monogamous-relationship_23-2151266391.jpg",
|
||||
avatarAlt: "David & Sarah K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-together-dinner_23-2148060505.jpg",
|
||||
imageAlt: "Couple enjoying romantic dinner at hotel",
|
||||
},
|
||||
id: "4", name: "David & Sarah K.", date: "July 2023", title: "Our Dream Anniversary Destination", quote: "We chose Hôtel des Invalides for our anniversary, and it was the best decision. The romantic dinner, the beautiful suite, the impeccable service – everything was flawless.", tag: "Anniversary", avatarSrc: "http://img.b2bpic.net/free-photo/photorealistic-scene-non-monogamous-relationship_23-2151266391.jpg", avatarAlt: "David & Sarah K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-together-dinner_23-2148060505.jpg", imageAlt: "Couple enjoying romantic dinner at hotel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jean-Pierre V.",
|
||||
date: "June 2023",
|
||||
title: "Exceptional Service and Grandeur",
|
||||
quote: "As a frequent traveler, I appreciate genuine hospitality. Hôtel des Invalides delivers with grandeur and warmth. A truly remarkable hotel experience.",
|
||||
tag: "Frequent Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45811.jpg",
|
||||
avatarAlt: "Jean-Pierre V. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274625.jpg",
|
||||
imageAlt: "Hotel concierge assisting a guest",
|
||||
},
|
||||
id: "5", name: "Jean-Pierre V.", date: "June 2023", title: "Exceptional Service and Grandeur", quote: "As a frequent traveler, I appreciate genuine hospitality. Hôtel des Invalides delivers with grandeur and warmth. A truly remarkable hotel experience.", tag: "Frequent Guest", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45811.jpg", avatarAlt: "Jean-Pierre V. avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274625.jpg", imageAlt: "Hotel concierge assisting a guest"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from discerning travelers who have experienced the magic and unparalleled service of Hôtel des Invalides."
|
||||
@@ -408,35 +231,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your check-in and check-out times?",
|
||||
content: "Check-in is at 3:00 PM, and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request and subject to availability.",
|
||||
},
|
||||
id: "faq-1", title: "What are your check-in and check-out times?", content: "Check-in is at 3:00 PM, and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request and subject to availability."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer airport transfer services?",
|
||||
content: "Yes, we offer private airport transfer services. Please contact our concierge desk at least 48 hours in advance to arrange your transportation.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer airport transfer services?", content: "Yes, we offer private airport transfer services. Please contact our concierge desk at least 48 hours in advance to arrange your transportation."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is breakfast included in the room rate?",
|
||||
content: "Breakfast options vary by room rate and package. Please check your reservation details or inquire with our reception team for more information.",
|
||||
},
|
||||
id: "faq-3", title: "Is breakfast included in the room rate?", content: "Breakfast options vary by room rate and package. Please check your reservation details or inquire with our reception team for more information."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you have Wi-Fi access?",
|
||||
content: "Complimentary high-speed Wi-Fi is available throughout the entire hotel, including all guest rooms and public areas.",
|
||||
},
|
||||
id: "faq-4", title: "Do you have Wi-Fi access?", content: "Complimentary high-speed Wi-Fi is available throughout the entire hotel, including all guest rooms and public areas."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Are pets allowed at the hotel?",
|
||||
content: "We welcome small dogs (under 10 kg) for an additional fee. Please inform us at the time of booking to ensure a comfortable stay for you and your pet.",
|
||||
},
|
||||
id: "faq-5", title: "Are pets allowed at the hotel?", content: "We welcome small dogs (under 10 kg) for an additional fee. Please inform us at the time of booking to ensure a comfortable stay for you and your pet."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "Our standard cancellation policy allows free cancellation up to 48 hours before arrival. Please refer to your booking confirmation for specific terms and conditions, as policies may vary.",
|
||||
},
|
||||
id: "faq-6", title: "What is your cancellation policy?", content: "Our standard cancellation policy allows free cancellation up to 48 hours before arrival. Please refer to your booking confirmation for specific terms and conditions, as policies may vary."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about your stay with us, from booking details to hotel amenities and services."
|
||||
@@ -448,8 +253,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Book Your Stay"
|
||||
title="Contact Us for Reservations"
|
||||
description="Our dedicated team is ready to assist you with your booking, special requests, or any inquiries you may have. We look forward to welcoming you."
|
||||
@@ -471,49 +275,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Our Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Amenities", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Rates & Packages",
|
||||
href: "#rates",
|
||||
},
|
||||
label: "Rates & Packages", href: "#rates"},
|
||||
{
|
||||
label: "Guest Reviews",
|
||||
href: "#guests",
|
||||
},
|
||||
label: "Guest Reviews", href: "#guests"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
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