background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'centered' => false, 'animation' => false]) !!} @if ($shortcode->description)

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

@endif
@foreach ($testimonials as $testimonial)
@include(Theme::getThemeNamespace('partials.shortcodes.testimonials.partials.content'))
@endforeach