public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetHeroImage(IJumbotron that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("heroImage");
public static string GetHeroSubTitle(IJumbotron that) => that.Value <string>("heroSubTitle");
public static string GetHeroTitleText(IJumbotron that) => that.Value <string>("heroTitleText");