"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Star, Home, Sparkles, Mail } from "lucide-react"; export default function LuxuryHotelPage() { return (
); }