Новые правки страницы - Возврат прав

This commit is contained in:
Web-serfer 2026-04-12 19:21:14 +05:00
parent f5669e196f
commit 24be657ac6
20 changed files with 3219 additions and 45 deletions

View file

@ -1,6 +1,6 @@
---
import Layout from '@layouts/Layout.astro';
import { SITE_URL } from '@constants';
import { SITE_URL, COMPANY } from '@constants';
---
<Layout
@ -182,11 +182,11 @@ import { SITE_URL } from '@constants';
<div class="contact-cards">
<div class="contact-card">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>
<span>г. Сургут, ул. Мира, 15</span>
<span>{COMPANY.address}</span>
</div>
<div class="contact-card">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
<a href="tel:+73462000000">+7 (3462) 00-00-00</a>
<a href={`tel:${COMPANY.phoneClean}`}>{COMPANY.phone}</a>
</div>
</div>
</section>