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 +} diff --git a/src/app/page.tsx b/src/app/page.tsx index a9c74af..26e6544 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; +import { Shield } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,9 +23,7 @@ export default function HomePage() { ]; const navButton = { - text: "Get Free Consultation", - href: "/contact", - }; + text: "Get Free Consultation", href: "/contact"}; return ( ); -} \ No newline at end of file +}