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

+
+ +
);