"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import SplitAboutCards from '@/components/sections/about/SplitAboutCards'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LuxeHotelPage() { return (
); }