"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TextAbout from "@/components/sections/about/TextAbout"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; export default function LandingPage() { return (
); }