import React from 'react'; import Link from 'next/link'; import { Link as LinkScroll} from 'react-scroll'; import * as Icon from 'react-feather'; const Footer = () => { const currentYear = new Date().getFullYear(); return ( ) } export default Footer;