Merge version_1 into main #3

Merged
bender merged 8 commits from version_1 into main 2026-03-08 02:21:27 +00:00
8 changed files with 1411 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ export default function AboutPage() {
title: "Expert Team",
description: "Our advisors have 15+ years of combined experience in mortgage broking. We stay current with market trends to serve you better.",
tag: "Our Team",
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg?_wi=2",
imageAlt: "Expert mortgage advisor team meeting",
},
{
@@ -60,7 +60,7 @@ export default function AboutPage() {
title: "Client-Focused Approach",
description: "Your needs come first. We listen, understand, and provide personalized mortgage solutions that fit your circumstances.",
tag: "Our Values",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=3",
imageAlt: "Professional advisors working with clients",
},
{
@@ -68,7 +68,7 @@ export default function AboutPage() {
title: "Wide Lender Panel",
description: "Access to 50+ lenders gives us the leverage to negotiate the best rates for our clients. We compare options so you don't have to.",
tag: "Partnerships",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg?_wi=2",
imageAlt: "Professional working with mortgage options",
},
];

View File

@@ -103,7 +103,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"
mediaPosition="right"
buttonText="Request Consultation"
onSubmit={handleContactSubmit}

File diff suppressed because it is too large Load Diff

View File

@@ -94,7 +94,7 @@ export default function HomePage() {
title: "First-Time Buyer Mortgages",
description: "Guidance and competitive rates for those starting their property journey. We simplify the process and help you secure the best deal.",
tag: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg?_wi=1",
imageAlt: "Young couple viewing property first time buyers",
},
{
@@ -102,7 +102,7 @@ export default function HomePage() {
title: "Remortgaging",
description: "Switch to better rates and improve your finances. We negotiate with lenders to secure savings on your existing mortgage.",
tag: "Save Money",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=1",
imageAlt: "Professional financial advisor reviewing documents",
},
{
@@ -110,7 +110,7 @@ export default function HomePage() {
title: "Buy-to-Let Mortgages",
description: "Investment property financing with specialist knowledge. Maximize returns with competitive buy-to-let rates and flexible terms.",
tag: "Investment",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=1",
imageAlt: "Multi-unit residential building investment property",
},
{
@@ -118,7 +118,7 @@ export default function HomePage() {
title: "Home Mover Mortgages",
description: "Seamless financing for your next move. We handle the complexity while you focus on your new home.",
tag: "Convenient",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749163.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749163.jpg?_wi=1",
imageAlt: "Family moving into new home house moving boxes",
},
];
@@ -129,7 +129,7 @@ export default function HomePage() {
title: "Initial Consultation",
description: "Meet with our expert advisors to discuss your needs, budget, and preferences. Completely free with no obligation.",
tag: "Step 1",
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg?_wi=1",
imageAlt: "Mortgage advisor meeting with clients consultation",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
title: "Needs Assessment",
description: "We analyze your financial situation and identify the best mortgage options from our extensive lender panel.",
tag: "Step 2",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg?_wi=1",
imageAlt: "Financial documents and analysis on desk",
},
{
@@ -145,7 +145,7 @@ export default function HomePage() {
title: "Application & Processing",
description: "We handle the application paperwork and liaise with lenders on your behalf to ensure smooth processing.",
tag: "Step 3",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-analyzing-business-reports-feeling-satisfied-about-business-progress_637285-123.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-analyzing-business-reports-feeling-satisfied-about-business-progress_637285-123.jpg?_wi=1",
imageAlt: "Loan application paperwork office desk processing",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
role: "First-Time Buyer",
company: "London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1",
imageAlt: "Sarah Johnson - First-Time Buyer",
},
{
@@ -181,7 +181,7 @@ export default function HomePage() {
role: "Remortgage Client",
company: "Greater London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1",
imageAlt: "Michael Chen - Remortgage Client",
},
{
@@ -190,7 +190,7 @@ export default function HomePage() {
role: "Buy-to-Let Investor",
company: "North London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg?_wi=1",
imageAlt: "Emily Rodriguez - Buy-to-Let Investor",
},
{
@@ -199,7 +199,7 @@ export default function HomePage() {
role: "Home Mover",
company: "South London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1",
imageAlt: "David Kim - Home Mover",
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
role: "Investment Property Owner",
company: "Central London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg?_wi=1",
imageAlt: "Lisa Thompson - Investment Property Owner",
},
{
@@ -217,7 +217,7 @@ export default function HomePage() {
role: "Family Home Buyer",
company: "West London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1",
imageAlt: "James Anderson - Family Home Buyer",
},
];

View File

@@ -80,7 +80,7 @@ export default function BuyToLetPage() {
title: "Standard Buy-to-Let Mortgages",
description: "Traditional mortgages for seasoned and new buy-to-let investors. Competitive rates with flexible repayment options to suit your investment strategy.",
tag: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=3",
imageAlt: "multi-unit residential building investment property",
},
{
@@ -88,7 +88,7 @@ export default function BuyToLetPage() {
title: "Portfolio Lending",
description: "Tailored solutions for investors managing multiple properties. Access to bespoke lending packages with our panel of specialist portfolio lenders.",
tag: "For Multiple Properties",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=4",
imageAlt: "multi-unit residential building investment property",
},
{
@@ -96,7 +96,7 @@ export default function BuyToLetPage() {
title: "House-in-Multiple-Occupation (HMO)",
description: "Specialized mortgages for HMO properties. We understand the unique requirements and profitability metrics of multi-let properties.",
tag: "Specialized",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=5",
imageAlt: "multi-unit residential building investment property",
},
{
@@ -104,7 +104,7 @@ export default function BuyToLetPage() {
title: "Commercial-to-Residential Conversion",
description: "Finance your conversion projects with our specialist lenders experienced in development and conversion financing for buy-to-let.",
tag: "Development",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=6",
imageAlt: "multi-unit residential building investment property",
},
]}
@@ -158,7 +158,7 @@ export default function BuyToLetPage() {
role: "Portfolio Investor",
company: "East London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=3",
imageAlt: "professional portrait man investor confident",
},
{
@@ -167,7 +167,7 @@ export default function BuyToLetPage() {
role: "Property Developer",
company: "West London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg?_wi=3",
imageAlt: "professional portrait woman investor confident",
},
{
@@ -176,7 +176,7 @@ export default function BuyToLetPage() {
role: "Buy-to-Let Specialist",
company: "North London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3",
imageAlt: "professional portrait man business confident",
},
]}

View File

@@ -24,7 +24,7 @@ export default function FirstTimeBuyerPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg?_wi=3",
imageAlt: "young couple viewing property first time buyers",
},
{
@@ -32,7 +32,7 @@ export default function FirstTimeBuyerPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=4",
imageAlt: "professional financial advisor reviewing documents",
},
{
@@ -40,7 +40,7 @@ export default function FirstTimeBuyerPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749163.jpg?_wi=2",
imageAlt: "family moving into new home house moving boxes",
},
];
@@ -52,7 +52,7 @@ export default function FirstTimeBuyerPage() {
role: "First-Time Buyer",
company: "East London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=3",
imageAlt: "professional portrait woman smiling confident",
},
{
@@ -61,7 +61,7 @@ export default function FirstTimeBuyerPage() {
role: "First-Time Buyer",
company: "South London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=3",
imageAlt: "professional portrait man smiling business",
},
{
@@ -70,7 +70,7 @@ export default function FirstTimeBuyerPage() {
role: "First-Time Buyer",
company: "West London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg?_wi=3",
imageAlt: "professional portrait woman business confident",
},
];
@@ -182,7 +182,7 @@ export default function FirstTimeBuyerPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg"
imageSrc="http://img.b2bpic.net/free-photo/successful-business-people-discussing-reports-outdoors_1262-20832.jpg?_wi=3"
mediaPosition="right"
buttonText="Request Consultation"
/>

View File

@@ -52,7 +52,7 @@ export default function ServicesPage() {
title: "First-Time Buyer Mortgages",
description: "We specialize in helping first-time buyers navigate the property market. From understanding mortgage types to finding the best rates, we guide you every step of the way.",
tag: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/monitoring-your-progress-change-home-plan_329181-7400.jpg?_wi=2",
imageAlt: "Young couple viewing property first time buyers",
},
{
@@ -60,7 +60,7 @@ export default function ServicesPage() {
title: "Remortgaging Services",
description: "Switching mortgages can save you thousands. Our experts negotiate with lenders to secure better rates and improve your financial position.",
tag: "Save Money",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=2",
imageAlt: "Professional financial advisor reviewing documents",
},
{
@@ -68,7 +68,7 @@ export default function ServicesPage() {
title: "Buy-to-Let Mortgages",
description: "Maximize your investment returns with competitive buy-to-let rates. We understand the unique requirements of buy-to-let investors.",
tag: "Investment",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=2",
imageAlt: "Multi-unit residential building investment property",
},
];
@@ -80,7 +80,7 @@ export default function ServicesPage() {
role: "First-Time Buyer",
company: "London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=2",
imageAlt: "Sarah Johnson - First-Time Buyer",
},
{
@@ -89,7 +89,7 @@ export default function ServicesPage() {
role: "Remortgage Client",
company: "Greater London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2",
imageAlt: "Michael Chen - Remortgage Client",
},
{
@@ -98,7 +98,7 @@ export default function ServicesPage() {
role: "Buy-to-Let Investor",
company: "North London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3493.jpg?_wi=2",
imageAlt: "Emily Rodriguez - Buy-to-Let Investor",
},
];

View File

@@ -24,7 +24,7 @@ export default function RemortgagePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-reading-report_1098-685.jpg?_wi=5",
imageAlt: "professional financial advisor reviewing documents",
},
{
@@ -32,7 +32,7 @@ export default function RemortgagePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-woman-ceo-working-her-modern-corporate-office_482257-112516.jpg?_wi=3",
imageAlt: "financial documents and analysis on desk",
},
{
@@ -40,7 +40,7 @@ export default function RemortgagePage() {
title: "Shorten Your Mortgage Term",
description: "Own your home outright sooner by switching to a shorter mortgage term. We help you find competitive rates that make this financially viable without straining your budget.",
tag: "Long-Term",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-analyzing-business-reports-feeling-satisfied-about-business-progress_637285-123.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-analyzing-business-reports-feeling-satisfied-about-business-progress_637285-123.jpg?_wi=2",
imageAlt: "loan application paperwork office desk processing",
},
];
@@ -75,7 +75,7 @@ export default function RemortgagePage() {
role: "Remortgage Client",
company: "North London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2",
imageAlt: "professional portrait man business confident",
},
{
@@ -84,7 +84,7 @@ export default function RemortgagePage() {
role: "Remortgage Client",
company: "Central London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-woman-posing_23-2149457701.jpg?_wi=2",
imageAlt: "professional portrait woman investor confident",
},
{
@@ -93,7 +93,7 @@ export default function RemortgagePage() {
role: "Remortgage Client",
company: "Greater London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2",
imageAlt: "professional portrait man investor confident",
},
];
@@ -217,7 +217,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"
mediaPosition="right"
buttonText="Get Free Remortgage Review"
/>