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.     <div class="pp-sec">
  34.         <h2>Who we're looking for</h2>
  35.         <div class="pp-grid c3">
  36.             <div class="pp-card"><h3>Solar &amp; hybrid EPCs</h3><p>Building C&amp;I PV, solar-diesel
  37.                 and storage projects that need real control and monitoring in scope.</p></div>
  38.             <div class="pp-card"><h3>System integrators</h3><p>Electrical and automation firms adding
  39.                 energy intelligence to industrial and building projects.</p></div>
  40.             <div class="pp-card"><h3>Regional resellers</h3><p>Companies with the market presence to
  41.                 carry HoneyCore into territories we haven't reached ourselves.</p></div>
  42.         </div>
  43.     </div>
  44.     <div class="pp-sec">
  45.         <h2>How it works</h2>
  46.         <div class="pp-steps">
  47.             <div class="pp-step"><div class="n">1</div><h4>Apply</h4><p>The form below — your company,
  48.                 experience and technology focus.</p></div>
  49.             <div class="pp-step"><div class="n">2</div><h4>Qualify</h4><p>A technical conversation, not
  50.                 a paywall — we authorize partners who can deliver.</p></div>
  51.             <div class="pp-step"><div class="n">3</div><h4>Build</h4><p>Partner pricing, training and
  52.                 your first registered deal — supported end to end.</p></div>
  53.         </div>
  54.     </div>
  55.     <div class="pp-band" id="request">
  56.         <h2>Apply to the partner program.</h2>
  57.         <p>Tell us what you build — we reply with the partner terms and next steps.</p>
  58.     </div>
  59.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  60.         'intent': 'partner', 'cta': 'Apply to Become a HoneyBee Partner',
  61.         'extras': [
  62.             {'name': 'website', 'label': 'Website'},
  63.             {'name': 'experience', 'label': 'Experience (years / notable projects)'},
  64.             {'name': 'project_volume', 'label': 'Typical project size / annual volume'},
  65.             {'name': 'technology_focus', 'label': 'Technology focus', 'options': ['Solar EPC', 'Hybrid / DG integration', 'BESS', 'Building automation', 'Industrial automation', 'Software / ERP services', 'Mixed']}
  66.         ]
  67.     } only %}
  68. </div>
  69. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}