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({