diff --git a/app/layout.tsx b/app/layout.tsx index 4794144..1bcf17e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", + title: "Studying Next.js...", description: "Generated by create next app", };