"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function HomePage() { return (
); }