Current File : /home/quantums/alhidayamaintenance.com/wp-content/themes/eyecraftersny-child/page-contact.php |
<?php
/**
* The template name:contact page
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
get_header();
?>
<div id="page" class="single">
<section class="page-header">
<div class="container">
<h2 class="page-title"><?php the_title(); ?></h2>
</div>
</section>
<article class="article">
<div id="content_box">
<div class="container">
<div class="clearfix ct-template">
<div class="c6">
<?php the_field('contact_address'); ?>
<div class="gf_browser_unknown gform_wrapper" id="gform_wrapper_2">
<?php echo do_shortcode('[contact-form-7 id="86" title="Contact form 1"]'); ?>
</div>
</div>
<div class="c6">
<?php the_content(); ?>
<strong>Our Location</strong>
<iframe src="https://www.google.com/maps/embed?pb=!1m19!1m8!1m3!1d3603.9090123786473!2d55.5096513!3d25.4078561!3m2!1i1024!2i768!4f13.1!4m8!3e6!4m0!4m5!1s0x3ef5f7a505d7b9f7%3A0x347cebb111293531!2sBuilding%201045%20(Aamir%20Tower)%2037%20Sheikh%20Ammar%20Bin%20Humaid%20St%20Al%20Hamidiya%201%20-%20Ajman%20United%20Arab%20Emirates!3m2!1d25.4079014!2d55.509675099999995!5e0!3m2!1sen!2sin!4v1683293082309!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</article>
<!--< ?php get_sidebar(); ?>-->
</div>
<?php
get_footer();