МÐНоÐСоздан компоент Steps

This commit is contained in:
Web-serfer 2026-04-04 16:18:55 +05:00
parent d5286ab980
commit 00f9b24a60
9 changed files with 1420 additions and 184 deletions

View file

@ -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>