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

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. {% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
  3. {# WEB-3 §32 — /business-suite/project-management. ONE problem: project companies whose
  4.    margin leaks between quotation and collected cash. Primary CTA: Book Business Suite
  5.    Demo (same §28 CTA as the parent product page). #}
  6. {% set p = prices %}
  7. <div class="pp-wrap">
  8.     <div class="pp-hero">
  9.         <span class="kicker">Business Suite · Project Management</span>
  10.         <h1>Project management that ends at collected cash.</h1>
  11.         <p class="sub">Gantt charts end at "done". Projects end when the retention is released and
  12.             the money is in the bank. HoneyBee runs the whole thread — quotation, BoQ, procurement,
  13.             site execution, milestone billing, collection — from €{{ p.business.general }} per
  14.             user/month.</p>
  15.         <a class="pp-cta" href="#request">Book Business Suite Demo</a>
  16.     </div>
  17.     <div class="pp-sec">
  18.         <h2>Where project margin actually leaks</h2>
  19.         <div class="pp-grid c3">
  20.             <div class="pp-card"><h3>Between quote and BoQ</h3><p>The estimate promises one thing,
  21.                 site buys another, and nobody reconciles until the loss is booked.</p></div>
  22.             <div class="pp-card"><h3>Between site and office</h3><p>Work done but not billed;
  23.                 variations delivered but never claimed; materials issued but not costed.</p></div>
  24.             <div class="pp-card"><h3>Between invoice and cash</h3><p>Milestones invoiced late,
  25.                 retentions forgotten, follow-up dependent on whoever remembers.</p></div>
  26.         </div>
  27.     </div>
  28.     <div class="pp-sec">
  29.         <h2>The thread, connected</h2>
  30.         <div class="pp-steps">
  31.             <div class="pp-step"><div class="n">1</div><h4>Quote &amp; BoQ</h4><p>The quotation's BoQ
  32.                 is the project's BoQ — one document, not a copy.</p></div>
  33.             <div class="pp-step"><div class="n">2</div><h4>Procure</h4><p>Requisitions and POs draw
  34.                 from the BoQ; commitments count against the budget from day one.</p></div>
  35.             <div class="pp-step"><div class="n">3</div><h4>Execute</h4><p>Site progress, stock issues
  36.                 and manpower from the field — Beezeness mobile, not WhatsApp.</p></div>
  37.             <div class="pp-step"><div class="n">4</div><h4>Bill &amp; collect</h4><p>Milestones,
  38.                 retention and variations invoiced on time; receivables chased to the bank.</p></div>
  39.         </div>
  40.     </div>
  41.     <div class="pp-sec">
  42.         <h2>The number that matters</h2>
  43.         <p class="sec-sub">Per-project profitability — budget vs committed vs actual vs billed —
  44.             live during the project, while you can still act. Not in the post-mortem. And
  45.             <a href="{{ url('honeybee_hivemind') }}" style="color:var(--n-amber);font-weight:700;">HiveMind</a>
  46.             answers "where does this project stand?" in one question.</p>
  47.     </div>
  48.     <div class="pp-sec">
  49.         <h2>Built for project businesses</h2>
  50.         <div class="pp-grid c3">
  51.             <div class="pp-card"><h3>EPC &amp; solar</h3><p>Pairs with
  52.                 <a href="{{ url('honeybee_solution', {'slug': 'solar-epc'}) }}" style="color:var(--n-amber);font-weight:700;">HoneyWatt design and HoneyCore delivery</a>.</p></div>
  53.             <div class="pp-card"><h3>Construction &amp; fit-out</h3><p>BoQ-driven with retention and
  54.                 milestone certification flows.</p></div>
  55.             <div class="pp-card"><h3>Engineering services</h3><p>Deliverable-based billing with
  56.                 manpower cost against each job.</p></div>
  57.         </div>
  58.     </div>
  59.     <div class="pp-band" id="request">
  60.         <h2>Bring one live project to the demo.</h2>
  61.         <p>We rebuild it in front of you — quote to cash — and you judge the fit.</p>
  62.     </div>
  63.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  64.         'intent': 'demo', 'cta': 'Book Business Suite Demo',
  65.         'extras': [
  66.             {'name': 'primary_interest', 'label': 'Primary interest', 'options': ['Project management', 'Whole Business Suite', 'EPC flow with design', 'Whole ecosystem']},
  67.             {'name': 'company_size', 'label': 'Company size', 'options': ['1-10', '11-50', '51-250', '250+']}
  68.         ]
  69.     } only %}
  70. </div>
  71. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}