"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TeamCardFour from '@/components/sections/team/TeamCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactInline from '@/components/sections/contact/ContactInline'; import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return (
); }