import Link from 'next/link'; import { AUTHOR, CONTACT_EMAIL } from '@/lib/site'; export function Footer() { return ( ); }