interface JsonLdProps { data: Record; } export function JsonLd({ data }: JsonLdProps) { return (