import Link from 'next/link'; import styles from './Footer.module.css'; export default function Footer() { return ( ); }