Ноые правки

This commit is contained in:
Web-serfer 2026-04-15 23:48:07 +05:00
parent d34ba48a91
commit f06f86ac53
3 changed files with 120 additions and 12 deletions

View file

@ -1,6 +1,6 @@
---
import Layout from '@layouts/Layout.astro';
import Hero from '@components/home/Hero.astro';
import PageHero from '@components/base/PageHero.astro';
import Services from "@components/home/Services.astro";
import Steps from "@components/home/Steps.astro";
import WhyUs from "@components/home/WhyUs.astro";
@ -14,7 +14,26 @@ import { SITE_URL } from '@constants';
description="Профессиональная юридическая помощь автовладельцам в Сургуте. Споры со страховыми, возврат прав, ДТП, споры с автосалонами."
canonicalLink={SITE_URL}
>
<Hero />
<PageHero
badgeText="ЗАЩИТА ВОДИТЕЛЕЙ В СУРГУТЕ"
titleWhite="Защитите свои права"
titleGold="и водительское удостоверение"
description="Профессиональная юридическая помощь при ДТП, спорах с ГИБДД и страховыми компаниями. Работаем на результат в судах ХМАО-Югры."
btnText="Бесплатная консультация"
modalTarget="consultation-modal"
btnSecondary="Мои услуги"
btnSecondaryHref="/services"
btnSecondaryClass="btn-services"
layout="with-image"
sideImage="/images/home/avtourist-surgut.avif"
sideImageAlt="Юрист"
bgImage="/images/home/bg_hero.avif"
minHeight="100vh"
experienceBadge={{
number: "20+",
text: "ЛЕТ ОПЫТА В СУДАХ"
}}
/>
<Services />
<Steps />
<WhyUs />