{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/inc/_web_design_system.html.twig' %}
{# ─── SOLUTION LANDING — ERP for Trading Companies (Business ERP) ─── #}
{% include '@Application/framework/_web_solutions_css.html.twig' %}
<section class="sl-hero">
<div class="n-wrap">
<div class="sl-hero-inner">
<span class="n-label">Business ERP · Trading</span>
<h1 class="n-hero-h1">ERP for <em>Trading</em> Companies</h1>
<p class="n-hero-desc" style="max-width:640px">
Run your whole trading business on one Business ERP — CRM, sales, purchase, multi-warehouse
inventory, accounts, and HR — with live stock, margin, and receivables visible at all times.
</p>
<div class="n-hero-actions">
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Request Workflow Audit <i class="fa-solid fa-arrow-right"></i></a>
<a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Explore pricing</a>
</div>
</div>
</div>
</section>
<section class="n-sec sl-problem">
<div class="n-wrap-sm">
<span class="n-label">The problem</span>
<h2 class="n-h2">Stock, sales, and cash never <em class="n-em">line up.</em></h2>
<ul>
<li><i class="fa-solid fa-triangle-exclamation"></i><span>Inventory across warehouses is guessed, so you over-order or run out of fast movers.</span></li>
<li><i class="fa-solid fa-triangle-exclamation"></i><span>Purchase, sales, and accounting sit in separate tools, so true margin per item is unknown.</span></li>
<li><i class="fa-solid fa-triangle-exclamation"></i><span>Customer follow-up and quotations are scattered, and receivables age unnoticed.</span></li>
<li><i class="fa-solid fa-triangle-exclamation"></i><span>HR, payroll, and approvals run on side spreadsheets disconnected from the books.</span></li>
</ul>
</div>
</section>
<section class="n-sec sl-solution" style="padding-top:0">
<div class="n-wrap-sm">
<span class="n-label">The HoneyBee solution</span>
<h2 class="n-h2">One Business ERP for the <em class="n-em">whole trade.</em></h2>
<p class="n-body n-mt-6">
HoneyBee Business ERP connects CRM, quotation, sales, purchase, multi-warehouse inventory, and accounts
into a single ledger — with HR and payroll on the same platform. Stock valuation, item margin, and
receivables are always live, and approvals run inside the system instead of beside it.
</p>
<ul>
<li><i class="fa-solid fa-circle-check"></i><span>CRM, quotation, and sales tied to real-time stock and pricing.</span></li>
<li><i class="fa-solid fa-circle-check"></i><span>Purchase and multi-warehouse inventory with live valuation and margin.</span></li>
<li><i class="fa-solid fa-circle-check"></i><span>Accounts, receivables, and approvals on one ledger.</span></li>
<li><i class="fa-solid fa-circle-check"></i><span>HR and payroll integrated with the business, plus AI reporting.</span></li>
</ul>
</div>
</section>
<section class="n-sec" style="padding-top:0">
<div class="n-wrap">
<div class="n-center">
<span class="n-label">Workflow example</span>
<h2 class="n-h2">A trading cycle, <em class="n-em">end to end.</em></h2>
</div>
<div class="sl-flow">
{% set _steps = ['Lead / CRM', 'Quotation', 'Sales Order', 'Purchase', 'Warehouse Inventory', 'Delivery & Invoice', 'Receivables', 'Accounts', 'Profitability'] %}
{% for step in _steps %}
<span class="sl-flow-step"><span class="sl-num">{{ loop.index }}</span>{{ step }}</span>
{% if not loop.last %}<span class="sl-flow-arrow"><i class="fa-solid fa-arrow-right"></i></span>{% endif %}
{% endfor %}
</div>
</div>
</section>
<section class="n-sec" style="padding-top:0">
<div class="n-wrap-sm">
<span class="n-label">FAQ</span>
<h2 class="n-h2">Questions from <em class="n-em">trading</em> teams.</h2>
<div class="sl-faq">
<div class="sl-faq-item"><h3>Does it handle multiple warehouses?</h3><p>Yes. Stock is tracked across warehouses and sub-warehouses with live valuation, so you always know what you hold and what it is worth.</p></div>
<div class="sl-faq-item"><h3>Can I see margin per item and per customer?</h3><p>Purchase, sales, and accounts share one ledger, so item-level and customer-level margin and receivables are live.</p></div>
<div class="sl-faq-item"><h3>Is HR and payroll included?</h3><p>Yes. HR, payroll, and approvals run on the same Business ERP, connected to the books — no side spreadsheets.</p></div>
</div>
</div>
</section>
<section class="n-sec" style="padding-top:0">
<div class="n-wrap-sm n-center">
<h2 class="n-h2">See the ERP on <em class="n-em">your</em> trading cycle.</h2>
<p class="n-body n-mt-6" style="max-width:54ch;margin:0 auto">We map your CRM, sales, purchase, inventory, and accounts flow — then show the Business ERP running on it. EUR pricing, EU data residency.</p>
<div class="sl-explore" style="justify-content:center"><a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Request Workflow Audit <i class="fa-solid fa-arrow-right"></i></a></div>
</div>
</section>
<section class="n-sec" style="padding-top:0">
<div class="n-wrap-sm n-center">
<span class="n-label">Explore more</span>
<div class="sl-explore" style="justify-content:center">
<a href="{{ url('honeybee_product') }}" class="n-btn n-btn-outline">Platform</a>
<a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Pricing</a>
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Contact</a>
</div>
</div>
</section>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}