fix: update metainfo

This commit is contained in:
2025-12-11 16:40:16 +03:00
parent f75dfb458e
commit 601050b24a
75 changed files with 1717 additions and 189 deletions

View File

@@ -1,15 +1,16 @@
import { Home } from '@/views';
import type { Metadata } from 'next';
import { metaInfo } from '@shared/lib';
import { metaInfo, phoneBeautify } from '@shared/lib';
import { headers } from 'next/headers';
import { TMetainfo } from '@shared/types/metainfo';
import { CONTACTS } from '@shared/const/contacts';
const metainfo: TMetainfo = {
title: 'Независимая оценка и судебная экспертиза',
description:
'Услуги оценки имущества и проведение судебных экспертиз Тел.: +7 (900) 241-34-34. Предварительный анализ - бесплатно!',
companyName: 'Компания ДИТРАСО',
phone: '+7 (900) 241-34-34',
companyName: CONTACTS.COMPANY_FULL,
phone: phoneBeautify(CONTACTS.PHONE),
ogImageUrl: '/images/opengraph/main.png',
};