Новые правки
This commit is contained in:
parent
761996fd52
commit
12cb596e5e
6 changed files with 910 additions and 433 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue