update section 5 and 6

This commit is contained in:
2025-06-01 17:59:32 +03:00
parent 553de768a0
commit 3b5f28804b
4 changed files with 113 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<p class="my-6 mx-auto max-w-3xl text-pretty lg:text-xl text-lg font-light text-gray-200 fade-in">
{{ description }}
</p>
{% if button %}
{% if button_link %}
<a href="{{ button_link }}" class="blinking-effect fade-in lg:text-xl text-lg font-semibold text-white hover:text-gray-400">{{ button_text }} <span aria-hidden="true"></span></a>
{% endif %}
</div>