"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return (
); }