diff --git a/src/app/page.tsx b/src/app/page.tsx
index adc7e0b..27c1e48 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,72 +29,45 @@ export default function LandingPage() {
@@ -108,26 +81,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Fixed-Rate Mortgages",
- description: "Predictable monthly payments with interest rates that never change throughout the life of the loan.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/modern-architectural-interior-of-a-high--1775197227907-6c50d4a2.png?_wi=2",
- imageAlt: "Modern architectural interior of a high-end luxury home with warm lighting, financial planning offic",
- },
+ id: "s1", title: "Fixed-Rate Mortgages", description: "Predictable monthly payments with interest rates that never change throughout the life of the loan.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/modern-architectural-interior-of-a-high--1775197227907-6c50d4a2.png", imageAlt: "Modern architectural interior of a high-end luxury home with warm lighting, financial planning offic"},
{
- id: "s2",
- title: "Adjustable-Rate Mortgages",
- description: "Flexibility for those who anticipate changes in their financial situation or plan to relocate sooner.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/modern-home-exterior-suburban-house-with-1775197227524-4d957625.png?_wi=2",
- imageAlt: "Modern home exterior, suburban house with well-manicured lawn, soft sunlight, professional photograp",
- },
+ id: "s2", title: "Adjustable-Rate Mortgages", description: "Flexibility for those who anticipate changes in their financial situation or plan to relocate sooner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/modern-home-exterior-suburban-house-with-1775197227524-4d957625.png", imageAlt: "Modern home exterior, suburban house with well-manicured lawn, soft sunlight, professional photograp"},
{
- id: "s3",
- title: "Refinancing Options",
- description: "Lower your monthly payments, consolidate high-interest debt, or access your home's equity with ease.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/professional-mortgage-broker-desk-comput-1775197227716-d7d07cc3.png?_wi=2",
- imageAlt: "Professional mortgage broker desk, computer screen with financial graphs, pen and document, high-qua",
- },
+ id: "s3", title: "Refinancing Options", description: "Lower your monthly payments, consolidate high-interest debt, or access your home's equity with ease.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARnmZuydxI7Xj5XzikK4upmuRh/professional-mortgage-broker-desk-comput-1775197227716-d7d07cc3.png", imageAlt: "Professional mortgage broker desk, computer screen with financial graphs, pen and document, high-qua"},
]}
title="Expert Mortgage Services"
description="We specialize in finding the best loan terms tailored to your financial goals."
@@ -141,37 +99,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "t1",
- badge: "Key Concept",
- price: "Loan Term",
- subtitle: "Fixed vs Adjustable",
- features: [
- "15 or 30-year amortization",
- "Fixed interest consistency",
- "Flexibility in ARM structures",
- ],
+ id: "t1", badge: "Key Concept", price: "Loan Term", subtitle: "Fixed vs Adjustable", features: [
+ "15 or 30-year amortization", "Fixed interest consistency", "Flexibility in ARM structures"],
},
{
- id: "t2",
- badge: "Requirement",
- price: "Credit Check",
- subtitle: "Assessing Eligibility",
- features: [
- "Score influence on rates",
- "Debt-to-income analysis",
- "Financial history review",
- ],
+ id: "t2", badge: "Requirement", price: "Credit Check", subtitle: "Assessing Eligibility", features: [
+ "Score influence on rates", "Debt-to-income analysis", "Financial history review"],
},
{
- id: "t3",
- badge: "Financial",
- price: "Equity",
- subtitle: "Ownership Growth",
- features: [
- "Principal payment impact",
- "Building wealth over time",
- "Equity loan possibilities",
- ],
+ id: "t3", badge: "Financial", price: "Equity", subtitle: "Ownership Growth", features: [
+ "Principal payment impact", "Building wealth over time", "Equity loan possibilities"],
},
]}
title="Mortgage Basics & Terms"
@@ -181,50 +118,26 @@ export default function LandingPage() {