diff --git a/memory-game/app/layout.js b/memory-game/app/layout.js index 7bf337d3..7172ed0b 100644 --- a/memory-game/app/layout.js +++ b/memory-game/app/layout.js @@ -12,8 +12,8 @@ const geistMono = Geist_Mono({ }); export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Memory Game", + description: "A fun and challenging memory game built with Next.js.", }; export default function RootLayout({ children }) {