4 Commits

Author SHA1 Message Date
ea67a6e61c Merge version_2 into main
Merge version_2 into main
2026-03-03 16:19:31 +00:00
5268d8370a Update src/app/page.tsx 2026-03-03 16:19:27 +00:00
34f79db824 Update src/app/layout.tsx 2026-03-03 16:19:26 +00:00
c830af49d9 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:09:26 +00:00
2 changed files with 62 additions and 170 deletions

View File

@@ -3,25 +3,15 @@ import { Lato } from "next/font/google";
import "./globals.css"; import "./globals.css";
const lato = Lato({ const lato = Lato({
variable: "--font-lato", variable: "--font-lato", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"], weight: ["100", "300", "400", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Golden Bridge Mortgage Solutions - NYC's Trusted Mortgage Broker", 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: {
description: "Expert mortgage brokerage in New York offering conventional, FHA, VA, and USDA loans. Free consultations, competitive rates, and fast approvals.", title: "Golden Bridge Mortgage Solutions", description: "Expert mortgage brokerage in New York. Get your free consultation today.", siteName: "Golden Bridge Mortgage Solutions", type: "website"},
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: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Golden Bridge Mortgage Solutions - NYC's Trusted Broker"},
title: "Golden Bridge Mortgage Solutions - NYC's Trusted Broker",
},
robots: { robots: {
index: true, index: true,
follow: true, follow: true,
@@ -1407,4 +1397,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -11,6 +11,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link"; import Link from "next/link";
import { Shield } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -22,9 +23,7 @@ export default function HomePage() {
]; ];
const navButton = { const navButton = {
text: "Get Free Consultation", text: "Get Free Consultation", href: "/contact"};
href: "/contact",
};
return ( return (
<ThemeProvider <ThemeProvider
@@ -54,20 +53,15 @@ export default function HomePage() {
title="Get Your Free Mortgage Consultation Today" title="Get Your Free Mortgage Consultation Today"
description="Golden Bridge Mortgage Solutions connects you with licensed professionals specializing in conventional, FHA, VA, and USDA mortgages. Fast approvals. Competitive rates. Local expertise." description="Golden Bridge Mortgage Solutions connects you with licensed professionals specializing in conventional, FHA, VA, and USDA mortgages. Fast approvals. Competitive rates. Local expertise."
tag="NYC's Trusted Mortgage Broker" tag="NYC's Trusted Mortgage Broker"
tagIcon={Shield}
background={{ variant: "plain" }} background={{ variant: "plain" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/view-chicago-with-morning-light-usa_268835-3604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-chicago-with-morning-light-usa_268835-3604.jpg", imageAlt: "New York City skyline with modern buildings"},
imageAlt: "New York City skyline with modern buildings",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/we-are-finally-our-new-home_637285-12396.jpg", imageSrc: "http://img.b2bpic.net/free-photo/we-are-finally-our-new-home_637285-12396.jpg", imageAlt: "Happy family celebrating in their new home"},
imageAlt: "Happy family celebrating in their new home",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-handshaking-with-financial-advisor-meeting-office-focus-is-man_637285-1136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-handshaking-with-financial-advisor-meeting-office-focus-is-man_637285-1136.jpg", imageAlt: "Real estate professional in consultation"},
imageAlt: "Real estate professional in consultation",
},
]} ]}
buttons={[ buttons={[
{ text: "Start Your Application", href: "/contact" }, { text: "Start Your Application", href: "/contact" },
@@ -88,40 +82,24 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Conventional Mortgages", title: "Conventional Mortgages", description:
description: "Traditional 15 or 30-year fixed-rate mortgages with competitive rates and flexible terms for qualified borrowers.", imageSrc:
"Traditional 15 or 30-year fixed-rate mortgages with competitive rates and flexible terms for qualified borrowers.", "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg?_wi=1", imageAlt: "Conventional mortgage documents"},
imageSrc:
"http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg?_wi=1",
imageAlt: "Conventional mortgage documents",
},
{ {
id: 2, id: 2,
title: "FHA Loans", title: "FHA Loans", description:
description: "Government-backed loans ideal for first-time homebuyers with lower down payments and more flexible credit requirements.", imageSrc:
"Government-backed loans ideal for first-time homebuyers with lower down payments and more flexible credit requirements.", "http://img.b2bpic.net/free-photo/couple-taking-break-from-moving-house_329181-159.jpg?_wi=1", imageAlt: "First-time homebuyer couple"},
imageSrc:
"http://img.b2bpic.net/free-photo/couple-taking-break-from-moving-house_329181-159.jpg?_wi=1",
imageAlt: "First-time homebuyer couple",
},
{ {
id: 3, id: 3,
title: "VA Loans", title: "VA Loans", description:
description: "Exclusive benefits for military veterans including zero down payment options and no PMI requirements.", imageSrc:
"Exclusive benefits for military veterans including zero down payment options and no PMI requirements.", "http://img.b2bpic.net/free-photo/shallow-focus-shot-american-soldier-kissing-his-loving-wife-while-wrapped-american-flag_181624-35447.jpg?_wi=1", imageAlt: "Veteran service member"},
imageSrc:
"http://img.b2bpic.net/free-photo/shallow-focus-shot-american-soldier-kissing-his-loving-wife-while-wrapped-american-flag_181624-35447.jpg?_wi=1",
imageAlt: "Veteran service member",
},
{ {
id: 4, id: 4,
title: "USDA Loans", title: "USDA Loans", description:
description: "Specialized financing for rural homebuyers with government backing and favorable terms for qualifying properties.", imageSrc:
"Specialized financing for rural homebuyers with government backing and favorable terms for qualifying properties.", "http://img.b2bpic.net/free-photo/farmhouse-trees_1308-41466.jpg?_wi=1", imageAlt: "Rural property"},
imageSrc:
"http://img.b2bpic.net/free-photo/farmhouse-trees_1308-41466.jpg?_wi=1",
imageAlt: "Rural property",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -136,13 +114,9 @@ export default function HomePage() {
tag="About Golden Bridge" tag="About Golden Bridge"
metrics={[ metrics={[
{ {
value: "2,500+", value: "2,500+", title: "Happy Homeowners Served"},
title: "Happy Homeowners Served",
},
{ {
value: "98%", value: "98%", title: "On-Time Loan Closings"},
title: "On-Time Loan Closings",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg?_wi=1"
imageAlt="Golden Bridge Mortgage office team" imageAlt="Golden Bridge Mortgage office team"
@@ -160,65 +134,29 @@ export default function HomePage() {
tag="Client Reviews" tag="Client Reviews"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Mitchell", role: "First-Time Homebuyer", testimonial:
name: "Sarah Mitchell", "Golden Bridge made the entire process seamless. Their team answered every question and got us closed ahead of schedule. Highly recommended!", imageSrc:
role: "First-Time Homebuyer", "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
testimonial:
"Golden Bridge made the entire process seamless. Their team answered every question and got us closed ahead of schedule. Highly recommended!",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Real Estate Agent", testimonial:
name: "Michael Chen", "I recommend Golden Bridge to all my clients. Their professionalism and quick turnarounds make my job easier and my clients happier.", imageSrc:
role: "Real Estate Agent", "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"},
testimonial:
"I recommend Golden Bridge to all my clients. Their professionalism and quick turnarounds make my job easier and my clients happier.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Refinance Customer", testimonial:
name: "Emily Rodriguez", "The savings on my refinance were incredible. The team walked me through every option and found the best solution for my situation.", imageSrc:
role: "Refinance Customer", "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
testimonial:
"The savings on my refinance were incredible. The team walked me through every option and found the best solution for my situation.",
imageSrc:
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Johnson", role: "VA Loan Borrower", testimonial:
name: "David Johnson", "As a veteran, I felt genuinely appreciated. Golden Bridge's expertise with VA loans saved me thousands and made the process stress-free.", imageSrc:
role: "VA Loan Borrower", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Johnson"},
testimonial:
"As a veteran, I felt genuinely appreciated. Golden Bridge's expertise with VA loans saved me thousands and made the process stress-free.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageAlt: "David Johnson",
},
{ {
id: "5", id: "5", name: "Jessica Patel", role: "Homeowner", testimonial:
name: "Jessica Patel", "Transparent pricing, honest advice, and exceptional service. Golden Bridge exceeded my expectations at every step of the journey.", imageSrc:
role: "Homeowner", "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Jessica Patel"},
testimonial:
"Transparent pricing, honest advice, and exceptional service. Golden Bridge exceeded my expectations at every step of the journey.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2",
imageAlt: "Jessica Patel",
},
{ {
id: "6", id: "6", name: "Robert Williams", role: "Investment Property Owner", testimonial:
name: "Robert Williams", "Golden Bridge understood my investment portfolio and tailored a solution that made sense. Professional team, outstanding results.", imageSrc:
role: "Investment Property Owner", "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Robert Williams"},
testimonial:
"Golden Bridge understood my investment portfolio and tailored a solution that made sense. Professional team, outstanding results.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
imageAlt: "Robert Williams",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -235,32 +173,14 @@ export default function HomePage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "20+", title: "Years of Experience", description: "Established expertise in residential mortgages", imageSrc:
value: "20+", "http://img.b2bpic.net/free-photo/sales-contract-forms-documents-legal-concept_53876-134015.jpg?_wi=1", imageAlt: "Professional credentials"},
title: "Years of Experience",
description: "Established expertise in residential mortgages",
imageSrc:
"http://img.b2bpic.net/free-photo/sales-contract-forms-documents-legal-concept_53876-134015.jpg?_wi=1",
imageAlt: "Professional credentials",
},
{ {
id: "2", id: "2", value: "$500M+", title: "In Loans Originated", description: "Consistent success in loan originations", imageSrc:
value: "$500M+", "http://img.b2bpic.net/free-photo/stamp-approved-credit-request-paper_23-2147764236.jpg?_wi=1", imageAlt: "Successful loan applications"},
title: "In Loans Originated",
description: "Consistent success in loan originations",
imageSrc:
"http://img.b2bpic.net/free-photo/stamp-approved-credit-request-paper_23-2147764236.jpg?_wi=1",
imageAlt: "Successful loan applications",
},
{ {
id: "3", id: "3", value: "4.9/5", title: "Average Rating", description: "Exceptional client satisfaction and reviews", imageSrc:
value: "4.9/5", "http://img.b2bpic.net/free-photo/successful-business-team-gathering-hands-unity-while-celebrating-office_637285-9623.jpg?_wi=1", imageAlt: "Happy satisfied customers"},
title: "Average Rating",
description: "Exceptional client satisfaction and reviews",
imageSrc:
"http://img.b2bpic.net/free-photo/successful-business-team-gathering-hands-unity-while-celebrating-office_637285-9623.jpg?_wi=1",
imageAlt: "Happy satisfied customers",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -276,41 +196,23 @@ export default function HomePage() {
tag="Need Help?" tag="Need Help?"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What documents do I need to apply for a mortgage?", content:
title: "What documents do I need to apply for a mortgage?", "Typically, you'll need recent pay stubs, tax returns (usually 2 years), bank statements, employment verification, and proof of identity. Our team will provide a complete checklist based on your specific situation during the initial consultation."},
content:
"Typically, you'll need recent pay stubs, tax returns (usually 2 years), bank statements, employment verification, and proof of identity. Our team will provide a complete checklist based on your specific situation during the initial consultation.",
},
{ {
id: "2", id: "2", title: "How long does the mortgage approval process take?", content:
title: "How long does the mortgage approval process take?", "Most applications are pre-approved within 24-48 hours. Full underwriting and closing typically takes 30-45 days, though this varies by loan type and complexity. Golden Bridge prioritizes efficiency without sacrificing thoroughness."},
content:
"Most applications are pre-approved within 24-48 hours. Full underwriting and closing typically takes 30-45 days, though this varies by loan type and complexity. Golden Bridge prioritizes efficiency without sacrificing thoroughness.",
},
{ {
id: "3", id: "3", title: "What credit score do I need to qualify?", content:
title: "What credit score do I need to qualify?", "Requirements vary by loan type. Conventional loans typically require 620+, FHA loans 580+, and VA/USDA loans have specific guidelines. Even with lower scores, we explore available options tailored to your financial profile."},
content:
"Requirements vary by loan type. Conventional loans typically require 620+, FHA loans 580+, and VA/USDA loans have specific guidelines. Even with lower scores, we explore available options tailored to your financial profile.",
},
{ {
id: "4", id: "4", title: "What is PMI and can I avoid it?", content:
title: "What is PMI and can I avoid it?", "PMI (Private Mortgage Insurance) protects lenders when down payments are less than 20%. VA and USDA loans typically don't require PMI. FHA loans have mortgage insurance premiums. We help you understand all costs upfront."},
content:
"PMI (Private Mortgage Insurance) protects lenders when down payments are less than 20%. VA and USDA loans typically don't require PMI. FHA loans have mortgage insurance premiums. We help you understand all costs upfront.",
},
{ {
id: "5", id: "5", title: "What is refinancing and when should I consider it?", content:
title: "What is refinancing and when should I consider it?", "Refinancing replaces your current mortgage with a new loan, often to secure lower rates, reduce monthly payments, or change loan terms. It's beneficial when rates drop 0.5-1% or when you want to access home equity. We analyze your situation at no obligation."},
content:
"Refinancing replaces your current mortgage with a new loan, often to secure lower rates, reduce monthly payments, or change loan terms. It's beneficial when rates drop 0.5-1% or when you want to access home equity. We analyze your situation at no obligation.",
},
{ {
id: "6", id: "6", title: "Is there a pre-approval fee?", content:
title: "Is there a pre-approval fee?", "Pre-approval is completely free! There's no obligation, and it gives you a clear picture of your borrowing power before you start house hunting. We'll provide a detailed pre-approval letter with no cost to you."},
content:
"Pre-approval is completely free! There's no obligation, and it gives you a clear picture of your borrowing power before you start house hunting. We'll provide a detailed pre-approval letter with no cost to you.",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -343,4 +245,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }