From a57fb6f94383f92ee656ebdaf1b81535b0d80758 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:18:30 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b9d5f30..6f7d58b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,9 @@ import type { Metadata } from "next"; -import { GeistSans } from "geist/font/sans"; -import { GeistMono } from "geist/font/mono"; import "./globals.css"; export const metadata: Metadata = { - title: "J N Boys PG - Student Hostel in Shivamogga", description: "Affordable and comfortable PG accommodation for boys in Shivamogga"}; + title: "J N Boys PG - Student Hostel in Shivamogga", description: "Affordable and comfortable PG accommodation for boys in Shivamogga" +}; export default function RootLayout({ children, @@ -13,7 +12,7 @@ export default function RootLayout({ }) { return ( - + {children}