HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>