templates/website/page/contact-us.html.twig line 1
{% extends '@web/base.html.twig' %}{% block body %}<section class="section-services"><div class="custom-container"><div class="wrapper-navigation"><h1>{{ 'Contact Us'|trans }}</h1><ul><li><a href="{{ path('page_index') }}">{{ 'Home'|trans }}</a></li><li><span>{{ 'Contact Us'|trans }}</span></li></ul></div><div class="wrapper-contact"><div class="wrapper-contact-info"><span class="partner-eyebrow">{{ 'Get in touch'|trans }}</span><h2 class="wrapper-contact-title">{{ "We'd love to hear from you"|trans }}</h2><p class="wrapper-contact-lead">{{ 'Questions about a service, an upcoming event, or your printed Gazette? Reach out and our team will get back to you shortly.'|trans }}</p><div class="wrapper-icons"><div class="wrapper-icon-item"><div class="wrapper-icon"><svgxmlns="http://www.w3.org/2000/svg"width="20" height="20"viewBox="0 0 24 24"fill="#fff"><path d="M2 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H2zm0 2h20v.01L12 13 2 5.01V5zm0 3.2L9.6 12 2 16.8V8.2zm20 0v8.6L14.4 12 22 8.2z"/></svg></div><div class="wrapper-text"><h6 class="contact-item-name">{{ 'Email address'|trans }}</h6><a href="mailto:support@infinitemoment.life">support@infinitemoment.life</a></div></div><div class="wrapper-icon-item"><div class="wrapper-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="#fff"><path d="M6.6 10.8c1.6 3.2 4.4 6 7.6 7.6l2.6-2.6c.2-.2.6-.2.8 0 1 .4 2 .6 3 .6.4 0 .8.4.8.8v3.8c0 .4-.4.8-.8.8C12 22 2 12 2 3.8c0-.4.4-.8.8-.8H6.6c.4 0 .8.4.8.8 0 1 .2 2 .6 3 .2.2.2.6 0 .8l-2.6 2.4z"/></svg></div><div class="wrapper-text"><h6 class="contact-item-name">{{ 'Phone'|trans }}</h6><a href="tel:+14387382773">+1 438 738 2773</a></div></div></div><div class="wrapper-contact-social"><a href="https://www.instagram.com/infinite__moment__/" target="_blank" rel="noopener"><img src="{{ asset('images/instagram.png') }}" alt="Instagram"></a><a href="https://www.facebook.com/profile.php?id=61585138588383" target="_blank" rel="noopener"><img src="{{ asset('images/facebook.png') }}" alt="Facebook"></a><a href="https://wa.me/14387382773" target="_blank" rel="noopener"><img src="{{ asset('images/whatsapp.png') }}" alt="WhatsApp"></a></div></div><div class="wrapper-form"><h3>{{ 'Send us a message'|trans }}</h3><form action=""><div class="wrapper-input"><label for="name">{{ 'Name'|trans }}</label><input type="text" placeholder="{{ 'Your name'|trans }}" id="name"></div><div class="wrapper-input"><label for="email">{{ 'Email'|trans }}</label><input type="email" placeholder="{{ 'you@example.com'|trans }}" id="email"></div><div class="wrapper-input"><label for="comment">{{ 'Message'|trans }}</label><textarea placeholder="{{ 'How can we help?'|trans }}" id="comment" rows="4"></textarea></div><div class="wrapper-button"><button type="submit" class="main-button">{{ 'Submit request'|trans }}</button></div></form></div></div></div></section>{% endblock %}