File: /var/www/html/triad-cyber/wp-content/themes/triadcyber/page-contact-us.php
<?php /* Template Name: Contact Us Page */
get_header();
?>
<section class="sub-bnr contact">
<div class="container custom-container">
<div class="inner-banner">
<div class="bnr-left">
<h1 class="main-title">
Contact Us
</h1>
<div class="bnr-desc">
<p>Have questions about training, enrollment, or group programs? Want to bring cybersecurity expertise into your organization the right way?</p>
<p>We’re ready to connect. Whether you're an aspiring cyber pro or a business leader seeking workforce development, <b>Triad Cyber Academy</b> is here to guide you every step of the way. Drop us a line—we don’t just answer emails, we build partnerships.</p>
</div>
</div>
<div class="bnr-rt">
<img src="<?php echo get_template_directory_uri(); ?>/img/contact-bnr-img.png" alt="">
</div>
</div>
</div>
</section>
<section class="contact-form-sec">
<div class="container custom-container">
<div class="contact-sub-label text-center">
<div class="title">Contact Triad<span class="red-color"> Cyber Academy</span>
</div>
<p><span>Bad Actors don’t take a break, so Triad Cyber Academy will be your partner to ensure you are reliant against today’s threats.</span><br/>
Contact us at any time. We’ll respond within 24 hours.</p>
</div>
<?php echo do_shortcode('[wpforms id="58"]'); ?>
</div>
</section>
<?php get_footer(); ?>