astro_avtourist/frontend/src/pages/services.astro

14 lines
511 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
import Layout from '@layouts/Layout.astro';
import { SITE_URL } from '@constants';
---
<Layout
title="Услуги автоюриста в Сургуте — юридическая помощь автовладельцам"
description="Полный спектр юридических услуг для автовладельцев: споры со страховыми, возврат прав, ДТП, автоспоры."
canonicalLink={`${SITE_URL}/services`}
>
<h1>Услуги</h1>
</Layout>