src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/khorchapati.html.twig line 16

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Household money. A different kind of work. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap narrow"><span class="eyebrow ">Consumer / Apps & Labs</span>
  7. <h1>Household money.<br>A different kind of work.</h1><p class="lead">A Bangla-first application for consumer and family finance. A separate product context from HoneyBee’s industrial platform.</p><div class="actions"><a class="btn" href="{{ path('honeybee_website_page', {'page':'app-support','app':'Khorchapati'}) }}">App support & information <span aria-hidden="true">↗</span></a></div></div></section>
  8. <section class="section white">
  9. <div class="wrap">
  10. <div class="split"><div><span class="eyebrow ">Khorchapati</span>
  11. <h2>A focused household<br>finance context.</h2><p class="lead">The tone, language and customer journey belong to household finance. This page keeps that audience separate from industrial software.</p></div><div class="proof-plate"><span class="eyebrow ">Application review</span><div class="featurelist"><div class="featureline"><b>01</b><div><h4>Language & audience</h4><p>Bangla-first, consumer and family finance context.</p></div></div><div class="featureline"><b>02</b><div><h4>Privacy & support</h4><p>Verify the current privacy, deletion and support information.</p></div></div><div class="featureline"><b>03</b><div><h4>Current release</h4><p>Confirm the exact store listing and feature set before download promotion.</p></div></div></div></div></div></div></section>
  12. <section class="section ">
  13. <div class="wrap">
  14. <div class="split"><div><span class="eyebrow ">Application information</span>
  15. <h2>Confirm the release.<br>Review the access.</h2></div><div><p>Contact HoneyBee to confirm the current Android release, account requirements and the supported workflows for your organization.</p><div class="actions"><a class="textlink" href="{{ path('honeybee_contact') }}">Discuss application access ↗</a></div></div></div></div></section>
  16. {% include '@HoneybeeWeb/website/footer.html.twig' %}