';
// Slide Heading.
$html .= $object->get_heading();
// Slide Description.
$html .= $object->get_description();
if ( 'button' === $object->get_link_type() ) {
$html .= '
';
$html .= $object->get_button_one();
$html .= $object->get_button_two();
$html .= '
'; // .carousel-slider-hero__cell__buttons
}
$html .= '
';// .carousel-slider-hero__cell__content
$html .= '