A better way to boost productivity

You do not need another workflow client!

Image Description
              
                <!-- Hero Section -->
                <div class="container space-top-2 space-top-md-4 space-top-lg-3">
                  <div class="border-bottom">
                    <div class="w-lg-75 text-center mx-lg-auto">
                      <div class="mb-9">
                        <h1 class="display-4 font-size-md-down-5 font-weight-medium">A better way to boost productivity</h1>
                        <p>You do not need another workflow client!</p>
                      </div>

                      <!-- SVG Illustration -->
                      <figure id="SVGHero" class="svg-preloader ie-communicating-men">
                        <img class="js-svg-injector" src="../../assets/svg/illustrations/communicating-men.svg" alt="Image Description"
                             data-parent="#SVGHero">
                      </figure>
                      <!-- End SVG Illustration -->
                    </div>
                  </div>
                </div>
                <!-- End Hero Section -->
              
            
              
                <!-- JS Implementing Plugins -->
                <script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>

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

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