fix: add titles
This commit is contained in:
12
src/app/user-agreement/page.tsx
Normal file
12
src/app/user-agreement/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { UserAgreement } from '@/views';
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Согласие на обработку персональных данных | Компания ДИТРАСО',
|
||||
description:
|
||||
'Услуги независимой оценки и судебной экспертизы в Сочи и Краснодаре. Тел. +7 (900) 241-34-34',
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
return <UserAgreement />;
|
||||
}
|
||||
Reference in New Issue
Block a user