fix: update privacy text on contact form

This commit is contained in:
John Loper II
2026-05-04 17:35:37 -04:00
parent 8738a7715b
commit 7b06c8a872
+1 -1
View File
@@ -353,7 +353,7 @@
</div>
<div class="contact-form-wrapper">
<form class="contact-form" id="contactForm" action="send-contact.php" method="POST">
<p class="form-note" style="text-align:left; font-style:italic;">Your information is 100% private. We'll never share or sell it to spammers.</p>
<p class="form-note" style="text-align:left; font-style:italic;">We value your privacy. Your information is only used to respond to your quote request and will never be shared with third parties.</p>
<div class="form-group">
<label for="name">Your Name *</label>
<input type="text" id="name" name="name" required placeholder="John Smith">