"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link"; export default function AboutPage() { return (
); }