import { Link } from '@inertiajs/react'; import { contact, home, membership } from '@/routes'; import AppLogoIcon from '@/components/app-logo-icon'; export function Footer() { const currentYear = new Date().getFullYear(); return ( ); }