feat: add jurist pages content

This commit is contained in:
2025-07-10 15:36:09 +03:00
parent a96b014ec4
commit fd5468920b
62 changed files with 2895 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
import { ROUTES } from '@shared/const/route';
export const PAGE_NAME = 'Страховые споры';
export const breadcrumbData = [
{
name: 'Юридические услуги',
path: ROUTES.JURIST,
},
{
name: PAGE_NAME,
path: '',
},
];