diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8090c12..daae73b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,8 +6,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import Link from "next/link"; -export default function LandingPage() { +export default function AboutPage() { return (