src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/honeywatt.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 §24 — /honeywatt. PRODUCT-LED by law: this page converts WITHOUT a sales call,
  4.    so it carries NO enquiry form — the CTA goes straight into the live funnel
  5.    (/tools/rooftop-estimate → anonymous design → frictionless account). ONE primary
  6.    CTA (§28): Start 30-Day Trial. Prices from the store. #}
  7. {% set p = prices %}
  8. <div class="pp-wrap">
  9.     <div class="pp-hero">
  10.         <span class="kicker">HoneyWatt · Solar Design Studio</span>
  11.         <h1>Learn free. Design free. Pay when the project gets serious.</h1>
  12.         <p class="sub">Professional solar design in the browser — layout on real maps, stringing,
  13.             protection sizing, yield, and a priced proposal. No licence to buy before you know
  14.             it fits how you work.</p>
  15.         <a class="pp-cta" data-wa="trial_start" href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}">Start 30-Day Trial</a>
  16.         <p class="pp-note">No credit card. No sales call. Your first design takes minutes.</p>
  17.     </div>
  18.     <div class="pp-sec">
  19.         <h2>The path from curious to delivered</h2>
  20.         <div class="pp-steps">
  21.             <div class="pp-step"><div class="n">1</div><h4>Learn — free</h4><p>Draw a roof or a field,
  22.                 see panels, yield and economics appear. Learning the tool costs nothing, forever.</p></div>
  23.             <div class="pp-step"><div class="n">2</div><h4>Try — {{ p.honeywatt.trial_days }} days full</h4><p>Every
  24.                 professional feature unlocked: electrical design, 3D, engineering checks, proposals.</p></div>
  25.             <div class="pp-step"><div class="n">3</div><h4>Assess — free</h4><p>Preliminary designs and
  26.                 feasibility stay free after the trial — screen sites without spending a cent.</p></div>
  27.             <div class="pp-step"><div class="n">4</div><h4>Deliver — from €{{ p.honeywatt.detailed_100kwp }}</h4><p>When
  28.                 a project gets serious, pay per project for the detailed, deliverable design.</p></div>
  29.         </div>
  30.     </div>
  31.     <div class="pp-sec">
  32.         <h2>What's inside</h2>
  33.         <div class="pp-grid c4">
  34.             <div class="pp-card"><h3>Layout</h3><ul><li>Rooftop, ground &amp; façade</li><li>Real map + CAD drafting view</li><li>Zones from surveyor coordinates</li></ul></div>
  35.             <div class="pp-card"><h3>Electrical</h3><ul><li>Auto-stringing &amp; MPPT matching</li><li>Cable routing &amp; sizing</li><li>Protection &amp; single-line diagram</li></ul></div>
  36.             <div class="pp-card"><h3>Engineering</h3><ul><li>Standards-based design checks</li><li>Yield with P50/P90 exceedance</li><li>3D with real terrain &amp; shading geometry</li></ul></div>
  37.             <div class="pp-card"><h3>Commercial</h3><ul><li>BoQ from the design itself</li><li>Priced proposal in your branding</li><li>Battery &amp; backup sizing</li></ul></div>
  38.         </div>
  39.         <p class="pp-note">Works as an installable app on Windows and Mac — design studio in its own
  40.             window, straight from the browser.</p>
  41.     </div>
  42.     <div class="pp-sec">
  43.         <h2>Detailed design — priced per project, not per seat</h2>
  44.         <div class="pp-grid c4">
  45.             <div class="pp-card"><span class="pp-chip">≤ 100 kWp</span><div class="pp-price">€{{ p.honeywatt.detailed_100kwp }}<small> /project</small></div></div>
  46.             <div class="pp-card"><span class="pp-chip">≤ 1 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_1mwp }}<small> /project</small></div></div>
  47.             <div class="pp-card"><span class="pp-chip">≤ 5 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_5mwp }}<small> /project</small></div></div>
  48.             <div class="pp-card"><span class="pp-chip">≤ 20 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_20mwp }}<small> /project</small></div></div>
  49.         </div>
  50.         <p class="pp-note">Above 20 MWp: custom. Every project includes {{ p.honeywatt.revisions_included }} revisions.
  51.             Project packs save {{ p.honeywatt.pack10_pct }}-{{ p.honeywatt.pack100_pct }}% for design businesses —
  52.             <a href="{{ url('honeybee_pricing') }}" style="color:var(--n-amber);font-weight:700;">see the pricing page</a>.</p>
  53.     </div>
  54.     <div class="pp-sec">
  55.         <h2>Why per project?</h2>
  56.         <p class="sec-sub">Seat licences punish small teams in slow months. HoneyWatt charges when a
  57.             design earns money — a serious 1 MWp project carries €{{ p.honeywatt.detailed_1mwp }} of
  58.             design cost, and a quiet month carries none.</p>
  59.     </div>
  60.     <div class="pp-band">
  61.         <h2>Your first design is minutes away.</h2>
  62.         <p>Open the studio, draw a roof, watch the design assemble itself.</p>
  63.         <a class="pp-cta" data-wa="trial_start" href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}" style="margin-top:18px;">Start 30-Day Trial</a>
  64.     </div>
  65. </div>
  66. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}