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}