/** * Footer Component * Site footer with links and info */ import styles from './Footer.module.css'; export function Footer() { const currentYear = new Date().getFullYear(); return ( ); }