diff --git a/app/layout.tsx b/app/layout.tsx index a49bfa5..4ee2fdf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,8 +4,8 @@ import { Footer } from '$widgets/Footer'; import './globals.css'; export const metadata: Metadata = { - title: 'Portfolio', - description: 'Portfolio', + title: 'Ilia Mashkov — Portfolio', + description: 'Portfolio of Ilia Mashkov, a frontend software engineer.', icons: { icon: '/favicon.svg' }, };