import Link from "next/link"; import { MedscribeLogo } from "~/components/medscribe-logo"; const footerLinks = [ { href: "/how-it-works", label: "How it works" }, { href: "/privacy", label: "Privacy" }, { href: "/access", label: "Request access" }, ] as const; export function SiteFooter() { return ( ); }