/// export interface HeroProperties { title?: string | JSX.Element; subTitle?: string | JSX.Element; text?: string | JSX.Element; buttonText?: string; buttonTemplate?: JSX.Element; onClickButonHandler?: () => void; backgroundImage?: string; backgroundGradientColor?: string; buttons?: JSX.Element[]; lateral?: JSX.Element; complement?: JSX.Element; }