import Link from 'next/link'; import Image from 'next/image'; import React from 'react'; import styles from '../../styles/Footer.module.scss'; const Footer = () => { return ( ); }; export default Footer;