const phone = "66821607769";
const message = "Hello, I saw your Instagram and would like help choosing the right procedure and booking a time.";
const waUrl = "https://wa.me/" + phone + "?text=" + encodeURIComponent(message);
window.location.replace(waUrl);