From 6a7e72eac8a89e22029e457abdee13074bd445be Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 5 Jul 2024 10:16:39 +0200 Subject: [PATCH] refactor: Update title and description in layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3970ff3..5502679 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,8 +6,8 @@ import { ThemeProvider } from "@/components/theme-provider" const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Zen Browser", + description: "Download now and experience the Zen Browser", }; export default function RootLayout({