Update src/app/layout.tsx

This commit is contained in:
2026-03-07 05:44:55 +00:00
parent 2a9611df27
commit da08bd6b40

View File

@@ -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: `