|
| 1 | +<section id="advantages" class="offer-section px-4 md:px-8 py-16 md:py-24"> |
| 2 | + <div class="max-w-6xl mx-auto"> |
| 3 | + <h2 class="text-2xl sm:text-3xl font-bold text-[color:var(--offer-text-primary)] text-center mb-10">Почему этот подход</h2> |
| 4 | + <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-5"> |
| 5 | + <div class="offer-card"> |
| 6 | + <div class="offer-icon mb-3"> |
| 7 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg> |
| 8 | + </div> |
| 9 | + <h3 class="offer-card-title">Быстро</h3> |
| 10 | + <p class="offer-card-desc">Лендинг за 48 часов вместо недель.</p> |
| 11 | + </div> |
| 12 | + <div class="offer-card"> |
| 13 | + <div class="offer-icon mb-3"> |
| 14 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg> |
| 15 | + </div> |
| 16 | + <h3 class="offer-card-title">Чистый код</h3> |
| 17 | + <p class="offer-card-desc">Никаких конструкторов. Сайт быстро грузится и отлично ранжируется в поиске.</p> |
| 18 | + </div> |
| 19 | + <div class="offer-card"> |
| 20 | + <div class="offer-icon mb-3"> |
| 21 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"/><line x1="12" y1="18" x2="12.01" y2="18"/></svg> |
| 22 | + </div> |
| 23 | + <h3 class="offer-card-title">Адаптивность</h3> |
| 24 | + <p class="offer-card-desc">Идеально выглядит на десктопе, планшете, телефоне.</p> |
| 25 | + </div> |
| 26 | + <div class="offer-card"> |
| 27 | + <div class="offer-icon mb-3"> |
| 28 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"/></svg> |
| 29 | + </div> |
| 30 | + <h3 class="offer-card-title">Ваша собственность</h3> |
| 31 | + <p class="offer-card-desc">Сайт на вашем хостинге, без привязки к платформе и ежемесячной подписки.</p> |
| 32 | + </div> |
| 33 | + <div class="offer-card"> |
| 34 | + <div class="offer-icon mb-3"> |
| 35 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> |
| 36 | + </div> |
| 37 | + <h3 class="offer-card-title">SEO из коробки</h3> |
| 38 | + <p class="offer-card-desc">robots.txt, sitemap.xml, быстрая загрузка, правильная разметка.</p> |
| 39 | + </div> |
| 40 | + <div class="offer-card"> |
| 41 | + <div class="offer-icon mb-3"> |
| 42 | + <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg> |
| 43 | + </div> |
| 44 | + <h3 class="offer-card-title">Прозрачный процесс</h3> |
| 45 | + <p class="offer-card-desc">Вы видите результат на каждом шаге, а не только в конце.</p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | +</section> |
0 commit comments