"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function LandingPage() { return (
); }