updated build header

This commit is contained in:
2025-06-12 14:43:23 +03:00
parent 6833c08b0f
commit fe79ebbcf5
2 changed files with 6 additions and 6 deletions

View File

@@ -20,11 +20,11 @@
{{ title }}</h1>
<p class="mx-auto mt-8 max-w-3xl fade-in">{{ description }}</p>
<!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> -->
{% if image_src %}
<div class="mx-auto max-w-7xl px-4 py-8">
<img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in">
</div>
{% endif %}
<div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8">
{% if button1_link %}
<a href="{{ button1_link }}" target="{{ target }}"