{"id":180255,"date":"2025-10-05T16:21:03","date_gmt":"2025-10-05T16:21:03","guid":{"rendered":"https:\/\/enrg.realty\/tasha-barnes\/?page_id=180255"},"modified":"2026-03-29T13:37:48","modified_gmt":"2026-03-29T13:37:48","slug":"personal-brand-homepage","status":"publish","type":"page","link":"https:\/\/enrg.realty\/tasha-barnes\/","title":{"rendered":"Personal Brand Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"180255\" class=\"elementor elementor-180255\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4593c659 e-con-full e-flex e-con e-parent\" data-id=\"4593c659\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49d3d450 elementor-widget elementor-widget-html\" data-id=\"49d3d450\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>Tasha Barnes - ENRG Realty Agent<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .hero-section {\n            height: auto;\n            min-height: 100vh;\n            position: relative;\n            display: flex;\n            align-items: center;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            overflow: hidden;\n            padding: 120px 0;\n        }\n\n        \/* Video Background *\/\n        .hero-video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            z-index: 1;\n        }\n\n        \/* Clean Light Overlay *\/\n        .hero-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.3);\n            z-index: 2;\n        }\n\n        \/* Main Content Container *\/\n        .hero-container {\n            position: relative;\n            z-index: 3;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 40px;\n            width: 100%;\n        }\n\n        .hero-content {\n            display: grid;\n            grid-template-columns: 400px 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        \/* Agent Photo *\/\n        .agent-photo {\n            width: 400px;\n            height: 500px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);\n        }\n\n        .agent-photo img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* Agent Information *\/\n        .agent-info {\n            color: white;\n            text-align: center;\n        }\n\n        .agent-greeting {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: white;\n            margin-bottom: 16px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .agent-name {\n            font-size: 4rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 12px;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n        }\n\n        .agent-title {\n            font-size: 1.5rem;\n            font-weight: 400;\n            color: white;\n            margin-bottom: 20px;\n            letter-spacing: 0.02em;\n        }\n\n        .agent-description {\n            font-size: 1.2rem;\n            font-weight: 300;\n            color: white;\n            line-height: 1.6;\n            margin-bottom: 32px;\n            max-width: 550px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Specialties Strip *\/\n        .specialties-strip {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 8px;\n            margin-bottom: 28px;\n        }\n\n        .specialty-tag {\n            background: rgba(255, 255, 255, 0.15);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            color: white;\n            padding: 5px 14px;\n            border-radius: 20px;\n            font-size: 0.78rem;\n            font-weight: 500;\n            white-space: nowrap;\n            backdrop-filter: blur(8px);\n        }\n\n        \/* Social Links *\/\n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-bottom: 32px;\n        }\n\n        .social-link {\n            width: 44px;\n            height: 44px;\n            background: rgba(255, 255, 255, 0.2);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            text-decoration: none;\n            font-size: 16px;\n            transition: all 0.3s ease;\n        }\n\n        .social-link:hover {\n            background: rgba(255, 255, 255, 0.3);\n        }\n\n        \/* CTA Buttons *\/\n        .agent-actions {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n        }\n\n        .cta-button {\n            padding: 18px 36px;\n            font-size: 1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 4px;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 0.02em;\n        }\n\n        .cta-primary {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n\n        .cta-primary:hover {\n            background: white;\n            color: #1E005E;\n        }\n\n        .cta-primary:visited,\n        .cta-primary:focus,\n        .cta-primary:active {\n            color: white;\n        }\n\n        .cta-primary:hover:visited,\n        .cta-primary:hover:focus,\n        .cta-primary:hover:active {\n            color: #1E005E;\n        }\n\n        .cta-secondary {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n\n        .cta-secondary:hover {\n            background: white;\n            color: #1E005E;\n        }\n\n        .cta-secondary:visited,\n        .cta-secondary:focus,\n        .cta-secondary:active {\n            color: white;\n        }\n\n        .cta-secondary:hover:visited,\n        .cta-secondary:hover:focus,\n        .cta-secondary:hover:active {\n            color: #1E005E;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .hero-section { padding: 100px 0; }\n\n            .hero-content {\n                grid-template-columns: 1fr;\n                text-align: center;\n                gap: 40px;\n            }\n\n            .agent-photo {\n                margin: 0 auto;\n                width: 350px;\n                height: 450px;\n            }\n\n            .agent-description { max-width: none; }\n        }\n\n        @media (max-width: 768px) {\n            .hero-section { padding: 120px 0 80px 0; }\n            .hero-container { padding: 0 24px; }\n\n            .agent-name { font-size: 3rem; }\n            .agent-title { font-size: 1.3rem; }\n            .agent-description { font-size: 1.1rem; margin-bottom: 24px; }\n\n            .agent-photo {\n                width: 300px;\n                height: 380px;\n            }\n\n            .social-links { margin-bottom: 24px; }\n\n            .agent-actions {\n                flex-direction: column;\n                align-items: center;\n                gap: 16px;\n            }\n\n            .cta-button {\n                width: 250px;\n                text-align: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-section { padding: 100px 0 60px 0; }\n            .hero-container { padding: 0 20px; }\n\n            .agent-name { font-size: 2.5rem; }\n            .agent-description { font-size: 1rem; margin-bottom: 20px; }\n\n            .agent-photo {\n                width: 280px;\n                height: 360px;\n            }\n\n            .social-links { margin-bottom: 20px; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"hero-section\">\n        <!-- Background Video -->\n        <video autoplay muted loop playsinline class=\"hero-video\">\n            <source src=\"https:\/\/enrg.realty\/agent-test\/wp-content\/uploads\/sites\/2\/2025\/10\/Website-Content-1.mp4\" type=\"video\/mp4\">\n        <\/video>\n\n        <!-- Overlay -->\n        <div class=\"hero-overlay\"><\/div>\n\n        <!-- Main Content -->\n        <div class=\"hero-container\">\n            <div class=\"hero-content\">\n                <!-- Agent Photo -->\n                <div class=\"agent-photo\">\n                    <img decoding=\"async\" src=\"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png\" alt=\"Tasha Barnes - ENRG Realty Agent\">\n                <\/div>\n\n                <!-- Agent Information -->\n                <div class=\"agent-info\">\n                    <div class=\"agent-greeting\">Hello! Your Real Estate Expert<\/div>\n                    <h1 class=\"agent-name\">Tasha Barnes<\/h1>\n                    <div class=\"agent-title\">Realtor\u00ae | MBA<\/div>\n                    <p class=\"agent-description\">\n                        With 20+ years of executive financial experience, Tasha guides clients beyond the transaction\u2014helping you understand the numbers, evaluate opportunities, and build lasting wealth through real estate.\n                    <\/p>\n\n                    <div class=\"specialties-strip\">\n                        <span class=\"specialty-tag\">Real Estate Financial Strategy<\/span>\n                        <span class=\"specialty-tag\">Investment Analysis<\/span>\n                        <span class=\"specialty-tag\">Affordable Housing<\/span>\n                        <span class=\"specialty-tag\">First-Time Buyers<\/span>\n                        <span class=\"specialty-tag\">Homeownership Strategy<\/span>\n                    <\/div>\n\n                    <div class=\"social-links\">\n                        <a href=\"https:\/\/www.linkedin.com\/in\/tashabarnes\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\">\n                            <i class=\"fab fa-linkedin-in\"><\/i>\n                        <\/a>\n                        <a href=\"https:\/\/www.instagram.com\/tashasbarnes\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\">\n                            <i class=\"fab fa-instagram\"><\/i>\n                        <\/a>\n                        <a href=\"https:\/\/www.facebook.com\/tasha.barnes.157158\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\">\n                            <i class=\"fab fa-facebook-f\"><\/i>\n                        <\/a>\n                    <\/div>\n\n                    <div class=\"agent-actions\">\n                        <a href=\"https:\/\/enrg.realty\/tasha-barnes\/about-me\/\" class=\"cta-button cta-primary\">\n                            Work With Me\n                        <\/a>\n                        <a href=\"#RSSearch\" class=\"cta-button cta-secondary\">\n                            Search Properties\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-288ffc0a e-flex e-con-boxed e-con e-parent\" data-id=\"288ffc0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-113c0d1b elementor-widget elementor-widget-html\" data-id=\"113c0d1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>Agent Listings Showcase<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .listings-module {\n            background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);\n            padding: 80px 32px;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .listings-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n\n        .listings-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .listings-eyebrow {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #1E005E;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 16px;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.2s forwards;\n        }\n\n        .listings-title {\n            font-size: 3.2rem;\n            font-weight: 600;\n            color: #111111;\n            line-height: 1.1;\n            margin-bottom: 24px;\n            letter-spacing: -0.02em;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: slideInUp 0.8s ease 0.4s forwards;\n        }\n\n        .listings-description {\n            font-size: 1.125rem;\n            font-weight: 400;\n            color: #666666;\n            line-height: 1.6;\n            max-width: 650px;\n            margin: 0 auto;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.6s forwards;\n        }\n\n        .listings-widget-wrapper {\n            background: #FFFFFF;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(96, 33, 230, 0.08);\n            padding: 40px;\n            position: relative;\n            opacity: 0;\n            transform: translateY(40px);\n            animation: slideInUp 1s ease 0.8s forwards;\n            border: 1px solid rgba(96, 33, 230, 0.06);\n        }\n\n        \/* RealScout Listings Widget Styles *\/\n        realscout-your-listings {\n            width: 100%;\n            display: block;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n        }\n\n        \/* Background decorations *\/\n        .listings-module::before {\n            content: '';\n            position: absolute;\n            top: -15%;\n            right: -10%;\n            width: 350px;\n            height: 350px;\n            background: radial-gradient(circle, rgba(96, 33, 230, 0.04) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 10s ease-in-out infinite;\n        }\n\n        .listings-module::after {\n            content: '';\n            position: absolute;\n            bottom: -20%;\n            left: -15%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(255, 96, 57, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite reverse;\n        }\n\n        @keyframes slideInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-12px) rotate(1.5deg); }\n        }\n\n        \/* Mobile responsive *\/\n        @media (max-width: 768px) {\n            .listings-module {\n                padding: 60px 20px;\n            }\n\n            .listings-header {\n                margin-bottom: 40px;\n            }\n\n            .listings-title {\n                font-size: 2.5rem;\n            }\n\n            .listings-description {\n                font-size: 1rem;\n            }\n\n            .listings-widget-wrapper {\n                padding: 30px 20px;\n                border-radius: 16px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .listings-module {\n                padding: 60px 16px;\n            }\n\n            .listings-title {\n                font-size: 2rem;\n            }\n\n            .listings-description {\n                font-size: 0.95rem;\n            }\n\n            .listings-widget-wrapper {\n                padding: 24px 16px;\n                margin: 0 -8px;\n            }\n        }\n\n        \/* Hover effects *\/\n        .listings-widget-wrapper:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 25px 70px rgba(96, 33, 230, 0.12);\n            border-color: rgba(96, 33, 230, 0.1);\n            transition: all 0.3s ease;\n        }\n\n        \/* Custom styling for RealScout widget content *\/\n        .listings-widget-wrapper realscout-your-listings {\n            --primary-color: #1E005E;\n            --accent-color: #6021E6;\n            --text-color: #111111;\n            --light-text: #666666;\n            --border-color: #EEEEEE;\n            --hover-color: #F8F9FA;\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"listings-module\">\n        <div class=\"listings-container\">\n            <div class=\"listings-header\">\n                <div class=\"listings-eyebrow\">My Listings<\/div>\n                <h2 class=\"listings-title\">Current & Recent Properties<\/h2>\n                <p class=\"listings-description\">\n                    Explore my active listings and recently sold properties. See the quality of homes I represent and the results I deliver for my clients throughout the market.\n                <\/p>\n            <\/div>\n            \n            <div class=\"listings-widget-wrapper\">\n                <realscout-your-listings \n                    agent-encoded-id=\"QWdlbnQtMzA2MzI4\" \n                    sort-order=\"NEWEST\" \n                    listing-status=\"For Sale,In Contract,Sold\" \n                    property-types=\"SFR,MF,TC,LAL,MOBILE,OTHER\" \n                    include-co-listings \n                    include-seller-listings>\n                <\/realscout-your-listings>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88afc73 e-flex e-con-boxed e-con e-parent\" data-id=\"88afc73\" data-element_type=\"container\" data-e-type=\"container\" id=\"RSSearch\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db927e0 elementor-widget elementor-widget-html\" data-id=\"db927e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>ENRG Property Search<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .search-module {\n            background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);\n            padding: 80px 32px;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .search-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n            overflow: visible;\n        }\n\n        .search-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .search-eyebrow {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #1E005E;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 16px;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.2s forwards;\n        }\n\n        .search-title {\n            font-size: 3.5rem;\n            font-weight: 600;\n            color: #111111;\n            line-height: 1.1;\n            margin-bottom: 24px;\n            letter-spacing: -0.02em;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: slideInUp 0.8s ease 0.4s forwards;\n        }\n\n        .search-description {\n            font-size: 1.125rem;\n            font-weight: 400;\n            color: #666666;\n            line-height: 1.6;\n            max-width: 650px;\n            margin: 0 auto;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.6s forwards;\n        }\n\n        .search-widget-wrapper {\n            background: #FFFFFF;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(96, 33, 230, 0.08);\n            padding: 40px 40px 80px 40px;\n            position: relative;\n            opacity: 0;\n            transform: translateY(40px);\n            animation: slideInUp 1s ease 0.8s forwards;\n            overflow: visible;\n            z-index: 10;\n        }\n\n        \/* RealScout Widget Styles *\/\n        realscout-advanced-search {\n            width: 100%;\n            display: block;\n        }\n\n        \/* Background decorations *\/\n        .search-module::before {\n            content: '';\n            position: absolute;\n            top: -20%;\n            right: -15%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(96, 33, 230, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite;\n        }\n\n        .search-module::after {\n            content: '';\n            position: absolute;\n            bottom: -15%;\n            left: -10%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(255, 96, 57, 0.02) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 6s ease-in-out infinite reverse;\n        }\n\n\n\n        @keyframes slideInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-15px) rotate(1deg); }\n        }\n\n        \/* Mobile responsive *\/\n        @media (max-width: 768px) {\n            .search-module {\n                padding: 60px 20px 120px 20px;\n                overflow: visible;\n            }\n\n            .search-header {\n                margin-bottom: 40px;\n            }\n\n            .search-title {\n                font-size: 2.8rem;\n            }\n\n            .search-description {\n                font-size: 1rem;\n            }\n\n            .search-widget-wrapper {\n                padding: 30px 20px 100px 20px;\n                border-radius: 16px;\n                overflow: visible;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .search-module {\n                padding: 60px 16px 140px 16px;\n            }\n\n            .search-title {\n                font-size: 2.2rem;\n            }\n\n            .search-description {\n                font-size: 0.95rem;\n            }\n\n            .search-widget-wrapper {\n                padding: 24px 16px 120px 16px;\n                margin: 0 -8px;\n                overflow: visible;\n            }\n        }\n\n        \/* Hover effects *\/\n        .search-widget-wrapper:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 25px 70px rgba(96, 33, 230, 0.12);\n            transition: all 0.3s ease;\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"search-module\">\n        <div class=\"search-container\">\n            <div class=\"search-header\">\n                <div class=\"search-eyebrow\">Property Search<\/div>\n                <h2 class=\"search-title\">Find Your Perfect Home<\/h2>\n                <p class=\"search-description\">\n                    Start your journey to homeownership with our advanced search tools. Filter by location, price, features, and more to discover properties that match your unique needs and lifestyle.\n                <\/p>\n            <\/div>\n            \n            <div class=\"search-widget-wrapper\">\n                <realscout-advanced-search agent-encoded-id=\"QWdlbnQtMzA2MzI4\"><\/realscout-advanced-search>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-560c860 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"560c860\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e1cfd8d\" data-id=\"3e1cfd8d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-760ca390 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"760ca390\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Let's Talk<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dfe0243 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5dfe0243\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Make Your Move?\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-229689ca elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"229689ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Let&#8217;s discuss your real estate goals and create a plan to achieve them.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76b14089 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"76b14089\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/enrg.realty\/tasha-barnes\/about-me\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Connect With Me<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tasha Barnes &#8211; ENRG Realty Agent Hello! Your Real Estate Expert Tasha Barnes Realtor\u00ae | MBA With 20+ years of executive financial experience, Tasha guides clients beyond the transaction\u2014helping you understand the numbers, evaluate opportunities, and build lasting wealth through real estate. Real Estate Financial Strategy Investment Analysis Affordable Housing First-Time Buyers Homeownership Strategy Work [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"coauthors":[],"class_list":["post-180255","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Personal Brand Homepage - Tasha Barnes<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Personal Brand Homepage - Tasha Barnes\" \/>\n<meta property=\"og:description\" content=\"Tasha Barnes &#8211; ENRG Realty Agent Hello! Your Real Estate Expert Tasha Barnes Realtor\u00ae | MBA With 20+ years of executive financial experience, Tasha guides clients beyond the transaction\u2014helping you understand the numbers, evaluate opportunities, and build lasting wealth through real estate. Real Estate Financial Strategy Investment Analysis Affordable Housing First-Time Buyers Homeownership Strategy Work [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enrg.realty\/tasha-barnes\/\" \/>\n<meta property=\"og:site_name\" content=\"Tasha Barnes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-29T13:37:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Rivers Pearce\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\",\"name\":\"Personal Brand Homepage - Tasha Barnes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/wp-content\\\/uploads\\\/sites\\\/120\\\/2026\\\/03\\\/Tasha-Barnes.png\",\"datePublished\":\"2025-10-05T16:21:03+00:00\",\"dateModified\":\"2026-03-29T13:37:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/wp-content\\\/uploads\\\/sites\\\/120\\\/2026\\\/03\\\/Tasha-Barnes.png\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/wp-content\\\/uploads\\\/sites\\\/120\\\/2026\\\/03\\\/Tasha-Barnes.png\",\"width\":1486,\"height\":1400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Personal Brand Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#website\",\"url\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\",\"name\":\"ENRG Realty\",\"description\":\"ENRG Realty - Your Partner in Real Estate\",\"publisher\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#organization\",\"name\":\"ENRG Realty\",\"url\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/wp-content\\\/uploads\\\/sites\\\/120\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/wp-content\\\/uploads\\\/sites\\\/120\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"width\":924,\"height\":125,\"caption\":\"ENRG Realty\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/tasha-barnes\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Personal Brand Homepage - Tasha Barnes","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Personal Brand Homepage - Tasha Barnes","og_description":"Tasha Barnes &#8211; ENRG Realty Agent Hello! Your Real Estate Expert Tasha Barnes Realtor\u00ae | MBA With 20+ years of executive financial experience, Tasha guides clients beyond the transaction\u2014helping you understand the numbers, evaluate opportunities, and build lasting wealth through real estate. Real Estate Financial Strategy Investment Analysis Affordable Housing First-Time Buyers Homeownership Strategy Work [&hellip;]","og_url":"https:\/\/enrg.realty\/tasha-barnes\/","og_site_name":"Tasha Barnes","article_modified_time":"2026-03-29T13:37:48+00:00","og_image":[{"url":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute","Written by":"Rivers Pearce"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/enrg.realty\/tasha-barnes\/","url":"https:\/\/enrg.realty\/tasha-barnes\/","name":"Personal Brand Homepage - Tasha Barnes","isPartOf":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#primaryimage"},"image":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#primaryimage"},"thumbnailUrl":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png","datePublished":"2025-10-05T16:21:03+00:00","dateModified":"2026-03-29T13:37:48+00:00","breadcrumb":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enrg.realty\/tasha-barnes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/tasha-barnes\/#primaryimage","url":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png","contentUrl":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2026\/03\/Tasha-Barnes.png","width":1486,"height":1400},{"@type":"BreadcrumbList","@id":"https:\/\/enrg.realty\/tasha-barnes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enrg.realty\/tasha-barnes\/"},{"@type":"ListItem","position":2,"name":"Personal Brand Homepage"}]},{"@type":"WebSite","@id":"https:\/\/enrg.realty\/tasha-barnes\/#website","url":"https:\/\/enrg.realty\/tasha-barnes\/","name":"ENRG Realty","description":"ENRG Realty - Your Partner in Real Estate","publisher":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enrg.realty\/tasha-barnes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/enrg.realty\/tasha-barnes\/#organization","name":"ENRG Realty","url":"https:\/\/enrg.realty\/tasha-barnes\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/tasha-barnes\/#\/schema\/logo\/image\/","url":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2025\/05\/ENRG_Logo_1X-3.png","contentUrl":"https:\/\/enrg.realty\/tasha-barnes\/wp-content\/uploads\/sites\/120\/2025\/05\/ENRG_Logo_1X-3.png","width":924,"height":125,"caption":"ENRG Realty"},"image":{"@id":"https:\/\/enrg.realty\/tasha-barnes\/#\/schema\/logo\/image\/"}}]}},"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/pages\/180255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/comments?post=180255"}],"version-history":[{"count":0,"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/pages\/180255\/revisions"}],"wp:attachment":[{"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/media?parent=180255"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/enrg.realty\/tasha-barnes\/wp-json\/wp\/v2\/coauthors?post=180255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}