File: D:/HostingSpaces/SBogers10/stafa.komma.pro/resources/views/site/organisms/prefooter.blade.php
<div class="o-prefooter">
<div class="o-prefooter__main">
<p class="o-prefooter__tagline">@lang('site/global.preFooter.tagline')</p>
<div class="o-prefooter__cta">
<p class="o-prefooter__text">@lang('site/global.preFooter.text')</p>
<a href="tel:{{ config('site.company.phone.call') }}" class="o-prefooter__phone">@lang('site/global.call') {{ config('site.company.phone.display') }}</a>
<div class="o-prefooter__action">
@include('site.components.button', [
'buttonText' => __('site/global.preFooter.actionText'),
'buttonLink' => $links->quotation->route ?? '',
'type' => 'text',
'modifiers' => ['icon','on-dark']
])
</div>
</div>
</div>
</div>