astro_avtourist/frontend/src/pages/faq.astro
2026-04-07 22:53:04 +05:00

16 lines
No EOL
648 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="Частые вопросы (FAQ)"
description="Ответы на частые вопросы по возврату водительских прав, спорам со страховыми, ДТП и другим юридическим услугам для автовладельцев в Сургуте."
canonicalLink={`${SITE_URL}/faq`}
breadcrumbs={[
{ label: 'Главная', href: '/' },
{ label: 'Частые вопросы' }
]}
>
<h1>FAQ</h1>
</Layout>