import Link from 'next/link' import { Logo } from '@/components/logo' export const Footer = () => { return ( ) }