type JsonLdProps = { data: Record | Array>; }; export function JsonLd({ data }: JsonLdProps) { return