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.descriptionOptional - The description to display.callToActionOptional -Button Action type-> The action to execute. Expects the same format as theButtoncomponent.secondaryActionOptional -Button Action type-> The action to execute. Expects the same format as theButtoncomponent.bannerImageOptional - The URL of the image to display.