"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Star, DoorOpen } from "lucide-react"; export default function LuxuryHotelsPage() { return (
); }