File: /var/www/quadcode-site/storage/framework/views/c0e4632a143e596c4bfa551e0993d73709e28429.php
<section class="welcome <?php echo e($block->input('add_class')); ?> has-overlap" style="--welcome-bg: url(<?php echo e($block->image('image', 'default', ['q' => 98])); ?>);">
<?php if($block->file('video')): ?>
<div class="welcome__video-wrap">
<video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
</div>
<?php endif; ?>
<div class="container">
<div class="welcome__inner">
<?php if($block->translatedInput('title')): ?>
<header class="welcome__header fw-600" style="margin-bottom: 1rem;">
<h1><?php echo $block->translatedInput('title'); ?></h1>
</header>
<?php endif; ?>
<?php echo $block->translatedInput('description'); ?>
</div>
<div class="welcome__call-to-scroll">
<a href="#" class="action-marker js-scroll-down">
<svg viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L7 7L13 1" stroke="white" stroke-width="2"/>
</svg>
</a>
</div>
</div>
</section>
<?php /**PATH /project/quadcode/releases/20210324071825Z/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>