{
  "$schema": "https://shadcn-vue.com/schema/registry-item.json",
  "name": "faq-01",
  "title": "Faq 01",
  "type": "registry:block",
  "files": [
    {
      "path": "packages/registry-vue/blocks/faq-01/Faq01.vue",
      "content": "<script setup lang=\"ts\">\nimport { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from '@/components/ui/accordion'\n</script>\n\n<template>\n  <section class=\"bg-background\">\n    <div class=\"mx-auto max-w-3xl px-6 py-24\">\n      <div class=\"text-center\">\n        <p class=\"text-primary text-sm font-medium tracking-widest uppercase\">FAQ</p>\n        <h2 class=\"mt-2 text-3xl font-semibold tracking-tight sm:text-4xl\">Questions, answered</h2>\n        <p class=\"text-muted-foreground mx-auto mt-3 max-w-xl text-lg\">\n          Anything we missed? Email\n          <a href=\"mailto:hello@acme.test\" class=\"hover:text-foreground underline underline-offset-4\">\n            hello@acme.test\n          </a>\n          and we'll reply within a day.\n        </p>\n      </div>\n\n      <Accordion type=\"single\" collapsible class=\"mt-10 w-full\">\n        <AccordionItem value=\"trial\">\n          <AccordionTrigger>How does the 14-day free trial work?</AccordionTrigger>\n          <AccordionContent>\n            Sign up with a work email — no credit card. You get every feature on the Team plan for 14 days. At the end\n            of the trial you pick a plan or your workspace switches to read-only until you do; nothing is deleted.\n          </AccordionContent>\n        </AccordionItem>\n        <AccordionItem value=\"migration\">\n          <AccordionTrigger>Can we migrate from our current tool?</AccordionTrigger>\n          <AccordionContent>\n            Yes. Most teams import people, time off balances and org structure with one CSV. We have prebuilt importers\n            for BambooHR, Personio, Rippling and Gusto; for everything else, our team will run the migration with you\n            free of charge.\n          </AccordionContent>\n        </AccordionItem>\n        <AccordionItem value=\"security\">\n          <AccordionTrigger>Is our employee data secure?</AccordionTrigger>\n          <AccordionContent>\n            SOC 2 Type II, ISO 27001, GDPR and HIPAA compliant. Data is encrypted at rest (AES-256) and in transit (TLS\n            1.3). EU customers stay on EU-region infrastructure. Full audit trail is available on every plan.\n          </AccordionContent>\n        </AccordionItem>\n        <AccordionItem value=\"pricing\">\n          <AccordionTrigger>What does the per-user pricing include?</AccordionTrigger>\n          <AccordionContent>\n            All core modules — directory, payroll, time off, performance, onboarding — are included on the Team plan.\n            SSO, SCIM, audit logs and a dedicated success manager are Enterprise-only. There are no per-feature add-ons.\n          </AccordionContent>\n        </AccordionItem>\n        <AccordionItem value=\"support\">\n          <AccordionTrigger>What support do we get?</AccordionTrigger>\n          <AccordionContent>\n            Email support is included on every plan with a 4-hour business-hours reply. Team and Enterprise customers\n            get a shared Slack channel; Enterprise adds a named success manager and a 99.99% uptime SLA with credits.\n          </AccordionContent>\n        </AccordionItem>\n        <AccordionItem value=\"cancel\">\n          <AccordionTrigger>How do we cancel?</AccordionTrigger>\n          <AccordionContent>\n            One click in Settings → Billing. We charge month-to-month or annually; if you cancel mid-cycle, your\n            workspace stays active through the end of the period and you can export all data as CSV or JSON before it\n            ends.\n          </AccordionContent>\n        </AccordionItem>\n      </Accordion>\n    </div>\n  </section>\n</template>\n",
      "type": "registry:block",
      "target": "~/app/components/blocks/Faq01.vue"
    }
  ],
  "dependencies": [],
  "devDependencies": [],
  "registryDependencies": [
    "https://uipkge.dev/r/vue/accordion.json"
  ],
  "description": "Single-column FAQ section. Eyebrow + headline + email-CTA lede, then six accordion items (trial / migration / security / pricing / support / cancel). Uses Accordion in single-collapsible mode so only one answer expands at a time. Questions are spelled out inline so consumers can rewrite them directly.",
  "categories": [
    "marketing"
  ]
}