{% extends 'front/base.html.twig' %}
{% block title %}Hello MainController!{% endblock %}
{% block body %}
{% include 'contact/overlay.html.twig' %}
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x text-light">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
</div>
{{ include('contact/info.html.twig') }}
<section class="pt-8 pt-md-11 pb-8 pb-md-7 ">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h2 class="fw-bold">
Let us hear from you directly!
</h2>
<!-- Text -->
<p class="fs-lg text-muted mb-7 mb-md-9">
We always want to hear from you! Let us know how we can best help you and we'll do our very best.
</p>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center shadow p-3">
{{ include('contact/_form.html.twig') }}
</div>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x text-gray-200">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
</div>
{% endblock %}