From da08bd6b404a74bd74ec288d2aa693c681bbfaef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:44:55 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e3f56d..12edcb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - {children} + {children}