import { Menu } from "lucide-react"; import Link from "next/link"; import { MedscribeLogo } from "~/components/medscribe-logo"; import { Button } from "~/components/ui/button"; const navigation = [ { href: "/how-it-works", label: "How it works" }, { href: "/privacy", label: "Privacy & evidence" }, ] as const; export function SiteHeader() { return (
Medscribe
); }