From b1c57424d6ed05835260d56e0544d05c88887287 Mon Sep 17 00:00:00 2001 From: Mailo Date: Wed, 16 Oct 2024 22:44:16 +0200 Subject: [PATCH] Revert "Update 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 b00a9e7..da758d4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ import { Navigation } from "@/components/navigation"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Zen", + title: "Zen Browser", description: "Download now and experience the Zen Browser", keywords: ["Zen", "Browser", "Zen Browser", "Web", "Internet", "Fast"], applicationName: "Zen Browser", @@ -17,7 +17,7 @@ export const metadata: Metadata = { creator: "Zen Team", robots: "index, follow", openGraph: { - title: "Zen", + title: "Zen Browser", description: "Download now and experience the Zen Browser", locale: "en_US", url: "https://zen-browser.app/",