"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardSix from '@/components/sections/pricing/PricingCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return (
); }