Merge version_2 into main #5
@@ -1,7 +1,9 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { GeistSans } from 'geist/font/sans';
|
||||
import { Geist_Sans } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const geistSans = Geist_Sans({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'PropertySync - Real Estate Investment Platform',
|
||||
description: 'Discover premium investment properties syndicated across the nation\'s leading real estate platforms.',
|
||||
@@ -14,7 +16,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={GeistSans.className}>{children}
|
||||
<body className={geistSans.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user