File: D:/HostingSpaces/Neopoints/momsecurity.be/resources/views/site/components/ctaText.blade.php
<section class="o-ctaText o-block">
<div class="l-grid">
<div class="l-grid-content">
<p>{!! $component->getValueFromAttribute('Text') !!}</p>
<h2>{!! $component->getValueFromAttribute('Title') !!}</h2>
<a href="{!! $component->getValueFromAttribute('linkAddress') !!}">
@include('site.components.button', ['buttonText' => $component->getValueFromAttribute('linkText'), 'modifiers' => ['icon']])
</a>
</div>
</div>
@include('svg.bottom-left-corner-curve-high')
</section>