From d90be9d23ba214a52dca8ab6c77882b698465129 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:23:18 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 492715f..4991dd7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-with-clipboard-near-male-colleagues_23-2147807958.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-clipboard-near-male-colleagues_23-2147807958.jpg?_wi=1" mediaAnimation="none" mediaPosition="right" buttonText="Request Consultation" -- 2.49.1 From 3051ce488cbc2e8564a2dd140239cc8b0878d6c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:23:19 +0000 Subject: [PATCH 2/3] Update src/app/services/first-time-buyers/page.tsx --- src/app/services/first-time-buyers/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/first-time-buyers/page.tsx b/src/app/services/first-time-buyers/page.tsx index 762b039..b94800c 100644 --- a/src/app/services/first-time-buyers/page.tsx +++ b/src/app/services/first-time-buyers/page.tsx @@ -22,7 +22,7 @@ export default function FirstTimeBuyerPage() { { id: "1", title: "Understanding the Process", description: "As a first-time buyer, the mortgage process can seem overwhelming. Our expert advisors will walk you through every step, from initial consultation to final completion. We demystify the jargon and ensure you understand every aspect of your mortgage.", tag: "Education", imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg", imageAlt: "young couple viewing property first time buyers"}, { - id: "2", title: "Government Schemes & Support", description: "We help you navigate available government schemes like Help to Buy and First-Time Buyer incentives. Our knowledge of current schemes ensures you get maximum support and don't miss out on available benefits.", tag: "Schemes", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg", imageAlt: "professional financial advisor reviewing documents"}, + id: "2", title: "Government Schemes & Support", description: "We help you navigate available government schemes like Help to Buy and First-Time Buyer incentives. Our knowledge of current schemes ensures you get maximum support and don't miss out on available benefits.", tag: "Schemes", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=1", imageAlt: "professional financial advisor reviewing documents"}, { id: "3", title: "Competitive First-Time Buyer Rates", description: "With our extensive lender panel, we secure the most competitive rates specifically for first-time buyers. We compare products across lenders and negotiate on your behalf to ensure you get the best deal available.", tag: "Best Rates", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749163.jpg", imageAlt: "family moving into new home house moving boxes"}, ]; -- 2.49.1 From e99ff785097d9b209a9f0bbd28e052eaa4a31ead Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:23:19 +0000 Subject: [PATCH 3/3] Update src/app/services/remortgage/page.tsx --- src/app/services/remortgage/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/remortgage/page.tsx b/src/app/services/remortgage/page.tsx index 423fce9..020c2fc 100644 --- a/src/app/services/remortgage/page.tsx +++ b/src/app/services/remortgage/page.tsx @@ -20,7 +20,7 @@ export default function RemortgagePage() { const remortgageFeatures = [ { - id: "1", title: "Lower Your Monthly Payments", description: "Remortgage to a lower rate and reduce your monthly mortgage payments. We work with lenders to find products that can save you thousands over the life of your mortgage.", tag: "Save Money", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg", imageAlt: "professional financial advisor reviewing documents"}, + id: "1", title: "Lower Your Monthly Payments", description: "Remortgage to a lower rate and reduce your monthly mortgage payments. We work with lenders to find products that can save you thousands over the life of your mortgage.", tag: "Save Money", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=2", imageAlt: "professional financial advisor reviewing documents"}, { id: "2", title: "Release Equity from Your Home", description: "If your property has increased in value, you can release equity for home improvements, debt consolidation, or other needs. Our advisors explore the right option for your circumstances.", tag: "Access Funds", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg", imageAlt: "financial documents and analysis on desk"}, { @@ -152,7 +152,7 @@ export default function RemortgagePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-with-clipboard-near-male-colleagues_23-2147807958.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-clipboard-near-male-colleagues_23-2147807958.jpg?_wi=2" mediaAnimation="none" mediaPosition="right" buttonText="Get Free Remortgage Review" -- 2.49.1