diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 02fef8b..bcd7dac 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -6,8 +6,7 @@ import { getLocale } from 'next-intl/server'; import { type PropsWithChildren } from 'react'; export const metadata: Metadata = { - description: 'Your application description goes here', - title: 'Your Application Title Goes Here', + title: 'Запишись.онлайн', }; export default async function RootLayout({ children }: Readonly) {