We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9e1ba commit 8735e7eCopy full SHA for 8735e7e
index.new.html
@@ -498,7 +498,7 @@ <h3 class="text-xl font-semibold mb-4">Connect With Us</h3>
498
const message = document.getElementById('message').value;
499
500
// This is a demo form - in a real implementation, you would send this data to a server
501
- alert(`The contact form is a demo feature only! Please send us an email using your email (${email}). We will get back to you soon at ${name}.`);
+ alert(`Thanks for contacting us, ${name}. But the contact form is a demo feature only! Please send us an email using your email ${email}`);
502
contactForm.reset();
503
});
504
</script>
0 commit comments