Privacy Policy

Last Updated: March 2026

This Privacy Policy explains how we collect, use, and protect your personal information when you use our Property Listing Platform.

1. Information We Collect

2. How We Use Your Information

3. Sharing of Information

We display your name and phone number on property listings to allow potential buyers or tenants to contact you. We do not sell your personal information.

4. Data Security

We implement reasonable security measures including password encryption and secure server practices to protect your data.

5. Cookies

We may use cookies to improve user experience and analyze traffic.

6. Your Rights

You may request account deletion or correction of your personal information at any time.

7. Changes to Policy

We may update this Privacy Policy periodically. Continued use of the platform indicates acceptance.

8. Contact Us

If you have privacy concerns, please contact us through the platform.

Can you merge this code data.products.forEach(p=>{ const expired = p.is_expired; const card = document.createElement('div'); card.className = 'product-card large-card ' + (expired?'expired':''); const img = p.media?.[0]?.full_path || '/New_1_new/assets/no-image.png'; card.innerHTML = `

${p.product_name}

${p.town}, ${p.city}

${p.currency} ${p.price}

${expired?'Expired':''} `; if(!expired){ card.querySelector('.view-btn').onclick=()=>{ window.openModal(p); }; } townProductsGrid.appendChild(card); }); With this code for notifications.js