Update src/app/services/first-time-buyers/page.tsx

This commit is contained in:
2026-03-08 02:12:12 +00:00
parent cbdf3823e5
commit 51a24e55b6

View File

@@ -91,7 +91,7 @@ export default function FirstTimeBuyersPage() {
title: "Expert Guidance",
description: "Navigate the mortgage process with confidence. Our advisors explain every step, ensuring you understand your options and make informed decisions.",
tag: "Expert Support",
imageSrc: "http://img.b2bpic.net/free-photo/image-multiethnic-woman-man-entrepreneurs-work-together-new-business-startup-project_273609-44843.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/image-multiethnic-woman-man-entrepreneurs-work-together-new-business-startup-project_273609-44843.jpg?_wi=2",
imageAlt: "young couple viewing property first time buyers",
},
{
@@ -99,7 +99,7 @@ export default function FirstTimeBuyersPage() {
title: "Competitive Rates",
description: "Access exclusive deals from our panel of 50+ lenders. We negotiate on your behalf to secure the best mortgage rates available.",
tag: "Best Rates",
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-woman-working-using-tablet-computer-outdoors_1262-12469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-woman-working-using-tablet-computer-outdoors_1262-12469.jpg?_wi=2",
imageAlt: "mortgage advisor meeting with clients consultation",
},
{
@@ -107,7 +107,7 @@ export default function FirstTimeBuyersPage() {
title: "No Upfront Fees",
description: "We're paid by lenders, not by you. Start your journey without worrying about consultation costs or hidden charges.",
tag: "Transparent Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-122.jpg?_wi=2",
imageAlt: "financial documents and analysis on desk",
},
]}
@@ -187,7 +187,7 @@ export default function FirstTimeBuyersPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-attending-presentation-office_23-2147923301.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-attending-presentation-office_23-2147923301.jpg?_wi=3"
mediaPosition="right"
buttonText="Schedule Consultation"
onSubmit={(data) => console.log("First-time buyer form:", data)}