/** * Footer — site footer with copyright and links. * * Displays "© 2026 Divisi Made with ❤ in Chile" and links to Terms, * Privacy, and Help (placeholder hrefs). * * Requirements: 17.4 */ export default function Footer() { return ( ); }