astro_avtourist/frontend/src/pages/contacts.astro

14 lines
437 B
Text
Raw Normal View History

2026-03-31 22:53:39 +05:00
---
import Layout from '@layouts/Layout.astro';
import { SITE_URL } from '@constants';
2026-03-31 22:53:39 +05:00
---
<Layout
title="Контакты — автоюрист в Сургуте"
description="Свяжитесь с нами для консультации по вопросам автоспоров и юридической помощи автовладельцам."
canonicalLink={`${SITE_URL}/contacts`}
>
<h1>Контакты</h1>
</Layout>