public static global::Umbraco.Web.Models.Link GetCallToActionLink(IBentoHeroComposition that) => that.Value <global::Umbraco.Web.Models.Link>("callToActionLink");
 public static string GetHeading(IBentoHeroComposition that) => that.Value <string>("heading");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetImage(IBentoHeroComposition that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("image");