Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c0f22575c |
@@ -25,7 +25,7 @@ export default function LuxeHotelPage() {
|
|||||||
secondaryButtonStyle="outline"
|
secondaryButtonStyle="outline"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav" style={{ backgroundColor: '#ffffff' }}>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Luxe Hotel"
|
brandName="Luxe Hotel"
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -42,7 +42,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" style={{ backgroundColor: '#f5faff' }}>
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
title="Experience Luxury Hospitality"
|
title="Experience Luxury Hospitality"
|
||||||
description="Discover our world-class accommodations and world-renowned service. Your perfect getaway awaits."
|
description="Discover our world-class accommodations and world-renowned service. Your perfect getaway awaits."
|
||||||
@@ -56,7 +56,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about" style={{ backgroundColor: '#f0f5fa' }}>
|
||||||
<SplitAboutCards
|
<SplitAboutCards
|
||||||
title="World-Class Amenities"
|
title="World-Class Amenities"
|
||||||
description="Indulge in our carefully curated selection of premium facilities designed to enhance your stay."
|
description="Indulge in our carefully curated selection of premium facilities designed to enhance your stay."
|
||||||
@@ -79,7 +79,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="rooms" data-section="rooms">
|
<div id="rooms" data-section="rooms" style={{ backgroundColor: '#ffffff' }}>
|
||||||
<ProductCardSeven
|
<ProductCardSeven
|
||||||
title="Our Room Collection"
|
title="Our Room Collection"
|
||||||
description="Choose from our selection of thoughtfully designed rooms and suites tailored to your needs."
|
description="Choose from our selection of thoughtfully designed rooms and suites tailored to your needs."
|
||||||
@@ -117,7 +117,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="amenities" data-section="amenities">
|
<div id="amenities" data-section="amenities" style={{ backgroundColor: '#eeeeee' }}>
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
title="Discover Our Facilities"
|
title="Discover Our Facilities"
|
||||||
description="From our state-of-the-art fitness center to our peaceful meditation garden, every detail matters."
|
description="From our state-of-the-art fitness center to our peaceful meditation garden, every detail matters."
|
||||||
@@ -152,7 +152,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: '#f8f8f8' }}>
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="The staff was exceptionally attentive, the rooms were immaculate, and the attention to detail was remarkable. This hotel truly understands luxury hospitality. We're already planning our next visit!"
|
testimonial="The staff was exceptionally attentive, the rooms were immaculate, and the attention to detail was remarkable. This hotel truly understands luxury hospitality. We're already planning our next visit!"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -179,7 +179,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing" style={{ backgroundColor: '#f5faff' }}>
|
||||||
<PricingCardSeven
|
<PricingCardSeven
|
||||||
title="Flexible Stay Options"
|
title="Flexible Stay Options"
|
||||||
description="Select your preferred booking option and enjoy our best available rates."
|
description="Select your preferred booking option and enjoy our best available rates."
|
||||||
@@ -240,7 +240,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact" style={{ backgroundColor: '#f0f5fa' }}>
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Reserve Your Room Today"
|
title="Reserve Your Room Today"
|
||||||
@@ -255,7 +255,7 @@ export default function LuxeHotelPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer" style={{ backgroundColor: '#1a1a1a' }}>
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Luxe Hotel"
|
logoText="Luxe Hotel"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user