Properties For Rent In Lebanon

264 Properties
Sort by:
Back to top

Compare listings

Compare
Search
Other Features
const contactButtons = [ { href: 'tel:+96171559172', iconClass: 'houzez-icon icon-phone', text: 'Call Us' }, { href: 'mailto:support@lebanon-rental.com', iconClass: 'houzez-icon icon-envelope', text: 'Send Mail' } ]; const formElement = document.querySelector('#mobile-property-form form'); contactButtons.forEach(button => { const btnElement = document.createElement('a'); btnElement.href = button.href; btnElement.target = '_blank'; btnElement.className = 'btn btn-secondary-outlined hz-btn-whatsapp btn-full-width mt-10 my-2'; btnElement.innerHTML = ` ${button.text}`; formElement.appendChild(btnElement); });