From c6a36afcc855c93ecc9bb16092e3f36bdc1562d4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 11 Dec 2025 15:54:43 +0530 Subject: [PATCH] feat: add title and meta description to layout for improved SEO --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index ff3b2a08..bcc9d9fe 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -27,6 +27,8 @@ export default function RootLayout({ return ( + Codeunia | Bridge the gap between campus and career + {/* Critical CSS for above-the-fold content */}