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