"use client"; import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return (
); }