Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-23 19:14:54 +05:00
parent 33861a2a63
commit 30808ff169
3 changed files with 8 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import Steps from "@components/home/Steps.astro";
import WhyUs from "@components/home/WhyUs.astro";
import Reviews from "@components/home/Reviews.astro";
import Faq from "@components/home/Faq.astro";
import { SITE_URL } from '@constants';
import { SITE_URL, EXPERIENCE_YEARS } from '@constants';
---
<Layout
@ -31,7 +31,7 @@ import { SITE_URL } from '@constants';
minHeight="100vh"
headerOffset="90px"
experienceBadge={{
number: "20+",
number: EXPERIENCE_YEARS,
text: "ЛЕТ ОПЫТА В СУДАХ"
}}
/>