From c87b663163d2d2d1b351b0031d19bda2fb7f4b73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:36:54 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 (