From f609208f27e01914a69d8db9937ccf84deb12be4 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Mon, 2 Sep 2024 18:21:01 -0700 Subject: [PATCH] update to metadata title and description --- frontend/src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 38c60ff..6621072 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -5,8 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Kevos Attire", + description: "Clothing for people with needs", }; export default function RootLayout({