Contact page Custom HTML
<div class="contact-columns">
<div class="contact-text">
<h2>Contact Us</h2>
<p>Enter your contact information and message below:</p>
<form>
<!-- Your contact form fields go here -->
</form>
</div>
<div class="contact-image">
<img src="path/to/your/image.jpg" alt="Contact Image">
</div>
</div>
<div class="contact-text">
<h2>Contact Us</h2>
<p>Enter your contact information and message below:</p>
<form>
<!-- Your contact form fields go here -->
</form>
</div>
<div class="contact-image">
<img src="path/to/your/image.jpg" alt="Contact Image">
</div>
</div>