From 6a16bc40b3bbd777e5b4359598e75757b94adf6a Mon Sep 17 00:00:00 2001 From: suvanbanerjee Date: Sat, 19 Oct 2024 19:17:41 +0530 Subject: [PATCH] home metadata --- app/(default)/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(default)/page.tsx b/app/(default)/page.tsx index 6154d27..33ff994 100644 --- a/app/(default)/page.tsx +++ b/app/(default)/page.tsx @@ -1,6 +1,6 @@ export const metadata = { - title: "Home", - description: "Landing page", + title: "Point Blank", + description: "Point Blank is a student-run tech community at Dayananda Sagar College of Engineering, Bangalore. We are a group of tech enthusiasts who love to learn and grow together.", }; import Hero from "@/components/hero";