"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Star, Sparkles, Mail, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { return (
); }