МÐНоÐСоздан компоент Steps
This commit is contained in:
parent
d5286ab980
commit
00f9b24a60
9 changed files with 1420 additions and 184 deletions
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import { SITE_URL } from '@constants';
|
||||
import Hero from '@components/home/Hero.astro';
|
||||
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 { SITE_URL } from '@constants';
|
||||
---
|
||||
|
||||
<Layout
|
||||
|
|
@ -13,5 +15,7 @@ import WhyUs from "@components/home/WhyUs.astro";
|
|||
>
|
||||
<Hero />
|
||||
<Services />
|
||||
<Steps />
|
||||
<WhyUs />
|
||||
<Reviews />
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue