commit 20260703

This commit is contained in:
2026-07-03 20:34:27 +08:00
parent 296db4a164
commit c1630b8c10
63 changed files with 3497 additions and 1110 deletions
+34
View File
@@ -0,0 +1,34 @@
<!-- 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>