Accordion-based FAQ section with staggered entrance animations.
npx bouncekit@latest add faqsectionUsage
import { FaqSection } from "@/components/marketing/faq-section"Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | yes | Section heading. |
subheading | string | — | Optional sub-heading. |
items | FaqItem[] | yes | FAQ items { question, answer }. |