"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Home, Star, Gift, Calendar, Crown, Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }