"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import TextAbout from "@/components/sections/about/TextAbout"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function LandingPage() { return (
); }