Feature 1
A feature cards grid block for Payload CMS displaying up to 4 cards with optional images, titles, and descriptions. Includes eyebrow, headline, CTAs, and configurable layout — free to copy and paste.
Preview
Feature 1 displays a header area with a grid of 1-4 feature cards below it. Each card can have an image, title, and description. The header supports eyebrow text, a headline, subtitle, description, and dual CTAs.
Dependencies: CMSLink, Media component, modified link field
Fields Reference
| Field Name | Type | Required | Localized | Description |
|---|---|---|---|---|
eyebrow | text | - | Yes | A short, optional heading above the main title. |
title | text | - | Yes | Main heading for the block. |
subtitle | text | - | Yes | Secondary heading under the main title. |
description | textarea | - | Yes | Longer body text or paragraph content. |
ctaPrimary | Link | - | Yes | Primary call-to-action button/link. |
ctaSecondary | Link | - | Yes | Secondary call-to-action button/link. |
features | array | Yes | - | Array of features, each containing: |
features.title | text | - | Yes | Title for the individual feature. |
features.description | textarea | - | Yes | Feature description text. |
features.image | upload | - | - | Image field referencing the media collection. |
textPlacement | select | - | - | Positions text top or bottom of the image. |
textAlignment | select | - | - | Aligns text within its column: start, center, or end. |