@php $backgroundImage = $shortcode->background_image ? RvMedia::getImageUrl($shortcode->background_image) : null; @endphp
$backgroundImage])>

{!! BaseHelper::clean($shortcode->title) !!}
{!! Theme::partial('shortcodes.hero-banner.partials.animation-text', compact('shortcode')) !!}

@if ($shortcode->description)

{!! BaseHelper::clean($shortcode->description) !!}

@endif
{!! Theme::partial('shortcodes.hero-banner.partials.action-button', compact('shortcode')) !!}
@if(is_plugin_active('real-estate') && $shortcode->search_box_enabled) @include(Theme::getThemeNamespace('views.real-estate.partials.search-box'), ['style' => 3]) @endif