"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }