{"id":3127,"date":"2023-10-10T16:15:44","date_gmt":"2023-10-10T15:15:44","guid":{"rendered":"https:\/\/www.mymxdata.com\/?page_id=3127"},"modified":"2025-09-28T23:29:31","modified_gmt":"2025-09-28T22:29:31","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.mymxdata.com\/en-us\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3127\" class=\"elementor elementor-3127\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb04410 e-flex e-con-boxed e-con e-parent\" data-id=\"eb04410\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6c85e5 elementor-widget elementor-widget-html\" data-id=\"e6c85e5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n    <style>\r\n\r\n        body {\r\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\r\n            background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 50%, #f0f8ff 100%);\r\n            min-height: 100vh;\r\n            overflow-x: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        \/* Animated background orbs *\/\r\n        .background-orbs {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            pointer-events: none;\r\n            z-index: -1;\r\n        }\r\n\r\n        .orb {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            opacity: 0.1;\r\n            animation: float 20s infinite linear;\r\n        }\r\n\r\n        .orb:nth-child(1) {\r\n            width: 200px;\r\n            height: 200px;\r\n            background: linear-gradient(135deg, #1e3a8a, #e91e63);\r\n            top: 10%;\r\n            left: 10%;\r\n            animation-duration: 25s;\r\n        }\r\n\r\n        .orb:nth-child(2) {\r\n            width: 150px;\r\n            height: 150px;\r\n            background: linear-gradient(135deg, #e91e63, #9c27b0);\r\n            top: 60%;\r\n            right: 10%;\r\n            animation-duration: 30s;\r\n            animation-direction: reverse;\r\n        }\r\n\r\n        .orb:nth-child(3) {\r\n            width: 100px;\r\n            height: 100px;\r\n            background: linear-gradient(135deg, #9c27b0, #1e3a8a);\r\n            bottom: 20%;\r\n            left: 20%;\r\n            animation-duration: 35s;\r\n        }\r\n\r\n        @keyframes float {\r\n            0% { transform: translate(0, 0) rotate(0deg); }\r\n            25% { transform: translate(50px, -30px) rotate(90deg); }\r\n            50% { transform: translate(-20px, -60px) rotate(180deg); }\r\n            75% { transform: translate(-40px, -20px) rotate(270deg); }\r\n            100% { transform: translate(0, 0) rotate(360deg); }\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 60px 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .header {\r\n            text-align: center;\r\n            margin-bottom: 80px;\r\n            animation: slideDown 1s ease-out;\r\n        }\r\n\r\n        @keyframes slideDown {\r\n            from { opacity: 0; transform: translateY(-50px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .header h1 {\r\n            font-size: clamp(2.5rem, 5vw, 4rem);\r\n            font-weight: 800;\r\n            background: linear-gradient(135deg, #1e3a8a, #e91e63);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            margin-bottom: 20px;\r\n            letter-spacing: -2px;\r\n        }\r\n\r\n        .header p {\r\n            font-size: 1.2rem;\r\n            color: #64748b;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 40px;\r\n            margin-bottom: 100px;\r\n        }\r\n\r\n        .contact-card {\r\n            background: rgba(255, 255, 255, 0.8);\r\n            backdrop-filter: blur(20px);\r\n            border-radius: 24px;\r\n            padding: 40px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border: 1px solid rgba(255, 255, 255, 0.3);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n            animation: slideUp 1s ease-out;\r\n            animation-fill-mode: both;\r\n        }\r\n\r\n        .contact-card:nth-child(1) { animation-delay: 0.2s; }\r\n        .contact-card:nth-child(2) { animation-delay: 0.4s; }\r\n        .contact-card:nth-child(3) { animation-delay: 0.6s; }\r\n\r\n        @keyframes slideUp {\r\n            from { opacity: 0; transform: translateY(50px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .contact-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 2px;\r\n            background: linear-gradient(90deg, transparent, #e91e63, transparent);\r\n            transition: left 0.6s ease;\r\n        }\r\n\r\n        .contact-card:hover::before {\r\n            left: 100%;\r\n        }\r\n\r\n        .contact-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 30px 60px rgba(30, 58, 138, 0.15);\r\n            border-color: rgba(233, 30, 99, 0.2);\r\n        }\r\n\r\n        .icon-wrapper {\r\n            width: 100px;\r\n            height: 100px;\r\n            margin: 0 auto 30px;\r\n            position: relative;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .icon-bg {\r\n            width: 100%;\r\n            height: 100%;\r\n            border-radius: 50%;\r\n            background: linear-gradient(135deg, #1e3a8a, #e91e63);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: all 0.4s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .icon-bg::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            width: 0;\r\n            height: 0;\r\n            background: rgba(255, 255, 255, 0.2);\r\n            border-radius: 50%;\r\n            transition: all 0.4s ease;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n\r\n        .contact-card:hover .icon-bg::before {\r\n            width: 120%;\r\n            height: 120%;\r\n        }\r\n\r\n        .contact-card:hover .icon-bg {\r\n            transform: rotate(360deg) scale(1.1);\r\n            box-shadow: 0 20px 40px rgba(233, 30, 99, 0.3);\r\n        }\r\n\r\n        .icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            fill: white;\r\n            z-index: 1;\r\n            position: relative;\r\n        }\r\n\r\n        .contact-title {\r\n            font-size: 1.8rem;\r\n            font-weight: 700;\r\n            color: #1e293b;\r\n            margin-bottom: 15px;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .contact-info {\r\n            font-size: 1.2rem;\r\n            font-weight: 600;\r\n            color: #e91e63;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n        }\r\n\r\n        .contact-info::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -5px;\r\n            left: 50%;\r\n            width: 0;\r\n            height: 2px;\r\n            background: linear-gradient(135deg, #e91e63, #9c27b0);\r\n            transition: all 0.3s ease;\r\n            transform: translateX(-50%);\r\n        }\r\n\r\n        .contact-info:hover::after {\r\n            width: 100%;\r\n        }\r\n\r\n        .contact-info:hover {\r\n            color: #9c27b0;\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .contact-description {\r\n            color: #64748b;\r\n            font-size: 1rem;\r\n            line-height: 1.6;\r\n            margin-top: 15px;\r\n        }\r\n\r\n        .reconnect-section {\r\n            background: rgba(255, 255, 255, 0.9);\r\n            backdrop-filter: blur(20px);\r\n            border-radius: 24px;\r\n            padding: 50px;\r\n            text-align: center;\r\n            margin-bottom: 80px;\r\n            border: 1px solid rgba(233, 30, 99, 0.1);\r\n            animation: slideUp 1s ease-out 0.8s both;\r\n        }\r\n\r\n        .reconnect-section h3 {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: #1e293b;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .reconnect-section p {\r\n            font-size: 1.1rem;\r\n            color: #64748b;\r\n            line-height: 1.6;\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .reconnect-section a {\r\n            color: #e91e63;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            position: relative;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .reconnect-section a:hover {\r\n            color: #9c27b0;\r\n        }\r\n\r\n        .social-section {\r\n            text-align: center;\r\n            animation: slideUp 1s ease-out 1s both;\r\n        }\r\n\r\n        .social-section h3 {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: #1e293b;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .social-links {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 30px;\r\n        }\r\n\r\n        .social-link {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: linear-gradient(135deg, #1e3a8a, #e91e63);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-decoration: none;\r\n            transition: all 0.4s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .social-link::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            width: 0;\r\n            height: 0;\r\n            background: rgba(255, 255, 255, 0.2);\r\n            border-radius: 50%;\r\n            transition: all 0.4s ease;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n\r\n        .social-link:hover::before {\r\n            width: 200%;\r\n            height: 200%;\r\n        }\r\n\r\n        .social-link:hover {\r\n            transform: translateY(-5px) scale(1.1);\r\n            box-shadow: 0 15px 30px rgba(233, 30, 99, 0.4);\r\n        }\r\n\r\n        .social-link svg {\r\n            width: 24px;\r\n            height: 24px;\r\n            fill: white;\r\n            z-index: 1;\r\n            position: relative;\r\n        }\r\n\r\n        \/* Interactive cursor effect *\/\r\n        .cursor-follower {\r\n            width: 20px;\r\n            height: 20px;\r\n            background: linear-gradient(135deg, #e91e63, #9c27b0);\r\n            border-radius: 50%;\r\n            position: fixed;\r\n            pointer-events: none;\r\n            z-index: 9999;\r\n            opacity: 0;\r\n            transition: all 0.1s ease;\r\n            mix-blend-mode: difference;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 40px 15px;\r\n            }\r\n\r\n            .contact-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .contact-card {\r\n                padding: 30px 25px;\r\n            }\r\n\r\n            .reconnect-section {\r\n                padding: 40px 25px;\r\n            }\r\n\r\n            .social-links {\r\n                gap: 20px;\r\n            }\r\n        }\r\n\r\n        \/* Live chat pulse animation *\/\r\n        .live-chat-pulse {\r\n            position: relative;\r\n        }\r\n\r\n        .live-chat-pulse::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            width: 100%;\r\n            height: 100%;\r\n            border: 2px solid #e91e63;\r\n            border-radius: 50%;\r\n            transform: translate(-50%, -50%);\r\n            animation: pulse 2s infinite;\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0% {\r\n                transform: translate(-50%, -50%) scale(1);\r\n                opacity: 1;\r\n            }\r\n            70% {\r\n                transform: translate(-50%, -50%) scale(1.4);\r\n                opacity: 0;\r\n            }\r\n            100% {\r\n                transform: translate(-50%, -50%) scale(1.4);\r\n                opacity: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"background-orbs\">\r\n        <div class=\"orb\"><\/div>\r\n        <div class=\"orb\"><\/div>\r\n        <div class=\"orb\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"cursor-follower\"><\/div>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"header\">\r\n            <h1>Contact Details<\/h1>\r\n            <p>Get in touch with our team. We're here to help you with all your data exchange needs and answer any questions you might have.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"contact-grid\">\r\n            <div class=\"contact-card\">\r\n                <div class=\"icon-wrapper\">\r\n                    <div class=\"icon-bg\">\r\n                        <svg class=\"icon\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.2c.27-.28.35-.67.24-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <h3 class=\"contact-title\">Call Us On<\/h3>\r\n                <a href=\"tel:+442476308500\" class=\"contact-info\">+44 (0) 2476 308 500<\/a>\r\n                <p class=\"contact-description\">Speak directly with our expert team for immediate assistance and personalized support.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"contact-card\">\r\n                <div class=\"icon-wrapper\">\r\n                    <div class=\"icon-bg\">\r\n                        <svg class=\"icon\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.53 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <h3 class=\"contact-title\">Email Us At<\/h3>\r\n                <a href=\"mailto:hello@majentasolutions.com\" class=\"contact-info\">hello@majentasolutions.com<\/a>\r\n                <p class=\"contact-description\">Send us a detailed message and we'll get back to you within 24 hours.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"contact-card\">\r\n                <div class=\"icon-wrapper live-chat-pulse\">\r\n                    <div class=\"icon-bg\">\r\n                        <svg class=\"icon\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <h3 class=\"contact-title\">Chat With Us<\/h3>\r\n                <div class=\"contact-info\">Live Chat Available<\/div>\r\n                <p class=\"contact-description\">Chat with us now using the pink popup at the bottom of the screen for instant support!<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"reconnect-section\">\r\n            <h3>Need to reconnect with an OEM?<\/h3>\r\n            <p>For any users that have been recommended MX by a customer or OEM, please navigate to our <a href=\"https:\/\/www.mymxdata.com\/en-us\/reconnect\/\">dedicated reconnection page<\/a> for seamless integration and setup assistance.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"social-section\">\r\n            <h3>Follow MX Data Exchange<\/h3>\r\n            <div class=\"social-links\">\r\n                <a href=\"https:\/\/x.com\/mymxdata\" class=\"social-link\" target=\"_blank\" rel=\"noopener\">\r\n                    <svg viewBox=\"0 0 512 512\">\r\n                        <path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"\/>\r\n                    <\/svg>\r\n                <\/a>\r\n                <a href=\"https:\/\/www.linkedin.com\/showcase\/mx-data-exchange\" class=\"social-link\" target=\"_blank\" rel=\"noopener\">\r\n                    <svg viewBox=\"0 0 448 512\">\r\n                        <path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"\/>\r\n                    <\/svg>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Cursor follower effect\r\n        const cursorFollower = document.querySelector('.cursor-follower');\r\n        let mouseX = 0, mouseY = 0;\r\n        let followerX = 0, followerY = 0;\r\n\r\n        document.addEventListener('mousemove', (e) => {\r\n            mouseX = e.clientX;\r\n            mouseY = e.clientY;\r\n            cursorFollower.style.opacity = '0.6';\r\n        });\r\n\r\n        document.addEventListener('mouseleave', () => {\r\n            cursorFollower.style.opacity = '0';\r\n        });\r\n\r\n        \/\/ Smooth cursor following animation\r\n        function animateCursor() {\r\n            followerX += (mouseX - followerX) * 0.1;\r\n            followerY += (mouseY - followerY) * 0.1;\r\n            \r\n            cursorFollower.style.left = followerX + 'px';\r\n            cursorFollower.style.top = followerY + 'px';\r\n            \r\n            requestAnimationFrame(animateCursor);\r\n        }\r\n        animateCursor();\r\n\r\n        \/\/ Enhanced hover effects for contact cards\r\n        document.querySelectorAll('.contact-card').forEach(card => {\r\n            card.addEventListener('mouseenter', () => {\r\n                card.style.transform = 'translateY(-15px) scale(1.02)';\r\n            });\r\n            \r\n            card.addEventListener('mouseleave', () => {\r\n                card.style.transform = 'translateY(0) scale(1)';\r\n            });\r\n        });\r\n\r\n        \/\/ Interactive icon rotation on hover\r\n        document.querySelectorAll('.icon-wrapper').forEach(wrapper => {\r\n            wrapper.addEventListener('click', () => {\r\n                const iconBg = wrapper.querySelector('.icon-bg');\r\n                iconBg.style.transform = 'rotate(720deg) scale(1.2)';\r\n                setTimeout(() => {\r\n                    iconBg.style.transform = 'rotate(0deg) scale(1)';\r\n                }, 600);\r\n            });\r\n        });\r\n\r\n        \/\/ Parallax effect for background orbs\r\n        document.addEventListener('mousemove', (e) => {\r\n            const orbs = document.querySelectorAll('.orb');\r\n            const x = e.clientX \/ window.innerWidth;\r\n            const y = e.clientY \/ window.innerHeight;\r\n            \r\n            orbs.forEach((orb, index) => {\r\n                const speed = (index + 1) * 0.5;\r\n                const xOffset = (x - 0.5) * speed * 50;\r\n                const yOffset = (y - 0.5) * speed * 50;\r\n                orb.style.transform += ` translate(${xOffset}px, ${yOffset}px)`;\r\n            });\r\n        });\r\n    <\/script>\r\n\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Details Get in touch with our team. We&#8217;re here to help you with all your data exchange needs and answer any questions you might have. Call Us On +44 (0) 2476 308 500 Speak directly with our expert team for immediate assistance and personalized support. Email Us At hello@majentasolutions.com Send us a detailed message [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3127","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/3127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/comments?post=3127"}],"version-history":[{"count":7,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/3127\/revisions"}],"predecessor-version":[{"id":11023,"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/pages\/3127\/revisions\/11023"}],"wp:attachment":[{"href":"https:\/\/www.mymxdata.com\/en-us\/wp-json\/wp\/v2\/media?parent=3127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}