src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/implementation.html.twig line 25

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Start small. Make the handover count. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap"><div class="breadcrumb"><a class="" href="{{ path('dashboard') }}">Home</a> / Implementation</div><div class="hero-grid"><div><span class="eyebrow ">Implementation</span>
  7. <h1>Start small.<br>Make the handover count.</h1><p class="lead">A rollout should leave your team with a usable workflow, clear responsibilities and an agreed way to confirm that it works.</p><div class="actions"><a class="btn" href="{{ path('honeybee_contact', {'interest':'Implementation'}) }}">Discuss a rollout <span aria-hidden="true">↗</span></a><a class="textlink" href="{{ path('honeybee_pricing') }}">How it is priced →</a></div></div><div class="hero-art"><div class="arttop"><span>BUSINESS WORKFLOW</span><span>H / B</span></div><div class="diagram-layer"><b>01</b><div><strong>Win the work</strong><span>Lead → proposal → review</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="diagram-layer"><b>02</b><div><strong>Deliver the project</strong><span>Procurement → execution → handover</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="diagram-layer"><b>03</b><div><strong>Close the loop</strong><span>Finance → service → records</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="artbottom"><span>ONE PROJECT. SHARED CONTEXT.</span><strong>↔</strong></div><p class="network-note">Conceptual workflow · not a product screenshot</p></div></div></div></section>
  8. <section class="section white">
  9. <div class="wrap">
  10. <div class="section-heading"><div><span class="eyebrow ">From fit to handover</span>
  11. <h2>Six steps. A clear acceptance point.</h2></div></div><div class="steps"><div class="step"><b>01 →</b><h4>Discover</h4><p>Work through a real requirement</p></div><div class="step"><b>02 →</b><h4>Scope</h4><p>Agree the first use case</p></div><div class="step"><b>03 →</b><h4>Configure</h4><p>Prepare the supported workflow</p></div><div class="step"><b>04 →</b><h4>Validate</h4><p>Check it with the team</p></div><div class="step"><b>05 →</b><h4>Train</h4><p>Practice the everyday tasks</p></div><div class="step"><b>06 </b><h4>Handover</h4><p>Record responsibilities</p></div></div></div></section>
  12. <section class="section ">
  13. <div class="wrap">
  14. <div class="split"><div><span class="eyebrow ">Different deployment needs</span>
  15. <h2>A business rollout<br>and a site deployment<br>need different work.</h2><p>Data setup and user training are different from equipment integration and commissioning. The proposal should show each workstream clearly.</p></div><div class="timeline"><div>
  16. <h3>Business Suite</h3><p>Users, opening data, roles, approvals and an end-to-end workflow review.</p></div><div>
  17. <h3>HoneyWatt</h3><p>Project context, engineering conventions and review of intended outputs.</p></div><div>
  18. <h3>Energy Operations</h3><p>Site survey, supported interfaces, installation responsibilities and commissioned acceptance.</p></div></div></div></div></section>
  19. <section class="cta">
  20. <div class="wrap"><div>
  21. <h2>Define your first useful rollout.</h2><p>Bring a workflow, a project or a site.</p></div><a class="btn dark" href="{{ path('honeybee_contact', {'interest':'Implementation'}) }}">Discuss implementation <span aria-hidden="true">↗</span></a></div></section>
  22. <section class="section">
  23. <div class="wrap">
  24. <h2>Review the included rollout.</h2><p>Current public plan terms describe {{ p.erp.rollout_days_free }} working days, up to {{ p.erp.rollout_hours_max }} hours of specialist setup. Confirm your agreed scope; site engineering and commissioning are separate.</p></div></section>
  25. {% include '@HoneybeeWeb/website/footer.html.twig' %}