FAQ
V1
Import
import { Faq } from '@/components/landing/v1/faq'
<Faq />
V2
Import
import { FAQSection } from '@/components/landing/v2/faq'
<FAQSection />
Reminder: This boilerplate use the ShadCN component library. Refer to the ShadCN documentation (opens in a new tab) for more information.