Client For:

REALTY

Services:

Real Estate

Mexico Realty Experts needed a website redesign to improve user experience and increase lead generation. Their previous site lacked modern design elements and was not optimized for conversions. The new design focuses on showcasing beachfront properties while making it easy for users to search and inquire.

Challenges:

  • Implementing an interactive property search feature
  • Enhancing the site鈥檚 visual appeal to attract high-end clients
  • Ensuring fast load times despite high-resolution property images
banner-shape-1
banner-shape-2
banner-shape-3
banner-shape-4
document.addEventListener("DOMContentLoaded", function () { document.body.addEventListener("click", function (event) { if (event.target.matches(".mcw-add-wishlist, .mcw-add-wishlist *") || event.target.matches(".mcw-wishlist-icon, .mcw-wishlist-icon *")) { setTimeout(function () { triggerSmartpushCampaign(); }, 3000); // Delay to ensure the item is added } }); function triggerSmartpushCampaign() { let subscriberUUID = localStorage.getItem("smartpush_uuid"); // Fetch subscriber ID if stored if (!subscriberUUID) return; // Exit if no subscriber ID fetch("https://app.smartpush.ai/api/v1/campaigns/cc7c5440-a41c-4f9e-96ff-0f692395c4c2/send", { method: "POST", headers: { "Content-Type": "application/json", "Authorization": "19e24314-6e5e-4bde-a5db-e60c9dda9800" // Replace with your actual secret key }, body: JSON.stringify({ app_uuid: "3a1b96b2-070a-4690-86b2-310889d316c4", // Replace with your actual App UUID subscribers: [subscriberUUID] // Send only to the current subscriber }) }) .then(response => response.json()) .then(data => console.log("Wishlist push notification sent:", data)) .catch(error => console.error("Error sending push:", error)); } });