Files
ocenka-web/src/app/ocenka/uts-utraty-tovarnoj-stoimosti-avtomobilja/page.tsx
2025-12-04 15:39:31 +03:00

13 lines
491 B
TypeScript
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 { OcenkaUTS } from '@/views';
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Оценка УТС Утраты товарной стоимости автомобиля | Компания ДИТРАСО',
description:
'Услуги независимой оценки и судебной экспертизы в Сочи и Краснодаре. Тел. +7 (900) 241-34-34',
};
export default function Page() {
return <OcenkaUTS />;
}