{
    "$schema": "https://ui.shadcn.com/schema/registry-item.json",
    "name": "faq",
    "type": "registry:component",
    "title": "FAQ",
    "description": "A frequently-asked-questions section built on the accordion component.",
    "registryDependencies": [
        "tokens",
        "accordion"
    ],
    "meta": {
        "category": "Marketing",
        "layout": "block"
    },
    "files": [
        {
            "path": "components/faq.html",
            "type": "registry:file",
            "target": "components/faq.html",
            "content": "<!-- FAQ\n     A frequently-asked-questions section using the accordion component. Native\n     details/summary, so it works without JavaScript. Marketing theme. -->\n\n<section class=\"dp-faq\">\n  <h2 class=\"dp-faq-title\">Frequently asked questions</h2>\n  <div class=\"dp-accordion\">\n    <details open>\n      <summary>\n        How often is the data refreshed?\n        <svg class=\"dp-accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"></path></svg>\n      </summary>\n      <div class=\"dp-accordion-content\">The full dataset is rebuilt on the first of every month, covering every registered domain worldwide.</div>\n    </details>\n    <details>\n      <summary>\n        Which formats can I export?\n        <svg class=\"dp-accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"></path></svg>\n      </summary>\n      <div class=\"dp-accordion-content\">Export to CSV and JSON on every plan, or connect directly through the API and data warehouse integrations.</div>\n    </details>\n    <details>\n      <summary>\n        Can I access the data through AI tools?\n        <svg class=\"dp-accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"></path></svg>\n      </summary>\n      <div class=\"dp-accordion-content\">Yes. The MCP server lets Claude, Cursor and ChatGPT query the dataset directly using everyday language.</div>\n    </details>\n  </div>\n</section>\n"
        },
        {
            "path": "components/faq.css",
            "type": "registry:file",
            "target": "components/faq.css",
            "content": "/* FAQ\n   A frequently-asked-questions section built on the accordion component.\n   Colour and type from tokens.css (marketing theme). */\n\n.dp-faq {\n  max-width: 48rem;\n  margin: 0 auto;\n  padding: var(--dp-space-12) var(--dp-space-6);\n}\n\n.dp-faq-title {\n  margin: 0 0 var(--dp-space-8);\n  text-align: center;\n  font-size: var(--dp-text-3xl);\n  line-height: var(--dp-leading-tight);\n  font-weight: var(--dp-weight-bold);\n  color: var(--dp-navy);\n}\n"
        }
    ]
}
