import Link from 'next/link' import SocialLinks from '../common/SocialLinks' const Footer = () => { return ( ) } export default Footer