"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Briefcase, Calendar, Facebook, Gem, Heart, Instagram, Linkedin, Phone, Star, Twitter } from "lucide-react"; export default function LuxeSuitesPage() { return (
); }