!-- Contact Page -->
<div style="padding:60px 20px; max-width:800px; margin:auto; line-height:1.6; font-size:1.1em;">
<h1 style="text-align:center; margin-bottom:30px;">Contact TriggerRush</h1>
<p>Got questions, gear suggestions, or just want to talk paintball? We’d love to hear from you.
Fill out the form below and we’ll get back to you as soon as possible.</p>
<!-- Contact Form -->
<form action="#" method="post" style="margin-top:30px;">
<label for="name">Name:</label><br>
<input type="text" id="name" name="name" style="width:100%; padding:10px; margin-bottom:15px;"><br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="email" style="width:100%; padding:10px; margin-bottom:15px;"><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="6" style="width:100%; padding:10px; margin-bottom:15px;"></textarea><br>
<button type="submit" style="background:#e63946; color:#fff; padding:12px 25px; border:none; border-radius:5px; font-size:1em; cursor:pointer;">
Send Message
</button>
</form>
</div>
