"use client"; import Link from 'next/link'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import { CheckCircle, Clapperboard } from 'lucide-react'; export default function AboutPage() { return (
); }