diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1701385..3cc8739 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,8 @@ import { ThemeProvider } from "@/components/theme-provider"; import { Google_Sans_Code, Mona_Sans } from "next/font/google"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "FRG Network", + description: "Authenticate to access Minecraft.", }; export const googleSansCode = Google_Sans_Code({ weight: "variable",