diff --git a/src/components/footer/Footer.jsx b/src/components/footer/Footer.jsx index 8b48ed7..35927d1 100644 --- a/src/components/footer/Footer.jsx +++ b/src/components/footer/Footer.jsx @@ -1,4 +1,6 @@ +import AboutPage from "@/pages/about"; import Image from "next/image"; +import Link from "next/link"; import { BiLogoFacebookSquare, BiLogoInstagram, @@ -23,24 +25,24 @@ const Footer = () => {