Skip to main contentSkip to navigation

FAQ Sections

Frequently asked questions sections with expandable accordions and search.

Overview

FAQ blocks present commonly asked questions in organized, expandable layouts. They use accordion patterns for progressive disclosure and optional search filtering.

Features

  • Accordion Layout: Expandable question/answer pairs
  • Search Filtering: Optional search to find specific questions
  • Categories: Group questions by topic
  • Responsive: Full-width layout that works on all devices
  • Accessible: Keyboard navigation and screen reader support
  • Animated: Smooth expand/collapse transitions

Usage

import FAQBlock from "@/registry/default/block/faq"

export default function Page() {
  return <FAQBlock />
}