"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Star, Heart, Home, Mountain, Sparkles, Crown, Linkedin, Globe } from "lucide-react"; export default function LandingPage() { return (
); }