Новое измнений в код

This commit is contained in:
Web-serfer 2026-03-31 17:53:37 +05:00
parent 2dd8f36b99
commit e531cd22c9
2 changed files with 53 additions and 21 deletions

View file

@ -73,11 +73,11 @@ const iconPaths: Record<string, string> = {
<!-- Правая колонка: Контент -->
<div>
<div class="mb-12">
<div class="mb-12 text-center lg:text-left">
<span class="inline-block px-4 py-2 bg-[var(--color-blue-primary)]/10 text-[var(--color-blue-primary)] text-xs font-bold uppercase tracking-wider rounded-full mb-4">
Наше преимущество
</span>
<h2 class="text-4xl md:text-5xl font-bold text-gray-900 leading-tight">
<h2 class="text-3xl md:text-4xl lg:text-5xl font-bold text-gray-900 leading-tight">
Почему выбирают <span class="text-[var(--color-blue-primary)]">нас?</span>
</h2>
</div>