MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/raquel/themes/web/views/newsletter-widget.php
<div class="container mt-6 rounded-xxxl bg-color-2 dark mb-5" style="background: url('<?= theme('assets/images/bg-geral-2.svg')?>')">
    <div class="row align-items-center justify-content-between p-5 p-md-6">
        <div class="col mb-5 mb-lg-0">
            <h5 class="font-body h3 mb-3 color-2 font-extra-large">Fale comigo</h5>
            <h2 class="font-body h2 mb-0">Caso deseje mais informações fale comigo</h2>
        </div>
        <div class="col-auto">
            <a href="<?= url("/contato")?>" class="btn px-3 py-2 px-md-5 py-md-3 btn-dark bg-color rounded-pill"><i class="icon-line-mail color-3 mr-2 position-relative" style="top: 1px; right: 5px"></i>Fale Comigo</a>
        </div>
    </div>
</div>