diff --git a/components/Footer/footer.js b/components/Footer/footer.js index 929c2160..6bf70636 100644 --- a/components/Footer/footer.js +++ b/components/Footer/footer.js @@ -1,5 +1,6 @@ import React from "react"; import Image from 'next/image'; +import Link from "next/link"; function Footer() { const socials = [ @@ -22,7 +23,9 @@ function Footer() { return (