"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import SplitAboutCards from '@/components/sections/about/SplitAboutCards'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Calendar, Crown, Phone, Mail, MapPin, Sparkles } from 'lucide-react'; export default function LandingPage() { return (
); }