diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b8d600d..f217f95 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,25 +3,15 @@ import { Lato } from "next/font/google"; import "./globals.css"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Golden Bridge Mortgage Solutions - NYC's Trusted Mortgage Broker", - description: "Expert mortgage brokerage in New York offering conventional, FHA, VA, and USDA loans. Free consultations, competitive rates, and fast approvals.", - keywords: "mortgage broker NYC, FHA loans, VA loans, USDA loans, refinance, mortgage consultant, New York mortgage", - openGraph: { - title: "Golden Bridge Mortgage Solutions", - description: "Expert mortgage brokerage in New York. Get your free consultation today.", - siteName: "Golden Bridge Mortgage Solutions", - type: "website", - }, + title: "Golden Bridge Mortgage Solutions - NYC's Trusted Mortgage Broker", description: "Expert mortgage brokerage in New York offering conventional, FHA, VA, and USDA loans. Free consultations, competitive rates, and fast approvals.", keywords: "mortgage broker NYC, FHA loans, VA loans, USDA loans, refinance, mortgage consultant, New York mortgage", openGraph: { + title: "Golden Bridge Mortgage Solutions", description: "Expert mortgage brokerage in New York. Get your free consultation today.", siteName: "Golden Bridge Mortgage Solutions", type: "website"}, twitter: { - card: "summary_large_image", - title: "Golden Bridge Mortgage Solutions - NYC's Trusted Broker", - }, + card: "summary_large_image", title: "Golden Bridge Mortgage Solutions - NYC's Trusted Broker"}, robots: { index: true, follow: true, @@ -1407,4 +1397,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}