File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ <h3 class="text-xl font-semibold mb-4">Connect With Us</h3>
442
442
</ div >
443
443
< p class ="text-gray-400 "> Subscribe to our newsletter for updates</ p >
444
444
< 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 ">
446
446
< button class ="bg-green-600 text-white px-4 py-2 rounded-r-lg hover:bg-green-700 transition duration-300 ">
447
447
< i class ="fa-solid fa-paper-plane "> </ i >
448
448
</ button >
@@ -498,7 +498,7 @@ <h3 class="text-xl font-semibold mb-4">Connect With Us</h3>
498
498
const message = document . getElementById ( 'message' ) . value ;
499
499
500
500
// 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 } .` ) ;
502
502
contactForm . reset ( ) ;
503
503
} ) ;
504
504
</ script >
You can’t perform that action at this time.
0 commit comments