import Script from "next/script"; interface JsonLdProps { data: Record; } export function JsonLd({ data }: JsonLdProps) { return (