НовыÐе компоентяÐы для страницы услуг
This commit is contained in:
parent
4c8c61923b
commit
6828b990a9
5 changed files with 1094 additions and 138 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import { SITE_URL } from '@constants';
|
||||
import ServicesHeroServices from "@components/services/HeroServices.astro";
|
||||
import ServiceCategories from "@components/services/ServiceCategories.astro";
|
||||
---
|
||||
|
||||
<Layout
|
||||
|
|
@ -8,7 +10,6 @@ import { SITE_URL } from '@constants';
|
|||
description="Полный спектр юридических услуг для автовладельцев: споры со страховыми, возврат прав, ДТП, автоспоры."
|
||||
canonicalLink={`${SITE_URL}/services`}
|
||||
>
|
||||
|
||||
<h1>Услуги</h1>
|
||||
|
||||
<ServicesHeroServices />
|
||||
<ServiceCategories />
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue