Loading preview...
Here is Faq component
@tailark
npx shadcn@latest add https://21st.dev/r/meschacirung/faq
import FAQs from "@/components/ui/faq"; export default function DemoOne() { return <FAQs />; }