Skip to content

Commit 8735e7e

Browse files
Update index.new.html
1 parent 0f9e1ba commit 8735e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h3 class="text-xl font-semibold mb-4">Connect With Us</h3>
498498
const message = document.getElementById('message').value;
499499

500500
// 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}.`);
501+
alert(`Thanks for contacting us, ${name}. But the contact form is a demo feature only! Please send us an email using your email ${email}`);
502502
contactForm.reset();
503503
});
504504
</script>

0 commit comments

Comments
 (0)