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}