{"id":725,"date":"2026-03-18T20:47:01","date_gmt":"2026-03-18T20:47:01","guid":{"rendered":"https:\/\/newneighborsinc.com\/?page_id=725"},"modified":"2026-03-22T14:49:06","modified_gmt":"2026-03-22T14:49:06","slug":"725-2","status":"publish","type":"page","link":"https:\/\/newneighborsinc.com\/?page_id=725","title":{"rendered":"Home Management"},"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>Home Management Services<\/title>\n    <style>\n        :root {\n            --primary: #2c3e50;\n            --accent: #3498db;\n            --bg-light: #f8f9fa;\n            --text: #333;\n            --white: #ffffff;\n            --shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text);\n            margin: 0;\n            padding: 0;\n            background-color: #fff;\n        }\n\n        #home-management-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        section {\n            padding: 60px 20px;\n            margin-bottom: 20px;\n            border-radius: 12px;\n        }\n\n        h2 {\n            color: var(--primary);\n            text-align: center;\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .intro-text {\n            text-align: center;\n            max-width: 750px;\n            margin: 0 auto 30px;\n            font-size: 1.2rem;\n            color: #555;\n        }\n\n        \/* Services Grid *\/\n        .grid-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .card {\n            background: var(--white);\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            text-align: center;\n            transition: transform 0.2s;\n            border-top: 4px solid var(--accent);\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n        }\n\n        .card h3 {\n            margin-top: 0;\n            color: var(--primary);\n            font-size: 1.25rem;\n        }\n\n        \/* \"Who This Is For\" List *\/\n        .who-list {\n            max-width: 650px;\n            margin: 0 auto;\n            padding: 0;\n            list-style: none;\n        }\n\n        .who-list li {\n            background: var(--bg-light);\n            margin-bottom: 12px;\n            padding: 15px 20px;\n            border-left: 5px solid var(--accent);\n            border-radius: 4px;\n            font-weight: 500;\n        }\n\n        \/* Pricing Table *\/\n        .pricing-table {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            max-width: 1000px;\n            margin: 40px auto 0;\n        }\n\n        .price-card {\n            background: var(--primary);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 12px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            transition: transform 0.3s;\n        }\n\n        .price-card.featured {\n            border: 3px solid var(--accent);\n            background: #1a252f;\n            transform: scale(1.05);\n            position: relative;\n        }\n\n        .price-card h3 {\n            margin: 0;\n            font-size: 1.4rem;\n            color: var(--white);\n        }\n\n        .price-value {\n            font-size: 2rem;\n            color: var(--accent);\n            font-weight: bold;\n            margin: 20px 0;\n        }\n\n        .price-card p {\n            margin: 5px 0;\n            opacity: 0.9;\n        }\n\n        \/* Form Styling *\/\n        #contact {\n            background: var(--bg-light);\n        }\n\n        form {\n            max-width: 600px;\n            margin: 30px auto 0;\n            background: var(--white);\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n        }\n\n        input, textarea {\n            width: 100%;\n            padding: 14px;\n            margin-bottom: 18px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            box-sizing: border-box;\n            font-size: 1rem;\n        }\n\n        button {\n            width: 100%;\n            padding: 16px;\n            background-color: var(--accent);\n            color: white;\n            border: none;\n            border-radius: 8px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background 0.3s, transform 0.1s;\n        }\n\n        button:hover {\n            background-color: #2980b9;\n        }\n\n        button:active {\n            transform: scale(0.98);\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .price-card.featured {\n                transform: scale(1);\n            }\n            h2 { font-size: 1.8rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"home-management-container\">\n    \n    <section id=\"home-management\">\n        <h2>Helping You Stay Safe &#038; Comfortable in Your Home<\/h2>\n        <p class=\"intro-text\">\n            We provide trusted home management services for homeowners who want peace of mind.\n            Whether you&#8217;re managing your own home or helping a loved one from afar, we make sure everything is safe, maintained, and running smoothly.\n        <\/p>\n    <\/section>\n\n    <section style=\"background: var(--bg-light);\">\n        <h2>Who This Is For<\/h2>\n        <ul class=\"who-list\">\n            <li>Homeowners who want help managing maintenance<\/li>\n            <li>Seniors who want to stay in their homes longer<\/li>\n            <li>Adult children caring for parents remotely<\/li>\n            <li>Busy homeowners who want a trusted local expert<\/li>\n        <\/ul>\n    <\/section>\n\n    <section>\n        <h2>What We Do<\/h2>\n        <div class=\"grid-container\">\n            <div class=\"card\">\n                <h3>Scheduled Visits<\/h3>\n                <p>We inspect your home regularly to catch small issues before they become expensive problems.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h3>Maintenance<\/h3>\n                <p>We schedule and oversee trusted contractors so you don\u2019t have to.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h3>Safety Checks<\/h3>\n                <p>We check smoke detectors, trip hazards, leaks, and more.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h3>Detailed Reports<\/h3>\n                <p>After every visit, you receive updates with notes and photos.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section>\n        <h2>Simple Monthly Pricing<\/h2>\n        <div class=\"pricing-table\">\n            \n            <div class=\"price-card\">\n                <div>\n                    <h3>Basic Plan<\/h3>\n                    <p>2 Visits Yearly<\/p>\n                <\/div>\n                <div class=\"price-value\">$49\/month<\/div>\n            <\/div>\n\n            <div class=\"price-card\">\n                <div>\n                    <h3>Standard Plan<\/h3>\n                    <p>Quarterly Visits<\/p>\n                <\/div>\n                <div class=\"price-value\">$99\/month<\/div>\n            <\/div>\n\n            <div class=\"price-card featured\">\n                <div>\n                    <h3>Premium Plan<\/h3>\n                    <p>Monthly Visits<\/p>\n                <\/div>\n                <div class=\"price-value\">$249\/month<\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n   \n    <\/section>\n<script src=\"https:\/\/js-na2.hsforms.net\/forms\/embed\/244174532.js\" defer><\/script>\n<div class=\"hs-form-frame\" data-region=\"na2\" data-form-id=\"28b83d16-98be-415a-a7b4-bc203935d08b\" data-portal-id=\"244174532\"><\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Home Management Services Helping You Stay Safe &#038; Comfortable in Your Home We provide trusted home management services for homeowners who want peace of mind. Whether you&#8217;re managing your own home or helping a loved one from afar, we make sure everything is safe, maintained, and running smoothly. Who This Is For Homeowners who want help managing maintenance Seniors who want to stay in their homes longer Adult children caring for parents remotely Busy homeowners who want a trusted local expert What We Do Scheduled Visits We inspect your home regularly to catch small issues before they become expensive problems&#8230;. <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-parts\/template-full-width.php","meta":{"saved_in_kubio":false,"footnotes":""},"class_list":["post-725","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_links":{"self":[{"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=725"}],"version-history":[{"count":5,"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/725\/revisions"}],"predecessor-version":[{"id":733,"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=\/wp\/v2\/pages\/725\/revisions\/733"}],"wp:attachment":[{"href":"https:\/\/newneighborsinc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}