src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/product.html.twig line 1

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Industrial Software Products & Energy Control | 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> / Our products</div><div class="hero-grid"><div><span class="eyebrow ">Our products</span>
  7. <h1>Three products.<br>Start with one.</h1><p class="lead">Business and project management software. Solar and storage engineering software. Energy management and control. Choose one product, and connect more when it adds value.</p><div class="actions"><a class="btn" href="{{ path('honeybee_website_diagnostic') }}">Discuss my requirement <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>THREE PRODUCT AREAS</span><span>H / B</span></div><a class="diagram-layer" href="{{ path('honeybee_business_suite') }}"><b>01</b><div><strong>Business Suite</strong><span>Customers → projects → finance</span></div><span class="arrow" aria-hidden="true">→</span></a><a class="diagram-layer" href="{{ path('honeybee_honeywatt') }}"><b>02</b><div><strong>HoneyWatt</strong><span>Layout → engineering → output</span></div><span class="arrow" aria-hidden="true">→</span></a><a class="diagram-layer" href="{{ path('honeybee_website_page', {'page':'energy-operations'}) }}"><b>03</b><div><strong>Energy Operations</strong><span>BMS · EMS · Hybrid · HoneyCore</span></div><span class="arrow" aria-hidden="true">→</span></a><div class="artbottom"><span>WEB / MOBILE / EDGE</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 ">Start with a job to be done</span>
  11. <h2>Business. Engineering. Operations.</h2></div></div>
  12. <div class="cols3">
  13. <article class="product"><span class="number">01 / BUSINESS</span>
  14. <h3>Business & project management software</h3><p>Keep customers, quotations, procurement, projects, finance and service in a shared business context.</p><div class="tagline">Business Suite</div><div class="mini-flow"><span>Web</span><span>Nectar Beezness mobile</span></div><a class="textlink" href="{{ path('honeybee_business_suite') }}">Explore Business Suite ↗</a></article>
  15. <article class="product"><span class="number">02 / ENGINEERING</span>
  16. <h3>Solar & storage engineering software</h3><p>Work through solar, storage and electrical engineering, from layout to reviewed engineering output.</p><div class="tagline">HoneyWatt</div><div class="mini-flow"><span>Engineering workspace</span></div><a class="textlink" href="{{ path('honeybee_honeywatt') }}">Explore HoneyWatt ↗</a></article>
  17. <article class="product"><span class="number">03 / OPERATIONS</span>
  18. <h3>Energy management & control</h3><p>Bring supported building and energy systems into an operational picture defined around your site.</p><div class="tagline">Energy Operations</div><div class="mini-flow"><span>BMS</span><span>EMS</span><span>Hybrid</span><span>HoneyCore</span></div><a class="textlink" href="{{ path('honeybee_website_page', {'page':'energy-operations'}) }}">Explore Energy Operations ↗</a></article></div></div></section>
  19. <section class="section ">
  20. <div class="wrap">
  21. <div class="section-heading"><div><span class="eyebrow ">Access surfaces</span>
  22. <h2>Web where management works.<br>Mobile where people work.<br>Edge where the site operates.</h2></div></div><div class="access-line"><strong>WEB</strong><div>
  23. <h3>Management, engineering & analysis</h3><p>The business and engineering workspaces, with applicable operational views.</p></div></div><div class="access-line"><strong>MOBILE</strong><div>
  24. <h3>Selected workflows in the field</h3><p>Nectar Beezness for applicable Business Suite work. HoneyCore mobile for supported operational access.</p></div></div><div class="access-line"><strong>EDGE</strong><div>
  25. <h3>Industrial integration at the site</h3><p>HoneyCore connects supported field equipment and creates local operational context where commissioned.</p></div></div></div></section>
  26. <section class="section white">
  27. <div class="wrap">
  28. <div class="split"><div><span class="eyebrow ">Intelligence with boundaries</span>
  29. <h2>The core works.<br>Intelligence is optional.</h2><p>Deterministic workflows remain useful without an LLM. HiveMind and Agents add assistance where enabled, with review and approval for risk.</p></div><div><div class="featurelist"><div class="featureline"><b>01</b><div><h4>HiveMind</h4><p>Personal assistance within the user’s authority.</p></div></div><div class="featureline"><b>02</b><div><h4>Agents · governed automation</h4><p>Governed recurring work, with financial risk capped at draft and confirmation.</p></div></div></div><a class="textlink" href="{{ path('honeybee_agents') }}">Explore governed automation ↗</a></div></div></div></section>
  30. <section class="cta">
  31. <div class="wrap"><div>
  32. <h2>Where should HoneyBee start<br>in your operation?</h2><p>A business workflow. An engineering project. An operating site.</p></div><a class="btn dark" href="{{ path('honeybee_website_diagnostic') }}">Discuss my requirement <span aria-hidden="true">→</span></a></div></section>
  33. {% include '@HoneybeeWeb/website/footer.html.twig' %}