import"./hoisted.d0d9434e.js";document.getElementById("contactForm")?.addEventListener("submit",function(e){e.preventDefault();const t={name:document.getElementById("name").value,company:document.getElementById("company").value,email:document.getElementById("email").value,message:document.getElementById("message").value};fetch("https://zg8ypqix85.execute-api.us-east-2.amazonaws.com/default/send-email-python",{method:"POST",mode:"no-cors",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(t)}).then(n=>{n.json(),document.getElementById("contactForm").reset(),o()})});function o(){const e=document.getElementById("confirmationDiv");e&&(e.style.display="block")}
