Новые изменения в компоенты
This commit is contained in:
parent
33861a2a63
commit
30808ff169
3 changed files with 8 additions and 6 deletions
|
|
@ -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: "ЛЕТ ОПЫТА В СУДАХ"
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue