import{j as e}from"./vendor-radix-DNp60FuA.js";import{u as c}from"./useFAQs-D2vCvhTY.js";import{A as m,a as x,b as u,c as p}from"./accordion-ldaM9Zr2.js";import{p as n}from"./index-DyYtMrmN.js";function A({category:o,title:a="Frequently Asked Questions",description:i="Find answers to common questions about our platform.",className:t}){const{data:r=[],isLoading:d}=c(o);return d?e.jsx("div",{className:n("text-center py-8",t),children:e.jsx("p",{className:"text-muted-foreground",children:"Loading FAQs..."})}):r.length===0?e.jsx("div",{className:n("text-center py-8",t),children:e.jsx("p",{className:"text-muted-foreground",children:"No FAQs available at the moment."})}):e.jsxs("div",{className:t,children:[e.jsx("h2",{className:"mb-6 md:text-[26px] text-2xl md:leading-normal leading-normal font-semibold",children:a}),e.jsx("p",{className:"text-muted-foreground max-w-xl mb-8",children:i}),e.jsx(m,{type:"single",collapsible:!0,defaultValue:"item-0",children:r.map((s,l)=>e.jsxs(x,{value:`item-${l}`,children:[e.jsx(u,{className:"text-left",children:s.question}),e.jsx(p,{className:"text-muted-foreground",children:s.answer})]},s.id))})]})}export{A as F};