diff --git a/app/layout.js b/app/layout.js index 731fb60..9280139 100644 --- a/app/layout.js +++ b/app/layout.js @@ -5,7 +5,7 @@ const inter = Inter({ subsets: ['latin'] }); export const metadata = { title: 'Pro Minhaj', - description: 'description pro minhaj' + description: 'Generated by pro minhaj' }; export default function RootLayout({ children }) {