"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSignup from '@/components/sections/hero/HeroSignup'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Home, Crown, Heart, Mail } from "lucide-react"; export default function LandingPage() { return (
); }