From 8dfb3325e8bfc378096a157815f6c0591a720574 Mon Sep 17 00:00:00 2001 From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:58:09 +0530 Subject: [PATCH] home page title updated --- app/(root)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index a480ce1..61db668 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -3,7 +3,7 @@ import Navbar from "@/components/shared/Navbar"; import { Metadata } from "next"; export const metadata: Metadata = { - title: "Home - SVRJS", + title: "SVRJS - A Web Server running on Nodejs", }; export default function PageLayout({