Skip to content

Commit 0f9e1ba

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.new.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h3 class="text-xl font-semibold mb-4">Connect With Us</h3>
442442
</div>
443443
<p class="text-gray-400">Subscribe to our newsletter for updates</p>
444444
<div class="mt-2 flex">
445-
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none flex-grow">
445+
<input type="email" placeholder="Your email" class="px-4 py-2 text-gray-700 rounded-l-lg focus:outline-none flex-grow">
446446
<button class="bg-green-600 text-white px-4 py-2 rounded-r-lg hover:bg-green-700 transition duration-300">
447447
<i class="fa-solid fa-paper-plane"></i>
448448
</button>
@@ -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(`Thank you for your message, ${name}! We will get back to you soon at ${email}.`);
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}.`);
502502
contactForm.reset();
503503
});
504504
</script>

0 commit comments

Comments
 (0)