{% extends 'page_header.html.twig' %}
{% block page_header '' %}
{% block body_class 'contact-us-page' %}
{% block page_container %}
<section class="section-box">
<div class="banner-hero banner-breadcrums">
<div class="container text-center">
<h1 class="text-heading-2 color-gray-1000 mb-20">Contact Us</h1>
<p class="text-body-text color-gray-500">We are excited to hear from you and look forward to answering <br>any questions you may have about our services.</p>
</div>
</div>
</section>
<section class="section-box">
<div class="container mb-20 mt-140">
<div class="bdrd-58 box-gray-100 icon-wave">
<div class="row">
<div class="col-lg-12 mb-60"><span class="text-body-capitalized text-uppercase">Contact us</span>
<h2 class="text-heading-3 color-gray-900 mt-10">Have a project in mind?</h2>
<p class="text-body-text color-gray-600 mt-20">At our agency, we are committed to providing our clients with the highest level of support and service, and we are here to help you in any way we can.</p>
</div>
<div class="col-lg-4 mb-40">
<h4 class="text-heading-6 color-gray-900 icon-home mb-10 mt-10">Headquarters</h4>
<p class="text-body-text color-gray-600">Dwenasi Kokokrom <br>Box 182, Sefwi Wiawso, Ghana</p>
<p class="text-body-text color-gray-600">(239) 555-0108</p>
<p class="text-body-text color-gray-600"><a href="#" class="__cf_email__" >info@danzelklassic.com</a></p>
</div>
<div class="col-lg-8">
{{ render(controller('App\\Controller\\ContactController::contactAction')) }}
</div>
</div>
</div>
</div>
</section>
{% endblock %}