File: /var/www/html/Siyum_old/wp-content/themes/siyum-old/page-programs.php
<?php /* Template Name: Programs Page */
get_header();
?>
<div class="coming-soon-wrap">
<div class="txt-border">
<span>PROGRAMS</span>
<span>COMING SOON</span>
</div>
<img src="<?php echo get_template_directory_uri(); ?>/img/coming-soon.png" alt="" class="main-img">
<div class="head">
<h2 class="title">Coming Soon</h2>
<p class="para">Get ready for an incredible lineup of programs designed just for you! Exciting opportunities,
engaging activities, and enriching experiences are on the horizon. Stay tuned for updates!</p>
</div>
<!-- <div class="form-outer-wrap">
<form action="" class="form-wrap">
<input type="text" placeholder="Enter Email ID" class="txt">
<div class="btn-wrap">
<a href="#" class="btn"><img src="<?php echo get_template_directory_uri(); ?>/img/msg.svg" alt="" class="img"><span>Contact Our Team</span></a>
</div>
</form>
</div> -->
</div>
<?php get_footer(); ?>