Components
Hero
The Hero
component allows you to display a hero image with a title and description.
Targets
Experience Builder SitesExample
Data Structure
{ title: string, description?: string, callToAction?: Button, secondaryAction?: Button, bannerImage?: string }
title
- The title to display.description
Optional - The description to display.callToAction
Optional -Button Action type
-> The action to execute. Expects the same format as theButton
component.secondaryAction
Optional -Button Action type
-> The action to execute. Expects the same format as theButton
component.bannerImage
Optional - The URL of the image to display.