Merge version_2 into main #2
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven';
|
import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven';
|
||||||
@@ -41,13 +41,16 @@ export default function LuxeSuitesPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroOverlay
|
||||||
title="Welcome to Luxe Suites"
|
title="Welcome to Luxe Suites"
|
||||||
description="Experience unparalleled elegance and comfort in the heart of the city. Your perfect getaway awaits."
|
description="Experience unparalleled elegance and comfort in the heart of the city. Your perfect getaway awaits."
|
||||||
tag="5-Star Luxury"
|
tag="5-Star Luxury"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg"
|
||||||
logoAlt="Luxe Suites Logo"
|
imageAlt="Luxe Suites Hotel"
|
||||||
|
textPosition="bottom-left"
|
||||||
|
showBlur={true}
|
||||||
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{text: "Book a Room", href: "booking"},
|
{text: "Book a Room", href: "booking"},
|
||||||
{text: "Learn More", href: "about"}
|
{text: "Learn More", href: "about"}
|
||||||
|
|||||||
Reference in New Issue
Block a user