diff --git a/components/Footer/footer.js b/components/Footer/footer.js index c19b6a85..bd4791ca 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,15 @@ function Footer() { return (