'use client'; import Link from 'next/link'; import Logo from './Logo'; import { ROUTES } from '@/utils/constants'; export default function Footer() { const currentYear = new Date().getFullYear(); return ( ); }