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