
SEO content
Blog Sections
A featured-post layout for your homepage or blog index page — one large story, the rest as a compact list
See how to use it on your page, then copy the component file itself.
| Prop | Type | Default | Description |
|---|---|---|---|
| tagline | string | "Latest updates" | Small label shown above the heading |
| heading | string | "From the blog" | Section heading |
| viewAllHref | string | "/blog" | Link for the "View all posts" link |
| accentColor | string | "#4A68E5" | Accent color for the tagline, tags, and links |
| posts | BlogPost[] | — | Array of articles - the first is shown as the featured post |
| posts[].slug | string | — | URL identifier - used to link to the full article |
| posts[].title | string | — | Article title |
| 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, if set |
| posts[].created_at | string | — | Publish date, shown under the title |