Update src/app/layout.tsx
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const dmSans = DM_Sans({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "JJ Properties | Real Estate in Kolkata", description: "Find your perfect property in Kolkata. JJ Properties offers verified listings in Newtown, Rajarhat, and Salt Lake with expert guidance."};
|
||||
title: "JJ Properties - Find Your Perfect Property in Kolkata", description: "Trusted Real Estate Advisors Helping You Buy Smart Properties in Newtown, Rajarhat & Salt Lake. Expert guidance, verified listings, and seamless transactions."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,7 +14,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<body className={dmSans.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user