Your search results

Contact Us

We’re here to help.

Get in touch with our team for property inquiries, consultations, or any real estate assistance in Abu Dhabi.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Compare Listings

document.addEventListener("DOMContentLoaded", function () { const agents = document.querySelectorAll('.agent_unit'); agents.forEach(function(agent) { // Remove the data-link attribute agent.removeAttribute('data-link'); // Prevent clicks inside the agent unit from triggering any existing JS agent.addEventListener('click', function(e) { e.stopPropagation(); e.preventDefault(); }); // Also disable the anchor tag inside h4 (name link) const nameLink = agent.querySelector('h4 a'); if (nameLink) { const span = document.createElement('span'); span.innerText = nameLink.innerText; nameLink.parentNode.replaceChild(span, nameLink); } }); });