Update src/app/layout.tsx

This commit is contained in:
2026-03-03 16:19:26 +00:00
parent c830af49d9
commit 34f79db824

View File

@@ -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({
</body>
</html>
);
}
}