From ce3788963c4c0b3654db365a0af34dfe539fb3c2 Mon Sep 17 00:00:00 2001 From: MNabeelHassan Date: Fri, 12 Apr 2024 23:53:35 +0500 Subject: [PATCH] Updates title and description --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index ae84562..509f460 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,8 +5,8 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Nabeel`s website', + description: 'Created by Nabeel', } export default function RootLayout({