import Link from "next/link"; import { footerLinks, site } from "@/lib/site"; export function SiteFooter() { return ( ); }