import Link from "next/link"; export function Footer() { const year = new Date().getFullYear(); const linkClass = "text-zinc-400 hover:text-amber-300 transition-colors"; const sectionTitle = "text-[11px] font-semibold uppercase tracking-[0.28em] text-zinc-500"; return ( ); }