import Link from "next/link"; import { NAV_LINKS } from "@/components/nav-links"; export function Footer() { return ( ); }