src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/partners.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-2 §25 — /partners, rewritten to the Conversion Spec. THE WALL applies hardest here:
  4.    partner pricing is a BENEFIT we name, never a FIGURE we print — no wholesale numbers on
  5.    any public surface. ONE primary CTA (§28): Apply to Become a HoneyBee Partner. #}
  6. <div class="pp-wrap">
  7.     <div class="pp-hero">
  8.         <span class="kicker">Partner Program</span>
  9.         <h1>Build HoneyCore into your projects.</h1>
  10.         <p class="sub">For EPCs, system integrators and engineering firms who want industrial energy
  11.             intelligence inside their own scope — with pricing, protection and support built for
  12.             companies that deliver projects, not one-off purchases.</p>
  13.         <a class="pp-cta" href="#request">Apply to Become a HoneyBee Partner</a>
  14.     </div>
  15.     <div class="pp-sec">
  16.         <h2>What authorized partners get</h2>
  17.         <div class="pp-grid c3">
  18.             <div class="pp-card"><h3>Partner pricing</h3><p>Dedicated EPC / system-integrator pricing
  19.                 on HoneyCore 4.0 hardware and subscriptions — shared after authorization, applied to
  20.                 every registered deal.</p></div>
  21.             <div class="pp-card"><h3>Deal registration</h3><p>Register an opportunity and it's yours —
  22.                 registered deals are protected from channel conflict, including from us.</p></div>
  23.             <div class="pp-card"><h3>Training &amp; certification</h3><p>Engineering and commissioning
  24.                 training so your team deploys HoneyCore without waiting on ours.</p></div>
  25.             <div class="pp-card"><h3>Deployment support</h3><p>Remote commissioning support on your
  26.                 first sites, escalation access after that.</p></div>
  27.             <div class="pp-card"><h3>Joint engineering</h3><p>Complex hybrid or multi-site designs
  28.                 worked jointly — your site knowledge, our platform depth.</p></div>
  29.             <div class="pp-card"><h3>The whole ecosystem</h3><p>Partners can also deliver HoneyWatt
  30.                 design services and HoneyBee Business Suite rollouts to their customers.</p></div>
  31.         </div>
  32.     </div>
  33.     {# WEB-2.1 (audit: "the page needs Deal Registration & Opportunity Protection, very
  34.        clearly") — the promise existed as one card; for an EPC weighing channel risk it is
  35.        THE trust trigger, so it gets its own section with the mechanism spelled out. #}
  36.     <div class="pp-sec" id="deal-registration">
  37.         <h2>Deal registration &amp; opportunity protection</h2>
  38.         <p style="max-width:720px;margin:0 0 18px;color:var(--n-muted,#6B6E7F)">You do the market
  39.             work — the opportunity is yours. Registration is how we make that enforceable
  40.             instead of a handshake.</p>
  41.         <div class="pp-steps">
  42.             <div class="pp-step"><div class="n">1</div><h4>Bring an opportunity</h4><p>You identify a
  43.                 project or customer and submit a registration — company, site, scope.</p></div>
  44.             <div class="pp-step"><div class="n">2</div><h4>We approve it</h4><p>Registrations are
  45.                 reviewed against existing registrations and direct engagements — first
  46.                 legitimate registration wins.</p></div>
  47.             <div class="pp-step"><div class="n">3</div><h4>The deal is protected</h4><p>An approved
  48.                 registration is protected from channel conflict for its protection period —
  49.                 HoneyBee does not intentionally undercut a registered partner on their protected
  50.                 opportunity, including with our own direct sales.</p></div>
  51.         </div>
  52.     </div>
  53.     <div class="pp-sec">
  54.         <h2>Who we're looking for</h2>
  55.         <div class="pp-grid c3">
  56.             <div class="pp-card"><h3>Solar &amp; hybrid EPCs</h3><p>Building C&amp;I PV, solar-diesel
  57.                 and storage projects that need real control and monitoring in scope.</p></div>
  58.             <div class="pp-card"><h3>System integrators</h3><p>Electrical and automation firms adding
  59.                 energy intelligence to industrial and building projects.</p></div>
  60.             <div class="pp-card"><h3>Regional resellers</h3><p>Companies with the market presence to
  61.                 carry HoneyCore into territories we haven't reached ourselves.</p></div>
  62.         </div>
  63.     </div>
  64.     <div class="pp-sec">
  65.         <h2>How it works</h2>
  66.         <div class="pp-steps">
  67.             <div class="pp-step"><div class="n">1</div><h4>Apply</h4><p>The form below — your company,
  68.                 experience and technology focus.</p></div>
  69.             <div class="pp-step"><div class="n">2</div><h4>Qualify</h4><p>A technical conversation, not
  70.                 a paywall — we authorize partners who can deliver.</p></div>
  71.             <div class="pp-step"><div class="n">3</div><h4>Build</h4><p>Partner pricing, training and
  72.                 your first registered deal — supported end to end.</p></div>
  73.         </div>
  74.     </div>
  75.     <div class="pp-band" id="request">
  76.         <h2>Apply to the partner program.</h2>
  77.         <p>Tell us what you build — we reply with the partner terms and next steps.</p>
  78.     </div>
  79.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  80.         'intent': 'partner', 'cta': 'Apply to Become a HoneyBee Partner',
  81.         'extras': [
  82.             {'name': 'website', 'label': 'Website'},
  83.             {'name': 'experience', 'label': 'Experience (years / notable projects)'},
  84.             {'name': 'project_volume', 'label': 'Typical project size / annual volume'},
  85.             {'name': 'technology_focus', 'label': 'Technology focus', 'options': ['Solar EPC', 'Hybrid / DG integration', 'BESS', 'Building automation', 'Industrial automation', 'Software / ERP services', 'Mixed']}
  86.         ]
  87.     } only %}
  88. </div>
  89. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}