import { jsonLdString } from '@/lib/seo'; /** Server component: one JSON-LD script tag (pass one object or an array). */ export function JsonLd({ data }: { data: Record | Array> }) { return