+
+
diff --git a/frontend/src/components/home/WhyUs.astro b/frontend/src/components/home/WhyUs.astro
index ffa6fc4..7d31d45 100644
--- a/frontend/src/components/home/WhyUs.astro
+++ b/frontend/src/components/home/WhyUs.astro
@@ -5,7 +5,6 @@ const sectionData = {
subtitle: "Почему мы?",
title: "Локальная экспертиза в Сургуте",
floatingText: "Знаем специфику судов Сургута и регламенты местной полиции изнутри.",
- // Плейсхолдер картинки (замените на свою локальную, например src/assets/gavel.jpg)
imageUrl: "https://images.unsplash.com/photo-1589829085413-56de8ae18c73?q=80&w=1000&auto=format&fit=crop"
};
@@ -13,34 +12,30 @@ const features = [
{
title: "Местный опыт",
desc: "Мы работаем только в Сургуте и ХМАО. Это позволяет нам знать практику каждого судьи и особенности работы местных отделов ГИБДД.",
- // Иконка: Пин на карте
icon: ``
},
{
title: "92% Успешных дел",
desc: "Высокий процент выигранных дел по возврату прав и страховым спорам. Работаем на результат, а не на процесс.",
- // Иконка: Галочка-бейджик
icon: ``
},
{
title: "Срочный выезд",
desc: "Оперативно выезжаем на место ДТП или задержания в любой район города для фиксации нарушений.",
- // Иконка: Часы с историей
icon: ``
}
];
---
-
+
-
-
+
-
+
{sectionData.floatingText}
@@ -49,13 +44,13 @@ const features = [
- {sectionData.subtitle}
-
{sectionData.title}
+ {sectionData.subtitle}
+
{sectionData.title}
- {features.map((feature) => (
-
+ {features.map((feature, index) => (
+
{feature.title}
@@ -65,62 +60,150 @@ const features = [
))}
-
+
+
\ No newline at end of file
diff --git a/frontend/src/components/layout/header/Header.astro b/frontend/src/components/layout/header/Header.astro
index 9d329f6..819276c 100644
--- a/frontend/src/components/layout/header/Header.astro
+++ b/frontend/src/components/layout/header/Header.astro
@@ -8,17 +8,17 @@ import { COMPANY } from '@constants';
-
+
-
-
+
+
-
+
-
+
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/layout/header/MobileMenu.astro b/frontend/src/components/layout/header/MobileMenu.astro
index 895447e..5bd0692 100644
--- a/frontend/src/components/layout/header/MobileMenu.astro
+++ b/frontend/src/components/layout/header/MobileMenu.astro
@@ -1,5 +1,5 @@
---
-import { NAV_LINKS } from '@constants';
+import { NAV_LINKS, COMPANY } from '@constants';
---