Skip to content

Commit

Permalink
Better SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 28, 2024
1 parent 1ce7cce commit d75d80e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
3 changes: 1 addition & 2 deletions src/components/features.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";

import { useEffect, useState } from "react";
import Feature, { FeatureCard } from "./feature";
Expand Down Expand Up @@ -98,7 +97,7 @@ export default function Features() {
</Feature>
<div className="my-40 w-full flex items-center justify-center flex-col">
<h1 className="text-5xl text-center font-bold w-1/2">Want more?</h1>
<p className="text-muted-foreground text-center mt-3 w-1/2">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.</p>
<p className="text-muted-foreground text-center mt-3 w-1/2">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.</p>
<div className="grid gap-5 grid-cols-1 md:grid-cols-2 lg:grid-cols-3 mt-10">
<FeatureCard title="Beautifully designed"
description="Zen is designed to be easy to use and beautiful to look at." />
Expand Down
1 change: 0 additions & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";

import { ny } from "@/lib/utils";
import AnimatedGradientText from "./ui/animated-gradient-text";
Expand Down

0 comments on commit d75d80e

Please sign in to comment.