Components
FAQ Content
The FAQ Content component displays frequently asked questions in an accessible layout.
Usage
import { FaqContentSection } from '@/components/sections';
export default function Page() {
return <FaqContentSection />;
}
Guidelines
- Group related questions under clear headings
- Keep answers concise; link to deeper docs when necessary
- Ensure keyboard navigation and ARIA attributes are present