src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/solutions/solar-epc.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 §4/§32 — buyer page: SOLAR EPC. One buyer, one problem, one page. The §4 combo:
  4.    Business Suite + HoneyWatt + HoneyCore 4.0 + AI. Primary CTA: Book a Demo (sales-led). #}
  5. {% set p = prices %}
  6. <div class="pp-wrap">
  7.     <div class="pp-hero">
  8.         <span class="kicker">For Solar EPC Companies</span>
  9.         <h1>One thread from first site visit to O&amp;M.</h1>
  10.         <p class="sub">Most EPCs run four disconnected tools: a design app, a spreadsheet ERP, a
  11.             monitoring portal and WhatsApp. Every handover between them loses margin. HoneyBee is
  12.             the version where they were never separate.</p>
  13.         <a class="pp-cta" href="#request">Book a Demo</a>
  14.     </div>
  15.     <div class="pp-sec">
  16.         <h2>The EPC week, before</h2>
  17.         <div class="pp-grid c3">
  18.             <div class="pp-card"><h3>Design ≠ quote</h3><p>The design lives in one tool, the BoQ in
  19.                 Excel, the quote in Word — three copies of the truth, all drifting.</p></div>
  20.             <div class="pp-card"><h3>Site ≠ office</h3><p>Progress photos in chat, materials in
  21.                 someone's head, billing milestones discovered late.</p></div>
  22.             <div class="pp-card"><h3>Handover ≠ revenue</h3><p>The plant is built, the monitoring is
  23.                 someone else's product, and O&amp;M income never gets systematized.</p></div>
  24.         </div>
  25.     </div>
  26.     <div class="pp-sec">
  27.         <h2>The connected flow</h2>
  28.         <div class="pp-steps">
  29.             <div class="pp-step"><div class="n">1</div><h4>Design — HoneyWatt</h4><p>Layout, stringing,
  30.                 yield and a priced proposal from the design itself. From free;
  31.                 detailed designs from €{{ p.honeywatt.detailed_100kwp }}/project.</p></div>
  32.             <div class="pp-step"><div class="n">2</div><h4>Deliver — Business Suite</h4><p>The winning
  33.                 design becomes the project: BoQ, procurement, site execution, milestone billing.
  34.                 From €{{ p.business.general }}/user/month.</p></div>
  35.             <div class="pp-step"><div class="n">3</div><h4>Operate — HoneyCore 4.0</h4><p>Ship the
  36.                 controller in your scope; monitoring and O&amp;M become recurring revenue, not a
  37.                 favour. Software from €{{ p.honeycore.hybrid_site_month }}/site/month.</p></div>
  38.             <div class="pp-step"><div class="n">4</div><h4>Automate — AI</h4><p>HiveMind answers,
  39.                 agents chase invoices and follow-ups — from €{{ p.agents.starter }}/month for the
  40.                 whole organization.</p></div>
  41.         </div>
  42.     </div>
  43.     <div class="pp-sec">
  44.         <h2>What that means commercially</h2>
  45.         <div class="pp-grid c3">
  46.             <div class="pp-card"><h3>Quote faster than competitors</h3><p>A priced, engineered
  47.                 proposal in the time others take to reply to the enquiry.</p></div>
  48.             <div class="pp-card"><h3>Margin visible per project</h3><p>Budget vs actual, procurement
  49.                 commitments and unbilled work in one view — before month-end, not after.</p></div>
  50.             <div class="pp-card"><h3>Recurring revenue after handover</h3><p>Every plant you build
  51.                 can carry your monitoring and O&amp;M contract — partner pricing on
  52.                 <a href="{{ url('honeybee_partners') }}" style="color:var(--n-amber);font-weight:700;">the hardware</a>.</p></div>
  53.         </div>
  54.     </div>
  55.     <div class="pp-band" id="request">
  56.         <h2>See the whole thread on one real project.</h2>
  57.         <p>Bring a current project — we walk it from design to billing in the demo.</p>
  58.     </div>
  59.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  60.         'intent': 'demo', 'cta': 'Book a Demo',
  61.         'extras': [
  62.             {'name': 'primary_interest', 'label': 'Primary interest', 'options': ['Whole EPC flow', 'HoneyWatt design', 'Business Suite', 'HoneyCore hardware', 'Partner program']},
  63.             {'name': 'company_size', 'label': 'Company size', 'options': ['1-10', '11-50', '51-250', '250+']}
  64.         ]
  65.     } only %}
  66. </div>
  67. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}