diff --git a/src/app/services/remortgage/page.tsx b/src/app/services/remortgage/page.tsx index cb20517..5afeff6 100644 --- a/src/app/services/remortgage/page.tsx +++ b/src/app/services/remortgage/page.tsx @@ -90,7 +90,7 @@ export default function RemortgagePage() { title: "Lower Interest Rates", description: "Interest rates fluctuate constantly. We monitor the market and identify opportunities to refinance at better rates, potentially saving thousands annually.", tag: "Savings", - imageSrc: "http://img.b2bpic.net/free-photo/couple-signing-contract-new-house_23-2148895488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-signing-contract-new-house_23-2148895488.jpg?_wi=2", imageAlt: "professional financial advisor reviewing documents", }, { @@ -98,7 +98,7 @@ export default function RemortgagePage() { title: "Equity Release", description: "Tap into your home's equity for home improvements, investments, or major purchases. We structure remortgages to maximize your available funds.", tag: "Access Funds", - 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=3", imageAlt: "financial documents and analysis on desk", }, { @@ -106,7 +106,7 @@ export default function RemortgagePage() { title: "Flexible Terms", description: "Adjust your mortgage term to suit your circumstances. Whether you want to pay off faster or reduce monthly payments, we find flexible solutions.", tag: "Flexibility", - imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651022.jpg?_wi=2", imageAlt: "loan application paperwork office desk processing", }, { @@ -114,7 +114,7 @@ export default function RemortgagePage() { title: "Fixed vs Variable", description: "Switch between fixed and variable rates based on your preferences and market conditions. Secure protection or capitalize on lower variable rates.", tag: "Rate Strategy", - 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=3", imageAlt: "mortgage advisor meeting with clients consultation", }, ]} @@ -194,7 +194,7 @@ export default function RemortgagePage() { 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=4" mediaPosition="right" buttonText="Get Free Review" onSubmit={(data) => console.log("Remortgage form:", data)}