From 9c2d4c3a026e531fc96ece49eea46ad86728b756 Mon Sep 17 00:00:00 2001 From: prathoseraaj V <146630697+prathoseraaj@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:37:33 +0530 Subject: [PATCH] Update memory-game/app/layout.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- memory-game/app/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) {