Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25a71dee83 | |||
| 3966aef824 | |||
| 2ab5c5904c | |||
| ea53bee334 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -5,18 +5,18 @@
|
|||||||
/* --background: #f5f5f5;;
|
/* --background: #f5f5f5;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #1c1c1c;;
|
||||||
--primary-cta: #6139e6;;
|
--primary-cta: #007bff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #6139e6;;
|
--accent: #007bff;;
|
||||||
--background-accent: #b3a8e8;; */
|
--background-accent: #add8e6;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #e0f7fa;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #1c1c1c;;
|
||||||
--primary-cta: #6139e6;;
|
--primary-cta: #007bff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #6139e6;;
|
--accent: #007bff;;
|
||||||
--background-accent: #b3a8e8;;
|
--background-accent: #add8e6;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user