From 111438a7c7d0c00511ab720db9fc828868bd6866 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sat, 20 Jun 2026 09:39:05 +0200 Subject: [PATCH] added:links into the footer --- src/components/footer.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index ed30a38..9e7fe55 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,8 +1,17 @@ +import Link from "next/link"; + export default function Footer() { return ( <> -
-

periodicbrake.fr

+
+

periodicbrake.fr

+
+ +
);