Feature trending tips grid

Centred split-colour headline plus a responsive three-column grid of image cards (16:9 image, title, body)—for “trending tips and guides” style content blocks.

Overview

Use for “trending tips and guides” style sections: navy + accent headline, then cards with a 16:9 image (rounded), bold title, and paragraph. Colours are configurable in CloudCannon; each card supports image, alt, title, and body text with optional per-card colour overrides.

Properties

headingLead string | default: Trending trip cover

First part of the section headline (e.g. “Trending trip cover”) — typically navy.

headingLeadColor string | default: #2e2e61

Colour for the first part of the headline.

headingHighlight string | default: tips and guides

Second part of the headline (e.g. “tips and guides”) — typically accent coral/red.

headingHighlightColor string | default: #d64f4a

Colour for the highlighted part of the headline.

defaultCardTitleColor string | default: #2e2e61

Default card title colour when a card does not set its own title colour.

defaultCardTextColor string | default: #4a5568

Default body copy colour under each card title.

cards array | default: array

Three-up grid on medium+ screens (stacks on small). Each card has a 16:9 image, bold title, and supporting paragraph. Optional per-card title and text colours override the defaults above.

Item Properties:

imageSource string | default: /src/assets/images/component-docs/website-hero.svg

Card image (displayed in 16:9 with rounded corners).

imageAlt string

Alt text for the card image.

title string | default: Card title

Bold headline under the image.

text string | default: Short supporting copy for this tip or guide.

Body paragraph under the title.

titleColor string

Optional title colour override (empty = section default).

textColor string

Optional body colour override (empty = section default).

colorScheme enum | default: light

Theme context for nested tokens.

Accepted values:
  • inherit
  • light
  • dark

paddingVertical enum | default: 4xl

Vertical padding for this section.

Accepted values:
  • none
  • xs
  • sm
  • md
  • lg
  • xl
  • 2xl
  • 3xl
  • 4xl