Here is FAQ Sections component
Loading preview...
import App from "@/components/ui/faq-sections"; export default function DemoOne() { return <App />; }