Files
aifo-portal-web/pages/modules/support-cta.section.html
T
2026-07-03 20:34:27 +08:00

35 lines
1.2 KiB
HTML

<!-- Support CTA floor — include inside #support-cta-module -->
<section class="aifo-support-cta" data-support-cta-module aria-labelledby="aifo-support-cta-title">
<div class="aifo-support-cta__panel">
<div class="aifo-support-cta__visual" aria-hidden="true">
<img
class="aifo-support-cta__img"
src="/assets/images/backgrounds/img-h-07.png"
alt=""
width="327"
height="327"
decoding="async"
>
</div>
<div class="aifo-support-cta__content">
<h2 class="aifo-support-cta__title" id="aifo-support-cta-title">Not found what you're looking for?</h2>
<p class="aifo-support-cta__desc">Chat with us directly or send us an email.</p>
<div class="aifo-support-cta__actions">
<a href="#" class="aifo-btn aifo-btn--primary">Chat with us</a>
<a href="/pages/contact.html" class="aifo-btn aifo-btn--outline aifo-support-cta__email-btn">
Send us an email
<img
class="aifo-support-cta__arrow-icon"
src="/assets/images/demo/about/right.svg"
alt=""
width="16"
height="16"
decoding="async"
aria-hidden="true"
>
</a>
</div>
</div>
</div>
</section>