File: src/blocks/faq/FAQ04.astro
Centered heading/subheading, then a two-column list of always-open Q&A items with stylized leading numbers (01, 02, …).
Config (blocks.ts → faq04)
faq04: {
width: "wide",
heading: "Answers at a glance",
subheading: "A quick numbered rundown…",
items: [{ question: "…", answer: "…" }],
padding: "lg",
},
Props
| Prop | Config key | Notes |
|---|---|---|
heading / subheading |
faq04.* |
Intro |
items |
faq04.items |
{ question, answer }[] |
width / padding / borders |
— | Shared chrome |
