Inloggen

Home 6

What Our Users Say

Streamline Your Business

We’re full-service, local agents who know how to find people and home each together. We use online tools with an unmatched search capability to make you smarter and faster.

document.addEventListener('DOMContentLoaded', function() { // Selecteer alle Meks Smart Author avatars in de sidebar const avatars = document.querySelectorAll('.listing-sidebar img.avatar, .listing-sidebar img.sab-custom-avatar'); avatars.forEach(function(img) { // Verwijder inline width/height die full-width blokkeren img.removeAttribute('width'); img.removeAttribute('height'); // Forceer full-width via style img.style.width = '100%'; img.style.height = 'auto'; img.style.display = 'block'; img.style.float = 'none'; }); });