Skip to content
BaseLayer Themes

FAQ 04

Title + text with a two-column numbered Q&A list

Live preview

Answers at a glance

A quick numbered rundown of how engagements typically work.

  1. What is included in a build?

    Design implementation, responsive layouts, CMS wiring when needed, and a launch checklist covering SEO, forms, and performance.

  2. How do revisions work?

    Each phase includes a focused revision round so feedback stays clear and the schedule stays honest.

  3. Do you support the site after launch?

    Yes — retainer or as-needed support for content updates, small features, and dependency upkeep.

  4. What do you need to get started?

    Goals, audience, references, and access to brand assets. A written brief is enough to estimate timeline and cost.

  5. Can you work inside an existing design system?

    Absolutely. I map tokens and components first so new pages feel native to what you already ship.

  6. Which CMS options do you recommend?

    Sanity for structured content, Markdown collections for simpler sites, and headless WordPress when editorial teams need it.

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.tsfaq04)

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

← FAQ versions · Blocks overview