{"id":21,"date":"2023-11-25T15:40:53","date_gmt":"2023-11-25T15:40:53","guid":{"rendered":"https:\/\/mortgagebyspeedy.com\/?page_id=21"},"modified":"2025-11-14T15:54:32","modified_gmt":"2025-11-14T15:54:32","slug":"https-mortgagebyspeedy-com","status":"publish","type":"page","link":"https:\/\/mortgagebyspeedy.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Mortgage by Speedy<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html, body {\n            margin: 0;\n            padding: 0;\n            height: 100%;\n        }\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f7f7f7;\n            color: #333;\n        }\n        .hero {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: space-between;\n            background-color: #06d15e;\n            color: white;\n            padding: 0 20px;\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            min-height: 100vh;\n            box-sizing: border-box;\n        }\n        .hero-content {\n            flex: 1;\n            max-width: 50%;\n            padding-right: 20px;\n        }\n        .hero h1 {\n            font-size: 3em; \n            color: white;\n            margin-bottom: 20px;\n        }\n        .hero p {\n            font-size: 20px;\n            margin-bottom: 20px;\n        }\n        .hero-buttons {\n            margin-top: 40px;\n        }\n        .hero button {\n            background-color: white;\n            color: #05870b;\n            border: none;\n            padding: 15px 30px;\n            font-size: 1.2em;\n            cursor: pointer;\n            margin-right: 10px;\n            transition: background-color 0.3s ease;\n            margin-top: 10px;\n        }\n        .hero button:hover {\n            background-color: #f1f1f1;\n        }\n        .hero img {\n            flex: 1;\n            max-width: 50%;\n            width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);\n            transition: transform 0.3s ease;\n        }\n        .hero img:hover {\n            transform: scale(1.05);\n        }\n        .hero-promise {\n            margin-top: 50px;\n            background-color: #046d09;\n            color: white;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n            display: flex;\n            align-items: center;\n        }\n        .hero-promise img {\n            max-width: 100px;\n            margin-right: 15px;\n        }\n\n        \/* ===================================\n           NEW CTA SECTION\n        =================================== *\/\n        .cta-section {\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            background: #ffffff;\n            padding: 50px 20px;\n            text-align: center;\n            border-top: 3px solid #024412;\n            border-bottom: 3px solid #024412;\n        }\n        .cta-section h2 {\n            font-size: 28px;\n            font-weight: 700;\n            color: #024412;\n            margin-bottom: 15px;\n        }\n        .cta-section p {\n            font-size: 17px;\n            color: #333;\n            margin-bottom: 28px;\n        }\n        .cta-section a {\n            display: inline-block;\n            padding: 16px 34px;\n            background:#024412;\n            color:#ffffff;\n            font-size:20px;\n            font-weight:700;\n            text-decoration:none;\n            border-radius:8px;\n            box-shadow:0 4px 10px rgba(0,0,0,0.15);\n            transition:all 0.25s ease;\n        }\n        .cta-section a:hover {\n            background:#036f33;\n            transform: translateY(-2px);\n        }\n\n        .services {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            padding: 50px 20px;\n            background-color: #fff;\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n        }\n        .service {\n            flex: 1 1 30%;\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n            margin: 10px;\n        }\n        .service:hover {\n            transform: translateY(-5px);\n        }\n        .service h3 {\n            color: #05870b;\n            margin-bottom: 15px;\n        }\n        .service a {\n            display: inline-block;\n            margin-top: 15px;\n            color: #05870b;\n            font-weight: bold;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n        .service a:hover {\n            color: #046d09;\n        }\n        footer {\n            background-color: #046d09;\n            color: white;\n            text-align: center;\n            padding: 20px;\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n        }\n        footer p {\n            margin: 0;\n        }\n\n        @media (max-width: 768px) {\n            .hero {\n                flex-direction: column;\n                justify-content: center;\n                align-items: center;\n                text-align: center;\n                padding: 0 20px;\n                height: auto;\n            }\n            .hero-content, .hero img {\n                max-width: 100%;\n                padding-right: 0;\n            }\n            .hero img {\n                margin-top: 20px;\n            }\n            .hero h1 {\n                font-size:2.2em;\n            }\n            .hero p {\n                font-size:1.5em;\n            }\n            .hero-promise {\n                flex-direction: column;\n                text-align:center;\n            }\n            .hero-promise img {\n                margin-bottom: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n\n    <!-- HERO SECTION -->\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Your Path to Homeownership<\/h1>\n            <p>Experience Trust, Expertise, and Transparent Mortgage Services!<\/p>\n\n            <div class=\"hero-buttons\">\n                <a href=\"https:\/\/www.blink.mortgage\/app\/signup\/p\/speedymortgagellc\" style=\"text-decoration: none;\">\n                    <button>Apply Now<\/button>\n                <\/a>\n                <a href=\"https:\/\/mortgagebyspeedy.com\/index.php\/types-of-mortgage-loans\/\" style=\"text-decoration: none;\">\n                    <button>MBS Loan Programs<\/button>\n                <\/a>\n            <\/div>\n\n            <div class=\"hero-promise\">\n                <img decoding=\"async\" src=\"https:\/\/mortgagebyspeedy.com\/wp-content\/uploads\/2024\/08\/badge.png\" alt=\"Promise Badge Icon\">\n                <p><strong>Our Commitment:<\/strong><br>\n                We offer tailored mortgage solutions with the highest level of service. Benefit from lower rates and top-tier service through our streamlined process and low margins.<\/p>\n            <\/div>\n        <\/div>\n\n        <img decoding=\"async\" src=\"https:\/\/mortgagebyspeedy.com\/wp-content\/uploads\/2024\/08\/hero-image.png\" alt=\"Mortgage Image\">\n    <\/section>\n\n    <!-- \u2b50 NEW CTA SECTION (Added Below Hero) \u2b50 -->\n    <section class=\"cta-section\">\n        <h2>The Speedy Promise: If we don\u2019t reach out within 40 minutes, your appraisal is on us.<\/h2>\n        <p>Fast, responsive, and committed to an exceptional mortgage experience \u2014 that\u2019s the Speedy difference.<\/p>\n\n        <a href=\"https:\/\/mortgagebyspeedy.com\/index.php\/pre-qual\/\">\n            Pre-Qualify Today in Minutes\n        <\/a>\n    <\/section>\n\n    <!-- SERVICES SECTION -->\n    <section class=\"services\">\n        <div class=\"service\">\n            <h3>Get My Rate<\/h3>\n            <p>We offer competitive rates for first-time homebuyers and seasoned investors alike.<\/p>\n            <a href=\"https:\/\/mortgagebyspeedy.com\/index.php\/mortgage-questionnaire\/\">Learn More &rarr;<\/a>\n        <\/div>\n        <div class=\"service\">\n            <h3>Refinancing Options<\/h3>\n            <p>Lock in a lower rate and save money on your monthly payments with our refinance options.<\/p>\n            <a href=\"https:\/\/mortgagebyspeedy.com\/index.php\/mortgage-questionnaire\/\">Learn More &rarr;<\/a>\n        <\/div>\n        <div class=\"service\">\n            <h3>MBS Loan Programs<\/h3>\n            <p>Compare the best mortgage rates available to you in just a few clicks.<\/p>\n            <a href=\"https:\/\/mortgagebyspeedy.com\/index.php\/types-of-mortgage-loans\/\">Learn More &rarr;<\/a>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Mortgage by Speedy Your Path to Homeownership Experience Trust, Expertise, and Transparent Mortgage Services! Apply [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":455,"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":1517,"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/pages\/21\/revisions\/1517"}],"wp:attachment":[{"href":"https:\/\/mortgagebyspeedy.com\/index.php\/wp-json\/wp\/v2\/media?parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}