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