Deprecated: Optional parameter $limit declared before required parameter $order is implicitly treated as a required parameter in /home/u536844918/domains/danzelklassic.com/siteFiles/lib/boab/cms-bundle/src/Repository/ContentRepositoryInterface.php on line 33

Deprecated: Optional parameter $limit declared before required parameter $order is implicitly treated as a required parameter in /home/u536844918/domains/danzelklassic.com/siteFiles/lib/boab/cms-bundle/src/Repository/ContentRepository.php on line 316

Deprecated: Optional parameter $orderBy declared before required parameter $order is implicitly treated as a required parameter in /home/u536844918/domains/danzelklassic.com/siteFiles/lib/boab/cms-bundle/src/Repository/ContentRepository.php on line 316

Deprecated: Optional parameter $data declared before required parameter $page is implicitly treated as a required parameter in /home/u536844918/domains/danzelklassic.com/siteFiles/lib/boab/cms-bundle/src/Manager/ContentTypeManager.php on line 178
Symfony Profiler

templates/page/contact_us.html.twig line 1

Open in your IDE?
  1. {% extends 'page_header.html.twig' %}
  2. {% block page_header '' %}
  3. {% block body_class 'contact-us-page' %}
  4. {% block page_container %} 
  5.       <section class="section-box">
  6.         <div class="banner-hero banner-breadcrums">
  7.           <div class="container text-center">
  8.             <h1 class="text-heading-2 color-gray-1000 mb-20">Contact Us</h1>
  9.             <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>
  10.           </div>
  11.         </div>
  12.       </section>
  13.       <section class="section-box">
  14.         <div class="container mb-20 mt-140">
  15.           <div class="bdrd-58 box-gray-100 icon-wave">
  16.             <div class="row">
  17.               <div class="col-lg-12 mb-60"><span class="text-body-capitalized text-uppercase">Contact us</span>
  18.                 <h2 class="text-heading-3 color-gray-900 mt-10">Have a project in mind?</h2>
  19.                 <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>
  20.               </div>
  21.               <div class="col-lg-4 mb-40">
  22.                 <h4 class="text-heading-6 color-gray-900 icon-home mb-10 mt-10">Headquarters</h4>
  23.                 <p class="text-body-text color-gray-600">Dwenasi Kokokrom <br>Box 182, Sefwi Wiawso, Ghana</p>
  24.                 <p class="text-body-text color-gray-600">(239) 555-0108</p>
  25.                 <p class="text-body-text color-gray-600"><a href="#" class="__cf_email__" >info@danzelklassic.com</a></p>
  26.               </div>
  27.               <div class="col-lg-8">
  28.                 {{ render(controller('App\\Controller\\ContactController::contactAction')) }}
  29.               </div>
  30.             </div>
  31.           </div>
  32.         </div>
  33.       </section>
  34. {% endblock %}