diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eda2304..3cd3c81 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,8 +4,8 @@ import { Roboto_Slab } from 'next/font/google' const robotoSlab = Roboto_Slab({ subsets: ['latin'] }); export const metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'UTF Inspector', + description: 'Unicode character info tool', } export default function RootLayout({