Description of the Faq 3 block design & features
Faq3 is a centered FAQ built with Shadcn UI Accordion: a title and supporting line sit in a narrow column with centered alignment from medium breakpoints upward, then a full-width accordion stack carries the questions. Each item expands to show a muted answer block underneath the trigger.
Triggers emphasize the question text with medium weight and slight vertical padding; answers use softer foreground color and matching type scale to the intro. Hover on triggers eases opacity rather than underlining the whole row, which keeps the interaction minimal.
The block is a standard marketing FAQ pattern with low structural complexity and no sidebar, badge grid, or secondary CTA region in the current implementation. You mainly maintain heading copy, the intro paragraph, and an array of question-and-answer strings.
On small screens the heading block stays left-aligned while the accordion spans the content width, which preserves readability without a separate mobile component.