{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-3 §4/§32 — buyer page: SOLAR EPC. One buyer, one problem, one page. The §4 combo:
Business Suite + HoneyWatt + HoneyCore 4.0 + AI. Primary CTA: Book a Demo (sales-led). #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">For Solar EPC Companies</span>
<h1>One thread from first site visit to O&M.</h1>
<p class="sub">Most EPCs run four disconnected tools: a design app, a spreadsheet ERP, a
monitoring portal and WhatsApp. Every handover between them loses margin. HoneyBee is
the version where they were never separate.</p>
<a class="pp-cta" href="#request">Book a Demo</a>
</div>
<div class="pp-sec">
<h2>The EPC week, before</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Design ≠ quote</h3><p>The design lives in one tool, the BoQ in
Excel, the quote in Word — three copies of the truth, all drifting.</p></div>
<div class="pp-card"><h3>Site ≠ office</h3><p>Progress photos in chat, materials in
someone's head, billing milestones discovered late.</p></div>
<div class="pp-card"><h3>Handover ≠ revenue</h3><p>The plant is built, the monitoring is
someone else's product, and O&M income never gets systematized.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>The connected flow</h2>
<div class="pp-steps">
<div class="pp-step"><div class="n">1</div><h4>Design — HoneyWatt</h4><p>Layout, stringing,
yield and a priced proposal from the design itself. From free;
detailed designs from €{{ p.honeywatt.detailed_100kwp }}/project.</p></div>
<div class="pp-step"><div class="n">2</div><h4>Deliver — Business Suite</h4><p>The winning
design becomes the project: BoQ, procurement, site execution, milestone billing.
From €{{ p.business.general }}/user/month.</p></div>
<div class="pp-step"><div class="n">3</div><h4>Operate — HoneyCore 4.0</h4><p>Ship the
controller in your scope; monitoring and O&M become recurring revenue, not a
favour. Software from €{{ p.honeycore.hybrid_site_month }}/site/month.</p></div>
<div class="pp-step"><div class="n">4</div><h4>Automate — AI</h4><p>HiveMind answers,
agents chase invoices and follow-ups — from €{{ p.agents.starter }}/month for the
whole organization.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>What that means commercially</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Quote faster than competitors</h3><p>A priced, engineered
proposal in the time others take to reply to the enquiry.</p></div>
<div class="pp-card"><h3>Margin visible per project</h3><p>Budget vs actual, procurement
commitments and unbilled work in one view — before month-end, not after.</p></div>
<div class="pp-card"><h3>Recurring revenue after handover</h3><p>Every plant you build
can carry your monitoring and O&M contract — partner pricing on
<a href="{{ url('honeybee_partners') }}" style="color:var(--n-amber);font-weight:700;">the hardware</a>.</p></div>
</div>
</div>
<div class="pp-band" id="request">
<h2>See the whole thread on one real project.</h2>
<p>Bring a current project — we walk it from design to billing in the demo.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'demo', 'cta': 'Book a Demo',
'extras': [
{'name': 'primary_interest', 'label': 'Primary interest', 'options': ['Whole EPC flow', 'HoneyWatt design', 'Business Suite', 'HoneyCore hardware', 'Partner program']},
{'name': 'company_size', 'label': 'Company size', 'options': ['1-10', '11-50', '51-250', '250+']}
]
} only %}
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}