import React from 'react' import Link from 'next/link' import Logo from './logo' export default function Footer() { return ( ) }