src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/customers.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-4 §26 — /customers. THE LAW: real, verified case studies ONLY — quantified outcomes
  4.    only where verified, quotes only where authorized, screenshots only where permitted, and
  5.    NO "great product" testimonials. Named studies are OWNER-ASSET SLOTS: they land here as
  6.    each customer authorizes publication; NOTHING on this page is invented. #}
  7. {% set p = prices %}
  8. <div class="pp-wrap">
  9.     <div class="pp-hero">
  10.         <span class="kicker">Customer Stories</span>
  11.         <h1>Documented, not marketed.</h1>
  12.         <p class="sub">Every case study here follows one format — the customer, the problem, what
  13.             was deployed, the journey, and the result — with numbers only where we can verify
  14.             them and names only where the customer has authorized publication.</p>
  15.     </div>
  16.     <div class="pp-sec">
  17.         <h2>What HoneyBee runs in production today</h2>
  18.         <p class="sec-sub">While named studies go through customer authorization, this much is
  19.             simply true of the live platform:</p>
  20.         <div class="pp-grid c3">
  21.             <div class="pp-card"><h3>Businesses on the suite</h3><p>Companies in Bangladesh,
  22.                 Singapore and Germany run daily operations — accounting, HR, projects, inventory —
  23.                 on HoneyBee, each in its own dedicated database.</p></div>
  24.             <div class="pp-card"><h3>Energy sites on HoneyCore</h3><p>Live sites report metered
  25.                 energy through HoneyCore into operational dashboards and business reporting.</p></div>
  26.             <div class="pp-card"><h3>Solar designed in HoneyWatt</h3><p>Real PV plants — rooftop and
  27.                 ground-mount — are designed, engineered and proposed through HoneyWatt.</p></div>
  28.         </div>
  29.     </div>
  30.     {# ── OWNER-ASSET SLOT: named case studies land here, one card per §26 study —
  31.        Customer · Problem · Solution · Products · Journey · Result · Quote (if authorized)
  32.        · Screenshots (if permitted). DO NOT fill without the customer's written permission
  33.        and owner-verified numbers. Template for each entry:
  34.        <div class="pp-card">
  35.            <span class="pp-chip">Industry · Country</span>
  36.            <h3>Customer name (authorized)</h3>
  37.            <p><strong>Problem:</strong> …</p>
  38.            <p><strong>Solution & products:</strong> …</p>
  39.            <p><strong>Journey:</strong> …</p>
  40.            <p><strong>Result:</strong> verified figures only.</p>
  41.        </div> #}
  42.     <div class="pp-sec">
  43.         <h2>The format every study follows</h2>
  44.         <div class="pp-grid c3">
  45.             <div class="pp-card"><h3>1 · Customer &amp; problem</h3><p>Who they are, what was
  46.                 actually broken — in operational terms, not adjectives.</p></div>
  47.             <div class="pp-card"><h3>2 · Solution &amp; journey</h3><p>Which products, in what
  48.                 order, and how long each step really took.</p></div>
  49.             <div class="pp-card"><h3>3 · Result</h3><p>Quantified outcomes only where verified.
  50.                 Where a number can't be verified, we say what changed qualitatively — or nothing.</p></div>
  51.         </div>
  52.         <p class="pp-note">No anonymous praise, no invented figures. If this page looks short,
  53.             that's the standard doing its job.</p>
  54.     </div>
  55.     <div class="pp-sec">
  56.         <h2>See the honest background instead</h2>
  57.         <p class="sec-sub">Until named studies are published:
  58.             <a href="{{ url('honeybee_experience') }}" style="color:var(--n-amber);font-weight:700;">the experience page</a>
  59.             documents the delivery history HoneyBee is built from, and
  60.             <a href="{{ url('honeybee_trust') }}" style="color:var(--n-amber);font-weight:700;">Trust &amp; Governance</a>
  61.             states the standards posture without overclaiming.</p>
  62.     </div>
  63.     <div class="pp-band">
  64.         <h2>Want to talk to a real reference?</h2>
  65.         <p>Book a demo — where a reference conversation is possible, we arrange it directly.</p>
  66.         <a class="pp-cta" href="{{ url('honeybee_contact') }}" style="margin-top:18px;">Book a Demo</a>
  67.     </div>
  68. </div>
  69. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}