{"id":20,"date":"2026-07-22T21:02:49","date_gmt":"2026-07-22T21:02:49","guid":{"rendered":"https:\/\/maryannhutton.com\/?page_id=20"},"modified":"2026-07-22T21:09:50","modified_gmt":"2026-07-22T21:09:50","slug":"20-2","status":"publish","type":"page","link":"https:\/\/maryannhutton.com\/","title":{"rendered":"Landing Page"},"content":{"rendered":"\n<style>\n    body {\n        margin: 0;\n        font-family: 'Playfair Display', serif;\n        background-color: #000;\n        color: #fff;\n    }\n\n    \/* HEADER *\/\n    .header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 25px 50px;\n        background-color: #000;\n        border-bottom: 1px solid #444;\n    }\n\n    .header-left img {\n        height: 180px;\n    }\n\n    .header-right {\n        flex: 1;\n        display: flex;\n        justify-content: flex-end;\n        gap: 30px;\n    }\n\n    .nav-btn {\n        background-color: #d4af37;\n        color: #000;\n        padding: 12px 30px;\n        font-size: 22px;\n        font-weight: bold;\n        border-radius: 6px;\n        text-decoration: none;\n        transition: 0.3s;\n        border: 2px solid #d4af37;\n    }\n\n    .nav-btn:hover {\n        background-color: #000;\n        color: #d4af37;\n        border-color: #d4af37;\n    }\n\n    \/* HERO *\/\n    .hero {\n        text-align: center;\n        padding: 120px 40px 100px;\n        background-color: #000;\n        border-bottom: 1px solid #333;\n    }\n    .hero h1 {\n        font-size: 60px;\n        color: #d4af37;\n        margin-bottom: 10px;\n    }\n    .hero h2 {\n        font-size: 26px;\n        color: #fff;\n        letter-spacing: 2px;\n        margin-bottom: 20px;\n    }\n    .hero p {\n        font-size: 20px;\n        max-width: 700px;\n        margin: 0 auto;\n        color: #ccc;\n    }\n\n    \/* ABOUT *\/\n    .about {\n        display: flex;\n        flex-wrap: wrap;\n        padding: 80px 40px;\n        background-color: #111;\n        border-bottom: 1px solid #333;\n    }\n    .about img {\n        width: 350px;\n        border-radius: 8px;\n        border: 3px solid #d4af37;\n        margin-right: 40px;\n\n        \/* ULTRA SHARP FILTER *\/\n        filter: brightness(1.18) contrast(1.25) saturate(1.12);\n        image-rendering: crisp-edges;\n        image-rendering: -webkit-optimize-contrast;\n    }\n    .about-text {\n        max-width: 600px;\n    }\n    .about-text h3 {\n        font-size: 36px;\n        color: #d4af37;\n        margin-bottom: 20px;\n    }\n    .about-text p {\n        font-size: 18px;\n        color: #ccc;\n        line-height: 1.6;\n    }\n\n    \/* SERVICES *\/\n    .services {\n        padding: 80px 40px;\n        background-color: #000;\n        border-bottom: 1px solid #333;\n        text-align: center;\n    }\n    .services h3 {\n        font-size: 40px;\n        color: #d4af37;\n        margin-bottom: 40px;\n    }\n    .service-box {\n        max-width: 900px;\n        margin: 0 auto;\n        font-size: 20px;\n        color: #ccc;\n        line-height: 1.8;\n    }\n\n    \/* CONTACT *\/\n    .contact {\n        padding: 80px 40px;\n        background-color: #111;\n        text-align: center;\n    }\n    .contact h3 {\n        font-size: 40px;\n        color: #d4af37;\n        margin-bottom: 20px;\n    }\n    .contact p {\n        font-size: 20px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    .contact a {\n        display: inline-block;\n        padding: 12px 30px;\n        background-color: #d4af37;\n        color: #000;\n        font-weight: bold;\n        text-decoration: none;\n        border-radius: 6px;\n        font-size: 20px;\n    }\n\n    \/* FOOTER *\/\n    .footer {\n        text-align: center;\n        padding: 40px;\n        background-color: #000;\n        color: #555;\n        font-size: 16px;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 768px) {\n        .header {\n            flex-direction: column;\n            text-align: center;\n        }\n        .header-right {\n            justify-content: center;\n            margin-top: 20px;\n        }\n        .about {\n            flex-direction: column;\n            text-align: center;\n        }\n        .about img {\n            margin: 0 auto 30px;\n        }\n    }\n<\/style>\n\n<!-- HEADER -->\n<div class=\"header\">\n    <div class=\"header-left\">\n        <img decoding=\"async\" src=\"https:\/\/maryannhutton.com\/wp-content\/uploads\/2026\/07\/Copilot_20260722_153437-300x200.png\" \n             alt=\"Mary Ann Hutton Logo\">\n    <\/div>\n\n    <div class=\"header-right\">\n        <a href=\"#appraiser\" class=\"nav-btn\">Appraiser<\/a>\n        <a href=\"#realtor\" class=\"nav-btn\">Realtor<\/a>\n    <\/div>\n<\/div>\n\n<!-- HERO -->\n<div class=\"hero\">\n    <h1>Mary Ann Hutton<\/h1>\n    <h2>Realtor &#038; Appraiser<\/h2>\n    <p>Luxury real estate guidance with precision, integrity, and a personal touch. Serving Marianna, Florida and the Florida Panhandle.<\/p>\n<\/div>\n\n<!-- ABOUT -->\n<div class=\"about\">\n    <img decoding=\"async\" src=\"https:\/\/maryannhutton.com\/wp-content\/uploads\/2026\/07\/cropped-DSC04728-scaled-1-300x300.jpg\" alt=\"Mary Ann Hutton\">\n    <div class=\"about-text\">\n        <h3>About Mary Ann<\/h3>\n        <p>\n            With years of experience in real estate and property appraisal, I provide clients with expert guidance, accurate valuations, and a seamless buying or selling experience. My mission is to deliver luxury\u2011level service with honesty, clarity, and confidence.\n        <\/p>\n    <\/div>\n<\/div>\n\n<!-- APPRAISER SERVICES -->\n<div class=\"services\" id=\"appraiser\">\n    <h3>Appraiser Services<\/h3>\n    <div class=\"service-box\">\n        <p>\u2022 Property Appraisals<\/p>\n        <p>\u2022 Market Value Analysis<\/p>\n        <p>\u2022 Estate &#038; Divorce Appraisals<\/p>\n        <p>\u2022 FHA &#038; Conventional Appraisals<\/p>\n    <\/div>\n<\/div>\n\n<!-- REALTOR SERVICES -->\n<div class=\"services\" id=\"realtor\">\n    <h3>Realtor Services<\/h3>\n    <div class=\"service-box\">\n        <p>\u2022 Real Estate Sales<\/p>\n        <p>\u2022 Buyer &#038; Seller Representation<\/p>\n        <p>\u2022 Luxury Home Marketing<\/p>\n        <p>\u2022 Market Strategy &#038; Negotiation<\/p>\n    <\/div>\n<\/div>\n\n<!-- CONTACT -->\n<div class=\"contact\">\n    <h3>Contact<\/h3>\n    <p>Ready to take the next step? I\u2019m here to help.<\/p>\n    <a href=\"mailto:YOUR-EMAIL-HERE\">Email Me<\/a>\n<\/div>\n\n<!-- FOOTER -->\n<div class=\"footer\">\n    \u00a9 2024 Mary Ann Hutton \u2014 Realtor &#038; Appraiser\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Appraiser Realtor Mary Ann Hutton Realtor &#038; Appraiser Luxury real estate guidance with precision, integrity, and a personal touch. Serving Marianna, Florida and the Florida Panhandle. About Mary Ann With years of experience in real estate and property appraisal, I provide clients with expert guidance, accurate valuations, and a seamless buying or selling experience. My [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ai_generated_summary":"","wpai_meta_description":"","footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maryannhutton.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20"}],"version-history":[{"count":3,"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/maryannhutton.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/maryannhutton.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}