"use client"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Award, Users, Star, Globe } from 'lucide-react'; export default function AboutPage() { return (
); }