File: src/blocks/content/Content02.astro
Three columns on large screens: smaller all-caps subtitle, then equal-width title and body (preText + blank-line text + optional CTA).
Config (blocks.ts → content02)
content02: {
width: "wide",
subtitle: "Approach",
title: "Built for clarity, shipped with care",
preText: "Every project starts with the outcome…",
text: "…\n\n…",
cta: "See how I work",
ctaUrl: "/about/",
ctaVariant: "link",
padding: "lg",
},
Props
| Prop | Config key | Notes |
|---|---|---|
subtitle |
content02.subtitle |
All-caps narrow column |
title / preText / text / cta* |
content02.* |
Same body pattern as Content01 |
ctaVariant |
content02.ctaVariant |
Default link |
width / padding / borders |
— | Shared chrome |
