File: D:/HostingSpaces/SBogers10/straffer.komma.nl/app/storage/views/1f69855a257a249e3ffd9a71e54b5c0d
<section class="content-container intro-row <?php echo isset($color) ? $color : ''; ?> <?php echo isset($class) ? $class : ''; ?>"> <?php echo $data->content->description; ?> <?php if($data->content->code_name == 'home'): ?> <?php echo $__env->make('layouts.partials.element.cta-small', [ 'href' => $data->contactLink->route, 'text' => trans('translations.cta-home') ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </section>