{"id":30,"date":"2025-10-22T23:22:52","date_gmt":"2025-10-22T23:22:52","guid":{"rendered":"https:\/\/www.ezhomeservicesllc.blog\/?page_id=30"},"modified":"2025-10-28T22:12:27","modified_gmt":"2025-10-28T22:12:27","slug":"financing","status":"publish","type":"page","link":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/financing\/","title":{"rendered":"Financing"},"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>EZ Home Services &#8211; Financing<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n        }\n\n        .financing-hero {\n            position: relative;\n            min-height: 450px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 80px 20px;\n            background-image: url('https:\/\/www.ezhomeservicesllc.blog\/wp-content\/uploads\/2025\/10\/heroFinance.png');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n        }\n\n        .financing-hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: rgba(0, 0, 0, 0.4);\n            z-index: 1;\n        }\n\n        .financing-content {\n            position: relative;\n            z-index: 2;\n            max-width: 1200px;\n            text-align: center;\n            color: #ffffff;\n        }\n\n        .financing-content h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 25px;\n            line-height: 1.2;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);\n        }\n\n        .financing-content h1 .highlight {\n            color: #dfaf2c;\n        }\n\n        .financing-content p {\n            font-size: 1.3rem;\n            line-height: 1.6;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);\n            color: #f5f5f5;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .financing-hero {\n                min-height: 350px;\n                padding: 60px 20px;\n            }\n\n            .financing-content h1 {\n                font-size: 2.5rem;\n            }\n\n            .financing-content p {\n                font-size: 1.1rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .financing-hero {\n                min-height: 300px;\n                padding: 50px 15px;\n            }\n\n            .financing-content h1 {\n                font-size: 2rem;\n            }\n\n            .financing-content p {\n                font-size: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"financing-hero\">\n        <div class=\"financing-content\">\n            <h1>Financing Made <span class=\"highlight\">Easy<\/span> for Your Home Projects<\/h1>\n            <p>Fast, Flexible, and No Impact on Your Credit.<\/p>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n\n\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>EZ Home Services &#8211; Financing Options<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #ffffff;\n        }\n\n        .financing-section {\n            padding: 80px 20px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .financing-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            background-color: #f5f5f5;\n            padding: 60px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        }\n\n        .text-content h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .text-content h3 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #dfaf2c;\n            margin-bottom: 25px;\n            line-height: 1.3;\n        }\n\n        .text-content p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.8;\n            margin-bottom: 35px;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 16px 35px;\n            background-color: #dfaf2c;\n            color: #1a1a1a;\n            font-size: 1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 4px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            box-shadow: 0 4px 12px rgba(223, 175, 44, 0.3);\n        }\n\n        .cta-button:hover {\n            background-color: #c99b25;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(223, 175, 44, 0.4);\n        }\n\n        .image-content {\n            width: 100%;\n            height: 100%;\n            min-height: 400px;\n        }\n\n        .image-content img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .financing-container {\n                grid-template-columns: 1fr;\n                gap: 40px;\n                padding: 40px;\n            }\n\n            .text-content h2 {\n                font-size: 2rem;\n            }\n\n            .text-content h3 {\n                font-size: 1.3rem;\n            }\n\n            .image-content {\n                min-height: 350px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .financing-section {\n                padding: 60px 15px;\n            }\n\n            .financing-container {\n                padding: 30px 20px;\n            }\n\n            .text-content h2 {\n                font-size: 1.75rem;\n            }\n\n            .text-content h3 {\n                font-size: 1.2rem;\n            }\n\n            .text-content p {\n                font-size: 1rem;\n            }\n\n            .image-content {\n                min-height: 300px;\n            }\n\n            .cta-button {\n                padding: 14px 30px;\n                font-size: 0.95rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"financing-section\">\n        <div class=\"financing-container\">\n            <div class=\"text-content\">\n                <h2>Finance Your Dream<\/h2>\n                <h3>Home Improvements Hassle-Free<\/h3>\n                <p>We&#8217;ve partnered with HFS Financial to provide financing solutions tailored for you. Whether it&#8217;s a new roof, fresh siding, or beautiful flooring, we make home improvements affordable with flexible payment plans.<\/p>\n                <a href=\"https:\/\/www.hfsfinancial.net\/promo\/67cf50469cb9513f89e020ab\/\" class=\"cta-button\" target=\"_blank\" rel=\"noopener noreferrer\">CHECK YOUR LOAN OPTIONS<\/a>\n            <\/div>\n            <div class=\"image-content\">\n                <img decoding=\"async\" src=\"https:\/\/www.ezhomeservicesllc.blog\/wp-content\/uploads\/2025\/10\/HFSloan.png\" alt=\"HFS Home Improvement Loans\">\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n\n\n\n\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>EZ Home Services &#8211; Financing Features<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #ffffff;\n        }\n\n        .features-section {\n            padding: 60px 20px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .features-container {\n            background-color: #f5f5f5;\n            padding: 50px 60px;\n            border-radius: 8px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 50px 40px;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 20px;\n        }\n\n        .feature-icon {\n            flex-shrink: 0;\n            width: 50px;\n            height: 50px;\n            background-color: #dfaf2c;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(223, 175, 44, 0.3);\n        }\n\n        .feature-icon svg {\n            width: 26px;\n            height: 26px;\n            fill: #ffffff;\n        }\n\n        .feature-content h3 {\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 8px;\n            line-height: 1.3;\n        }\n\n        .feature-content p {\n            font-size: 0.95rem;\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 40px 30px;\n            }\n\n            .features-container {\n                padding: 40px 40px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .features-section {\n                padding: 40px 15px;\n            }\n\n            .features-container {\n                padding: 30px 25px;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 35px;\n            }\n\n            .feature-icon {\n                width: 45px;\n                height: 45px;\n            }\n\n            .feature-icon svg {\n                width: 24px;\n                height: 24px;\n            }\n\n            .feature-content h3 {\n                font-size: 1.05rem;\n            }\n\n            .feature-content p {\n                font-size: 0.9rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"features-section\">\n        <div class=\"features-container\">\n            <div class=\"features-grid\">\n                <!-- Feature 1: No Impact on Credit -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>No Impact on Credit<\/h3>\n                        <p>Pre-qualify without affecting your score.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 2: Low Fixed Rates -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>Low Fixed Rates<\/h3>\n                        <p>Affordable payments with predictable terms.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 3: Loans from $2,000 - $500,000 -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>Loans from $2,000 &#8211; $500,000<\/h3>\n                        <p>Finance any project, big or small.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 4: 100% Personal & Unsecured Loans -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>100% Personal &#038; Unsecured Loans<\/h3>\n                        <p>No equity or collateral needed.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 5: Terms Up to 20 Years -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>Terms Up to 20 Years<\/h3>\n                        <p>Flexible repayment plans to fit your budget.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 6: Direct-to-Consumer Funding -->\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <h3>Direct-to-Consumer Funding<\/h3>\n                        <p>Funds go straight to you\u2014use them however you need.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n\n\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>EZ Home Services &#8211; Customer Reviews<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n        }\n\n        .testimonials-section {\n            padding: 80px 20px;\n            max-width: 1400px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .section-header {\n            margin-bottom: 50px;\n        }\n\n        .section-header h2 {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 15px;\n        }\n\n        .section-header p {\n            font-size: 1.15rem;\n            color: #666;\n        }\n\n        .reviews-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .review-card {\n            background-color: #ffffff;\n            padding: 40px 30px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n            text-align: left;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .review-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);\n        }\n\n        .reviewer-info {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n\n        .reviewer-avatar {\n            width: 50px;\n            height: 50px;\n            background-color: #e9ecef;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .reviewer-avatar svg {\n            width: 28px;\n            height: 28px;\n            fill: #6c757d;\n        }\n\n        .reviewer-details h3 {\n            font-size: 1.15rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 5px;\n        }\n\n        .reviewer-meta {\n            font-size: 0.9rem;\n            color: #6c757d;\n        }\n\n        .star-rating {\n            margin-bottom: 20px;\n            display: flex;\n            gap: 3px;\n        }\n\n        .star {\n            color: #dfaf2c;\n            font-size: 1.2rem;\n        }\n\n        .review-text {\n            font-size: 1rem;\n            color: #666;\n            line-height: 1.7;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 18px 40px;\n            background-color: #dfaf2c;\n            color: #1a1a1a;\n            font-size: 1.1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 6px;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            box-shadow: 0 4px 12px rgba(223, 175, 44, 0.3);\n        }\n\n        .cta-button:hover {\n            background-color: #c99b25;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(223, 175, 44, 0.4);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .reviews-container {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .section-header h2 {\n                font-size: 2.5rem;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .testimonials-section {\n                padding: 60px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2rem;\n            }\n\n            .section-header p {\n                font-size: 1rem;\n            }\n\n            .reviews-container {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n\n            .review-card {\n                padding: 30px 25px;\n            }\n\n            .cta-button {\n                padding: 16px 35px;\n                font-size: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"testimonials-section\">\n        <div class=\"section-header\">\n            <h2>What Our Customers Say<\/h2>\n            <p>Real experiences from homeowners who trust our services.<\/p>\n        <\/div>\n\n        <div class=\"reviews-container\">\n            <!-- Review Card 1 -->\n            <div class=\"review-card\">\n                <div class=\"reviewer-info\">\n                    <div class=\"reviewer-avatar\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"reviewer-details\">\n                        <h3>John Louderback<\/h3>\n                        <p class=\"reviewer-meta\">Local Guide \u2022 182 reviews<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"star-rating\">\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                <\/div>\n                <p class=\"review-text\">Ezequiel Miranda is the BEST! His professionalism and knowledge are second to none. The communication was outstanding, and his coordination of the job was perfect. The estimate was reasonable, and the quality was superb! I highly recommend this company!<\/p>\n            <\/div>\n\n            <!-- Review Card 2 -->\n            <div class=\"review-card\">\n                <div class=\"reviewer-info\">\n                    <div class=\"reviewer-avatar\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"reviewer-details\">\n                        <h3>Renee<\/h3>\n                        <p class=\"reviewer-meta\">Local Guide \u2022 14 reviews<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"star-rating\">\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                <\/div>\n                <p class=\"review-text\">EZ Home Services did a phenomenal job on my roof and gutters, simplifying the process. Ezequiel ensured everything went according to plan, and Chiara guided me through difficult decisions, providing expert insights. Highly recommended!<\/p>\n            <\/div>\n\n            <!-- Review Card 3 -->\n            <div class=\"review-card\">\n                <div class=\"reviewer-info\">\n                    <div class=\"reviewer-avatar\">\n                        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"reviewer-details\">\n                        <h3>BGM<\/h3>\n                        <p class=\"reviewer-meta\">8 reviews<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"star-rating\">\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                    <span class=\"star\">\u2605<\/span>\n                <\/div>\n                <p class=\"review-text\">Very friendly and honest contractor with meticulous attention to detail. We are very satisfied with their work and recommend them without reservation.<\/p>\n            <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/www.google.com\/search?client=safari&#038;sca_esv=1a9c224e5a61e56f&#038;channel=mac_bm&#038;sxsrf=AHTn8zpbA7SwG5VYFsM_Gx6a2Tph8KgNMQ:1741817134926&#038;si=APYL9bs7Hg2KMLB-4tSoTdxuOx8BdRvHbByC_AuVpNyh0x2KzagmWJ3MIM2pYm3ihtfgiDgNxYPdQtZTqlbj9sfR5ynOHKUqdFZV0l-8ivcNeqYa1-cZrPkMm_URBPpkXC7AmnITDIiC05AMCuVPkYtXdSKe1TLtoQ%3D%3D&#038;q=EZ+Home+Services+LLC+Reviews&#038;sa=X&#038;ved=2ahUKEwju3ty8xoWMAxV8FlkFHcskCOIQ0bkNegQIJxAE&#038;biw=1024&#038;bih=560&#038;dpr=2\" class=\"cta-button\" target=\"_blank\" rel=\"noopener noreferrer\">Read More Reviews on Google<\/a>\n    <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>EZ Home Services &#8211; Financing Financing Made Easy for Your Home Projects Fast, Flexible, and No Impact on Your Credit. EZ Home Services &#8211; Financing Options Finance Your Dream Home Improvements Hassle-Free We&#8217;ve partnered with HFS Financial to provide financing solutions tailored for you. Whether it&#8217;s a new roof, fresh siding, or beautiful flooring, we &#8230; <a title=\"Financing\" class=\"read-more\" href=\"https:\/\/www.ezhomeservicesllc.blog\/index.php\/financing\/\" aria-label=\"Read more about Financing\">Read more<\/a><\/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-30","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":7,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":258,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/30\/revisions\/258"}],"wp:attachment":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}