Новые правки

This commit is contained in:
Web-serfer 2026-04-05 16:13:21 +05:00
parent 761996fd52
commit 12cb596e5e
6 changed files with 910 additions and 433 deletions

View file

@ -5,6 +5,7 @@ import Services from "@components/home/Services.astro";
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';
---
@ -18,4 +19,5 @@ import { SITE_URL } from '@constants';
<Steps />
<WhyUs />
<Reviews />
<Faq />
</Layout>