<%- include('../partials/Script'); %>

<body>
  
  <%- include('../partials/NavBar'); %>

  <!-- ======= Solution Section ======= -->
  <section id="solution">
    <div class="container hero-content">
        <div class="hero-text">
          <h3>CMMS For Manufacturing</h3>
          <h1>Simplify Manufacturing Maintenance Process.</h1>
          <p>Evantage will have you the ability to meet all of your production and safety goals, all while keeping your downtime costs to a minimum.</p>
          <a class="btnlearnmore" href="#wraph">Learn More</a>
        </div>
        <div class="bgimg">
            <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="Work Order Image">
        </div>
    </div>

    <%- include('../partials/Counter'); %>
  </section>
  <!-- ======= End Section Solution ======= -->

  <%- include('../partials/Clients'); %>

  <!-- ======= About Section ======= -->
  <section id="about">
    <div class="container">
      <h1 style="padding:20px">Manufacturing CMMS</h1>
    <div class="benefit-list">
      <div class="benefit-item">
        <div class="border">
          <h1>1.</h1>
          <h2>Reduced Downtime</h2>
          <p>Preventive maintenance and real-time monitoring reduce the risk of unexpected breakdowns. Minimizes unplanned downtime, keeping production running smoothly.</p>
        </div>
       </div>
      <div class="benefit-item">
        <div class="border">
          <h1>2.</h1>
          <h2>Improved Asset Longevity</h2>
          <p>Regular maintenance and timely repairs extend the lifespan of equipment. Maximizes return on investment (ROI) by keeping critical machinery in optimal condition.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>3.</h1>
          <h2>Increased Productivity</h2>
          <p>Streamlined workflows and faster issue resolution ensure manufacturing operations stay efficient. Maintenance staff spend less time managing tasks and more time on actual work.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>4.</h1>
          <h2>Cost Savings</h2>
          <p>Reduce emergency repair costs and extend the lifecycle of equipment. Better inventory control and part management lower costs associated with parts and tools.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>5.</h1>
          <h2>Enhanced Safety and Compliance</h2>
          <p>Regular maintenance helps prevent safety hazards due to faulty or aging equipment. Helps companies stay compliant with safety and environmental regulations.</p>
        </div>
      </div>
      <div class="benefit-item">
        <div class="border">
          <h1>6.</h1>
          <h2>Data-Driven Decisions</h2>
          <p>With access to detailed maintenance logs and analytics, manufacturers can make informed decisions about resource allocation, equipment replacement, and budget planning.</p>
      </div>
    </div>
  </div>

  <div class="container">
    <div class="industry-cmms">
        <div class="industry-text">
            <h1>Work Order Management</h1>
            <p>A CMMS allows for the creation, tracking, and closure of work orders. These work orders can be assigned to technicians and monitored through a centralized dashboard.</p>
            <div class="industry-text-container">
              <div class="industry-text-item">
                <i class="material-symbols-outlined">task_alt</i>
                <p><strong>Efficiency</strong><br> Streamlines the entire maintenance workflow by centralizing task management.</p>
              </div>
              <div class="industry-text-item">
                <i class="material-symbols-outlined">task_alt</i>
                <p><strong>Accountability</strong><br>Assigning specific tasks to technicians ensures clear responsibilities.</p>
              </div>
              <div class="industry-text-item">
                <i class="material-symbols-outlined">task_alt</i>
                <p><strong>Tracking</strong><br>Managers can track work order progress in real-time, improving transparency and communication.</p>
              </div>
            </div>
        </div>
        <div class="industry-img">
            <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
        </div>
    </div>
    <div class="industry-cmms">
        <div class="industry-img">
            <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
        </div>
        <div class="industry-text">
            <h1>Preventive Maintenance Scheduling</h1>
            <p>CMMS allows for the scheduling of preventive maintenance tasks based on time or usage intervals (e.g., daily, weekly, or after a certain number of production hours).</p>
        </div>
    </div>
    <div class="industry-cmms">
      <div class="industry-text">
          <h1>Inventory Management</h1>
          <p>Evantage CMMS able to integrates with inventory systems to monitor spare parts and consumables, helping to track stock levels and manage reordering automatically.</p>
      </div>
      <div class="industry-img">
          <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
      </div>
    </div>
    <div class="industry-cmms">
      <div class="industry-img">
          <img src="/views/assets/img/SolutionPage/cmms-Manufacture-01.png" alt="CMMS Image">
      </div>
      <div class="industry-text">
          <h1>Real-Time Data and Reporting</h1>
          <p>CMMS generates reports and dashboards that provide insights into maintenance activities, equipment performance, and cost analysis in real time.</p>
      </div>
  </div>
  </div>
  </section>
  <!-- End About Section -->

  <%- include('../partials/Footer'); %>
</body>

</html>