import Link from 'next/link'; import { site } from '@/lib/site'; export function SiteFooter() { const year = new Date().getFullYear(); return ( ); }