How can Front assistants help you?

We'd love to talk about how we can help you.

SVG Illustration
Image Description
              
                <!-- Hero Section -->
                <div id="SVGhireUsBg" class="svg-preloader position-relative gradient-half-primary-v1">
                  <div class="container space-2">
                    <div class="row justify-content-lg-between align-items-center">
                      <div class="col-md-6 col-lg-5">
                        <h1 class="display-4 font-size-md-down-5 text-white mb-4"><strong>How can Front assistants <span class="text-warning">help</span> you?</strong></h1>
                        <p class="lead text-white-70">We'd love to talk about how we can help you.</p>
                      </div>
                      <div class="col-md-6">
                        <img class="js-svg-injector" src="../../assets/svg/flat-icons/contact-us.svg" alt="SVG Illustration"
                             data-parent="#SVGhireUsBg">
                      </div>
                    </div>
                  </div>

                  <!-- SVG Background -->
                  <figure class="position-absolute right-0 bottom-0 left-0">
                    <img class="js-svg-injector" src="../../assets/svg/components/wave-1-bottom-sm.svg" alt="Image Description"
                         data-parent="#SVGhireUsBg">
                  </figure>
                  <!-- End SVG Background Section -->
                </div>
                <!-- End Hero Section -->
              
            
              
                <!-- JS Implementing Plugins -->
                <script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>

                <!-- JS Implementing Plugins -->
                <script src="../../assets/js/components/hs.svg-injector.js"></script>

                <!-- JS Plugins Init. -->
                <script>
                  $(document).on('ready', function () {
                    // initialization of svg injector module
                    $.HSCore.components.HSSVGIngector.init('.js-svg-injector');
                  });
                </script>