import Link from "next/link"; import { NAV_LINKS, ENTRY_PATHS } from "~/lib/data"; export function SiteFooter() { return ( ); }