
Blog Sections
A bare-minimum layout: just an image, tag, and title per post, no excerpt or date competing for attention
Guides and tips on SEO, content, and growth.
See how to use it on your page, then copy the component file itself.
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | string | "From the blog" | Section heading |
| description | string | — | Short text shown under the heading |
| accentColor | string | "#4A68E5" | Accent color for the tag under each title |
| posts | BlogPost[] | — | Array of articles to display |
| posts[].slug | string | — | URL identifier - used to link to the full article |
| posts[].title | string | — | Article title, shown under the cover image |
| posts[].cover_image | string | null | null | Cover image URL - shows a placeholder if missing |
| posts[].cover_image_alt | string | null | null | Alt text for the cover image - falls back to the title if omitted |
| posts[].focus_keyword | string | null | null | Shown as a small tag under the title, if set |