// Renders a JSON-LD structured-data script. The `<` escape prevents a // `` sequence in the data from breaking out of the tag. export function JsonLd({ data }: { data: object }) { return (