diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fc7f226..e17b220 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,8 @@ import type { Metadata } from 'next'; -import { Geist_Sans } from 'next/font/google'; +import { Geist_Mono } from 'next/font/google'; import './globals.css'; -const geistSans = Geist_Sans({ subsets: ['latin'] }); +const geistMono = Geist_Mono({ subsets: ['latin'] }); export const metadata: Metadata = { title: 'PropertySync - Real Estate Investment Platform', @@ -16,7 +16,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}