Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25a71dee83 | |||
| 3966aef824 | |||
| 2ab5c5904c |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroSignup from '@/components/sections/hero/HeroSignup';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
@@ -53,15 +53,24 @@ export default function LuxeStayPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSignup
|
<HeroBillboard
|
||||||
|
title="Experience Unmatched Luxury"
|
||||||
|
description="Welcome to LuxeStay, where every detail is designed to make your stay unforgettable. From our exquisite rooms to our personalized service, we ensure your comfort and satisfaction."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Premium Hospitality"
|
tag="Luxury Redefined"
|
||||||
tagIcon={Sparkles}
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
title="Experience Luxury Redefined"
|
imageAlt="Luxurious hotel room with a view"
|
||||||
description="Discover our world-class accommodations and impeccable service. From breathtaking views to personalized concierge, every detail is crafted for your perfect stay."
|
buttons={[
|
||||||
inputPlaceholder="Enter your email"
|
{ text: "Reserve Now", href: "/reserve" },
|
||||||
buttonText="Reserve Now"
|
{ text: "Explore Rooms", href: "/rooms" }
|
||||||
onSubmit={handleHeroSignup}
|
]}
|
||||||
|
marqueeItems={[
|
||||||
|
{ name: "Spa Services", logo: "https://via.placeholder.com/100" },
|
||||||
|
{ name: "Gourmet Dining", logo: "https://via.placeholder.com/100" },
|
||||||
|
{ name: "Fitness Center", logo: "https://via.placeholder.com/100" },
|
||||||
|
{ name: "Business Center", logo: "https://via.placeholder.com/100" }
|
||||||
|
]}
|
||||||
|
marqueeSpeed={50}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user