From b438710b052a851e3604fc77f5a04526bb3a9cf8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:17:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e51df80..b9d5f30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,17 +1,10 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; +import { GeistSans } from "geist/font/sans"; +import { GeistMono } from "geist/font/mono"; import "./globals.css"; -const geist = Geist({ - variable: "--font-geist-sans", subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "J N Boys PG - Student Housing in Shivamogga", description: "Comfortable and affordable PG accommodation for students and professionals in Shivamogga, near Bapuji Nagar."}; + title: "J N Boys PG - Student Hostel in Shivamogga", description: "Affordable and comfortable PG accommodation for boys in Shivamogga"}; export default function RootLayout({ children, @@ -20,7 +13,7 @@ export default function RootLayout({ }) { return ( - + {children}