"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return (
); }