Hero Split

hero_split renders a two-column hero with messaging on one side and a visual or proof panel on the other.

When to Use

Use it when the first viewport needs both positioning and evidence. It works well for product launches, platform pages, and pages with strong proof points.

Usage

{{ hero_split(
title="Launch a precise product site",
description="Use shortcodes to compose the page.",
action_1_text="Get started",
action_1_url="/docs",
panel_title="Launch checklist"
) }}

Live Example

Landing builder

Launch a precise product site

Use shortcodes to compose the page.

Theme kit

Launch checklist

Static output, bundled assets, and focused sections.

20

shortcodes

Full-width sections
Centered containers

Parameters

ParameterDescription
containerInner content width for the split hero.
eyebrowSmall label above the heading.
titleMain hero heading. Supports HTML.
descriptionSupporting hero copy. Supports HTML.
action_1_textPrimary action label.
action_1_urlPrimary action URL.
action_2_textOptional secondary action label.
action_2_urlOptional secondary action URL.
captionSmall note below the actions.
image_srcOptional image URL for the visual panel.
image_altAlt text for image_src.
panel_labelSmall label inside the proof panel.
panel_titleProof panel heading.
panel_descProof panel supporting copy.
metric_N_valueMetric value for panel metric N.
metric_N_labelMetric label for panel metric N.
check_NChecklist item inside the proof panel.
bgFull-width section background token.
reverseSet to true to put the visual panel first on desktop.
classAdditional CSS classes on the outer section.