From d75d80edd6694f1712af1e148f96d404d9f33f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Sun, 28 Jul 2024 09:10:28 +0000 Subject: [PATCH] Better SEO --- src/app/layout.tsx | 1 + src/components/features.tsx | 3 +-- src/components/header.tsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5502679..3de6cf4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,6 +8,7 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Zen Browser", description: "Download now and experience the Zen Browser", + keywords: ["Zen", "Browser", "Zen Browser", "Web", "Internet", "Fast"], }; export default function RootLayout({ diff --git a/src/components/features.tsx b/src/components/features.tsx index ff67ccc..11733c9 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -1,4 +1,3 @@ -"use client"; import { useEffect, useState } from "react"; import Feature, { FeatureCard } from "./feature"; @@ -98,7 +97,7 @@ export default function Features() {

Want more?

-

Zen is packed with features that will change the way you browse the web. Download it today and experience a new way to browse the web.

+

Zen Browser is packed with features that will change the way you browse the web. Download it today and experience a new way to browse the web.

diff --git a/src/components/header.tsx b/src/components/header.tsx index 66a8e06..7ee227a 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -1,4 +1,3 @@ -"use client"; import { ny } from "@/lib/utils"; import AnimatedGradientText from "./ui/animated-gradient-text";