add all components

This commit is contained in:
2025-08-10 14:30:51 +03:00
parent 45178a770c
commit a71faed5b3
20 changed files with 523 additions and 321 deletions

View File

@@ -1,6 +1,6 @@
{% block content %}
<div class="lg:mt-24 mb-6 mt-6">
<h2 class="mb-4 text-center text-4xl lg:text-5xl text-gray-100 md:mb-6">{{ section.title }}</h2>
<div class="lg:mt-24 pt-24 mb-6 mt-6">
<h2 class="mb-4 text-center md:mb-6">{{ section.title }}</h2>
<p class="mx-auto max-w-5xl text-center text-gray-200 text-base md:text-lg">
{{ section.description }}
</p>