import Link from "next/link"; export default function IdentityCardButton({ url, button_text }) { return (
{button_text}
); }