FAQ Section
Loading preview...
import { FAQ } from "@/components/ui/faq-section" function FAQDemo() { return ( <div className="w-full"> <FAQ /> </div> ); } export { FAQDemo };