"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LuxeHavenPage() { return (
); }