src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/home.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. <section class="home-info section">
  3.     <div class="container d-flex justify-content-center flex-column align-items-center">
  4.         <div class="row info-content">
  5.             <div class="col-md-6 first-col">
  6.          <h4 class="title trn" data-trn-key="_HONEYBEE_IOT_LTD_">HoneyBee IoT Ltd.</h4>
  7.                 <h4 class="sub-title trn" data-trn-key="_ONE_FREE_PLATFORM_ALL_YOUR_BUSINESS_NEEDS_">
  8.                     One Free Platform!
  9.                     All Your Business Needs
  10.                 </h4>
  11.                <div class="buttons">
  12.                     <button type="submit" class="get-btn">
  13.                         <a href="{{ url('create_company') }}" class="trn" data-trn-key="_GET_YOURS_NOW_">Get Yours Now! It's Free</a>
  14.                     </button>
  15.                     {# watch video #}
  16.                     <button type="submit" class="video-btn" data-bs-toggle="modal" data-bs-target="#exampleModal">
  17.                         <img src="{{ absolute_url(asset('honeybee_web_assets/images/home/play-icon.svg')) }}" alt="">
  18.                         <span class="trn" data-trn-key="_WATCH_VIDEO_">Watch Video</span>
  19.                     </button>
  20.                 </div>
  21.             </div>
  22.             <!-- Modal body -->
  23.             <div  class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  24.                 <div  class="modal-dialog modal-dialog-centered">
  25.                     <div class="modal-content" style='background-color: #E6F8FA'>
  26.                         
  27.                         <div class="modal-header">
  28.                             {# <h1 class="modal-title fs-5" id="exampleModalLabel">Modal title</h1> #}
  29.                             <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  30.                         </div>
  31.                         <div class="modal-body ">
  32.                             <iframe class='w-100' height="315" src="https://www.youtube.com/embed/LRDxDVv5dCc?si=KRNjH-2tgKbnkQzV" 
  33.                                 title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; 
  34.                                 encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
  35.                             </iframe>
  36.                         </div>
  37.                         
  38.                     </div>
  39.                 </div>
  40.             </div>
  41.             
  42.             <div class="col-md-6 second-col">
  43.                 <div class="hexagon-gallery">
  44.                     <div class="product-container">
  45.                         <div class="product" style="grid-area: p1;">
  46.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  47.                             <div class="product-img">
  48.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/2.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  49.                             </div>
  50.                         </div>
  51.                         <div class="product" style="grid-area: p2;">
  52.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  53.                             <div class="product-img">
  54.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/3.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  55.                             </div>
  56.                         </div>
  57.                         <div class="product" style="grid-area: p3;">
  58.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  59.                             <div class="product-img">
  60.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/4.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  61.                             </div>
  62.                         </div>
  63.                         <div class="product" style="grid-area: p4;">
  64.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  65.                             <div class="product-img">
  66.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/5.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  67.                             </div>
  68.                         </div>
  69.                         <div class="product" style="grid-area: p5;">
  70.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  71.                             <div class="product-img">
  72.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/6.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  73.                             </div>
  74.                         </div>
  75.                         <div class="product" style="grid-area: p6;">
  76.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  77.                             <div class="product-img">
  78.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/7.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  79.                             </div>
  80.                         </div>
  81.                         <div class="product" style="grid-area: p7;">
  82.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  83.                             <div class="product-img">
  84.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/10.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  85.                             </div>
  86.                         </div>
  87.                         <div class="product" style="grid-area: p8;">
  88.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  89.                             <div class="product-img">
  90.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/8.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  91.                             </div>
  92.                         </div>
  93.                         <div class="product" style="grid-area: p9;">
  94.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  95.                             <div class="product-img">
  96.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/9.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  97.                             </div>
  98.                         </div>
  99.                         <div class="product" style="grid-area: p10;">
  100.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"  alt="">
  101.                             <div class="product-img">
  102.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/1.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  103.                             </div>
  104.                         </div>
  105.                         <div class="product" style="grid-area: p11;">
  106.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  107.                             <div class="product-img">
  108.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/11.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  109.                             </div>
  110.                         </div>
  111.                         <div class="product" style="grid-area: p12;">
  112.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  113.                             <div class="product-img">
  114.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/12.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  115.                             </div>
  116.                         </div>
  117.                         <div class="product" style="grid-area: p13;">
  118.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  119.                             <div class="product-img">
  120.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/13.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  121.                             </div>
  122.                         </div>
  123.                         <div class="product" style="grid-area: p14;">
  124.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  125.                             <div class="product-img">
  126.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/14.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  127.                             </div>
  128.                         </div>
  129.                         <div class="product" style="grid-area: p15;">
  130.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  131.                             <div class="product-img">
  132.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/2.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  133.                             </div>
  134.                         </div>
  135.                         <div class="product" style="grid-area: p16;">
  136.                             <img class="shape-img" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/product-bg.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  137.                             <div class="product-img">
  138.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/product/3.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  139.                             </div>
  140.                         </div>
  141.                     </div>
  142.                 </div>
  143.             </div>
  144.         </div>
  145.     </div>
  146.     <div class="container">
  147.         <div class="row live-chat d-flex justify-content-end">
  148.             {# <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/live.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""> #}
  149.         </div>
  150.     </div>
  151. </section>
  152. <section class="home-what-we-offer mask-shape-bg">
  153.     <div class="container-fluid parallax-effect">
  154.         <div class="row">
  155.             <div class="head-info-area">
  156.        <h3 class="section-title trn" data-trn-key="_WHAT_WE_OFFER_">What We Offer</h3>
  157.             </div>
  158.         </div>
  159.         <div class="row">
  160.             <div style="overflow-x: hidden;">
  161.                 <div class="display-half">
  162.                     <div class="slide-container swiper">
  163.                         <div class="slide-content">
  164.                             <div class="card-wrapper swiper-wrapper">
  165.                                 <div class="card swiper-slide">
  166.                                     <div class="card-content">
  167.                                         <div class=" slide-image-col">
  168.                                             <div class="slide-image">
  169.                                                 <img src="{{ absolute_url(asset('honeybee_web_assets/images/home/hr.svg')) }}"
  170.                                                 alt="">
  171.                                             </div>
  172.                                         </div>
  173.                                      <div class="slide-info-col">
  174.                                             <div class="slide-info">
  175.                                                 <div class="title-info">
  176.                                                     <h4 class="num">'0'</h4>
  177.                                                     <div class="str">
  178.                                                         <span class="str-zero trn" data-trn-key="_ZERO_">Zero</span>
  179.                                                         <span class="str-service trn" data-trn-key="_HR_SERVICE_">HR Service</span>
  180.                                                     </div>
  181.                                                 </div>
  182.                                                 <p class="trn" data-trn-key="_HR_SERVICE_DESC_">
  183.                                                     Our Ecosystem offers Zero HR Service, a cloud-based solution that transforms your HR operations by automating hiring, payroll, and attendance so that a single person can manage the entire department. Moreover, Zero HR Service helps to reduce errors and free up your team for strategic thinking and growth-focused tasks.
  184.                                                 </p>
  185.                                             </div>
  186.                                         </div>
  187.                                     </div>
  188.                                 </div>
  189.                                 <div class="card swiper-slide">
  190.                                     <div class="card-content">
  191.                                         <div class=" slide-image-col">
  192.                                             <div class="slide-image">
  193.                                                 <img  src="{{ absolute_url(asset('honeybee_web_assets/images/home/account.svg')) }}"
  194.                                                 alt="">
  195.                                             </div>
  196.                                         </div>
  197.                                     <div class="slide-info-col">
  198.                                             <div class="slide-info">
  199.                                                 <div class="title-info">
  200.                                                     <h4 class="num">'0'</h4>
  201.                                                     <div class="str">
  202.                                                         <span class="str-zero trn" data-trn-key="_ZERO_">Zero</span>
  203.                                                         <span class="str-service trn" data-trn-key="_ACCOUNT_SERVICE_">Account Service</span>
  204.                                                     </div>
  205.                                                 </div>
  206.                                                 <p class="trn" data-trn-key="_ACCOUNT_SERVICE_DESC_">
  207.                                                     Honeybee Ecosystem offers Zero Account Service, an innovative approach to managing your finances. Also, it includes a more straightforward, flexible process where one expert can easily manage budgeting, track project expenses, and confidently create financial reports. With this service, scale up your business effortlessly.
  208.                                                 </p>
  209.                                             </div>
  210.                                         </div>
  211.                                     </div>
  212.                                 </div>
  213.                                 <div class="card swiper-slide">
  214.                                     <div class="card-content">
  215.                                         <div class=" slide-image-col">
  216.                                             <div class="slide-image">
  217.                                                 <img  src="{{ absolute_url(asset('honeybee_web_assets/images/home/admin.svg')) }}"
  218.                                                 alt="">
  219.                                             </div>
  220.                                         </div>
  221.                                  <div class="slide-info-col">
  222.                                             <div class="slide-info">
  223.                                                 <div class="title-info">
  224.                                                     <h4 class="num">'0'</h4>
  225.                                                     <div class="str">
  226.                                                         <span class="str-zero trn" data-trn-key="_ZERO_">Zero</span>
  227.                                                         <span class="str-service trn" data-trn-key="_IT_ADMIN_">IT & Admin</span>
  228.                                                     </div>
  229.                                                 </div>
  230.                                                 <p class="trn" data-trn-key="_IT_ADMIN_DESC_">
  231.                                                     Zero IT & Admin is a powerful solution that our Ecosystem offers, which allows one person to easily manage systems, monitor networks, and handle administrative tasks. Zero IT & Admin simplifies your operations and lets your team focus on innovation and growth. Say goodbye to routine IT and admin work and hello to smooth, flexible operations that fit your budget and goals.
  232.                                                 </p>
  233.                                             </div>
  234.                                         </div>
  235.                                     </div>
  236.                                 </div>
  237.                                 <div class="card swiper-slide">
  238.                                     <div class="card-content">
  239.                                         <div class=" slide-image-col">
  240.                                             <div class="slide-image">
  241.                                                 <img  src="{{ absolute_url(asset('honeybee_web_assets/images/home/hr.svg')) }}"
  242.                                                   data-light="{{ absolute_url(asset('honeybee_web_assets/images/home/hr.svg')) }}"
  243.                                                   data-dark="{{ absolute_url(asset('honeybee_web_assets/images/dark/home/offer1.svg')) }}"
  244.                                                 alt="">
  245.                                             </div>
  246.                                         </div>
  247.                                    <div class="slide-info-col">
  248.                                             <div class="slide-info">
  249.                                                 <div class="title-info">
  250.                                                     <h4 class="num">'0'</h4>
  251.                                                     <div class="str">
  252.                                                         <span class="str-zero trn" data-trn-key="_ZERO_">Zero</span>
  253.                                                         <span class="str-service trn" data-trn-key="_ACCOUNT_SERVICE_">Account Service</span>
  254.                                                     </div>
  255.                                                 </div>
  256.                                                 <p class="trn" data-trn-key="_ACCOUNT_SERVICE_DESC_">
  257.                                                     Honeybee Ecosystem offers Zero Account Service, an innovative approach to managing your finances. Also, it includes a more straightforward, flexible process where one expert can easily manage budgeting, track project expenses, and confidently create financial reports. With this service, scale up your business effortlessly.
  258.                                                 </p>
  259.                                             </div>
  260.                                         </div>
  261.                                     </div>
  262.                                 </div>
  263.                                 <div class="card swiper-slide">
  264.                                     <div class="card-content">
  265.                                         <div class=" slide-image-col">
  266.                                             <div class="slide-image">
  267.                                                 <img  src="{{ absolute_url(asset('honeybee_web_assets/images/home/admin.svg')) }}"
  268.                                                 alt="">
  269.                                             </div>
  270.                                         </div>
  271.                                         <div class="slide-info-col">
  272.                                             <div class="slide-info">
  273.                                                 <div class="title-info">
  274.                                                     <h4 class="num">'0'</h4>
  275.                                                     <div class="str">
  276.                                                         <span class="str-zero">Zero</span>
  277.                                                         <span class="str-service">IT & Admin</span>
  278.                                                     </div>
  279.                                                 </div>
  280.                                                 <p>
  281.                                                     Zero IT & Admin is a powerful solution that our Ecosystem offers, which allows one person to easily manage systems, monitor networks, and handle administrative tasks. Zero IT & Admin simplifies your operations and lets your team focus on innovation and growth. Say goodbye to routine IT and admin work and hello to smooth, flexible operations that fit your budget and goals.
  282.                                                 </p>
  283.                                             </div>
  284.                                         </div>
  285.                                     </div>
  286.                                 </div>
  287.                             </div>
  288.                         </div>
  289.                         <div class="swiper-button-next swiper-navBtn"></div>
  290.                         <div class="swiper-button-prev swiper-navBtn"></div>
  291.                         <div class="swiper-pagination"></div>
  292.                     </div>
  293.                 </div>
  294.             </div>
  295.         </div>
  296.     </div>
  297. </section>
  298. <section class="home-module-box bg-shape parallax-effect">
  299.     <div class="container-fluid d-flex justify-content-center flex-column">
  300.         <div class="row">
  301.             <div class="head-info-area">
  302.             <h3 class="section-title trn" data-trn-key="_MODULES_FOR_YOU_">Modules for You</h3>
  303.             </div>
  304.         </div>
  305.         <div class="row d-flex justify-content-center">
  306.             <div class="module-card-container">
  307.                 <div class="card">
  308.                     <div class="icon">
  309.                         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/14.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Finance Icon">
  310.                     </div>
  311.                     <h3 class="title trn" data-trn-key="_FINANCE_">Finance</h3>
  312.                     <div class="hover-info">
  313.                       <h3 class="hover-title trn" data-trn-key="_FINANCE_">Finance</h3>
  314.                         <p class="hover-subtitle trn" data-trn-key="_FINANCE_DESC_">Automate budgeting, invoicing, and expense tracking with ease. Gain real-time financial insights and enhance profitability</p>
  315.                     </div>
  316.                 </div>
  317.            <div class="card">
  318.                 <div class="icon">
  319.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/documents.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Documents">
  320.                 </div>
  321.     <h3 class="title trn" data-trn-key="_DOCUMENTS_">Documents</h3>
  322.     <h3 class="hover-title trn" data-trn-key="_DOCUMENTS_">Documents</h3>
  323.     <p class="hover-subtitle trn" data-trn-key="_DOCUMENTS_DESC_">Organize & manage your documents securely in the cloud. Enjoy easy, secure access to information anytime, anywhere.</p>
  324. </div>
  325.                             <div class="card">
  326.                         <div class="icon">
  327.                             <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/2.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="My HR Icon">
  328.                         </div>
  329.                         <h3 class="title trn" data-trn-key="_MY_HR_">My HR</h3>
  330.                         <h3 class="hover-title trn" data-trn-key="_MY_HR_">My HR</h3>
  331.                         <p class="hover-subtitle trn" data-trn-key="_MY_HR_DESC_">Refine HR processes for recruitment, onboarding, and performance. Enhance employee satisfaction and boost productivity efficiently.</p>
  332.                     </div>
  333.                 <div class="card">
  334.                     <div class="icon">
  335.                         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/3.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Supply Chain Icon">
  336.                     </div>
  337.                     <h3 class="title trn" data-trn-key="_PROJECT_">Project</h3>
  338.                     <h3 class="hover-title trn" data-trn-key="_PROJECT_">Project</h3>
  339.                     <p class="hover-subtitle trn" data-trn-key="_PROJECT_DESC_">Plan, execute, & track projects with full transparency. Stay organized and ensure success on every project.</p>
  340.                 </div>
  341.            <div class="card">
  342.     <div class="icon">
  343.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/4.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Export">
  344.     </div>
  345.     <h3 class="title trn" data-trn-key="_EXPORT_">Export</h3>
  346.     <h3 class="hover-title trn" data-trn-key="_EXPORT_">Export</h3>
  347.     <p class="hover-subtitle trn" data-trn-key="_EXPORT_DESC_">Easily manage exports and navigate international regulations. Expand your business globally with confidence.</p>
  348. </div>
  349. <div class="card">
  350.     <div class="icon">
  351.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/5.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Import">
  352.     </div>
  353.     <h3 class="title trn" data-trn-key="_IMPORT_">Import</h3>
  354.     <h3 class="hover-title trn" data-trn-key="_IMPORT_">Import</h3>
  355.     <p class="hover-subtitle trn" data-trn-key="_IMPORT_DESC_">Manage every step of the import process with ease. From tracking shipments to managing rules, keep operations smooth & efficient.</p>
  356. </div>
  357.          <div class="card">
  358.     <div class="icon">
  359.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/6.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Production">
  360.     </div>
  361.     <h3 class="title trn" data-trn-key="_PRODUCTION_">Production</h3>
  362.     <h3 class="hover-title trn" data-trn-key="_PRODUCTION_">Production</h3>
  363.     <p class="hover-subtitle trn" data-trn-key="_PRODUCTION_DESC_">Simplify production processes for the best results. Reach your goals with accuracy & achieve operational excellence.</p>
  364. </div>
  365.            <div class="card">
  366.     <div class="icon">
  367.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/7.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Fixed Asset Icon">
  368.     </div>
  369.     <h3 class="title trn" data-trn-key="_FIXED_ASSET_">Fixed Asset</h3>
  370.     <h3 class="hover-title trn" data-trn-key="_FIXED_ASSET_">Fixed Asset</h3>
  371.     <p class="hover-subtitle trn" data-trn-key="_FIXED_ASSET_DESC_">Monitor and optimize asset life cycles effortlessly. Improve asset utilization & keep your investments in check.</p>
  372. </div>
  373.          <div class="card">
  374.     <div class="icon">
  375.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/8.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Manufacture">
  376.     </div>
  377.     <h3 class="title trn" data-trn-key="_MANUFACTURE_">Manufacture</h3>
  378.     <h3 class="hover-title trn" data-trn-key="_MANUFACTURE_">Manufacture</h3>
  379.     <p class="hover-subtitle trn" data-trn-key="_MANUFACTURE_DESC_">Increase productivity by ensuring smooth, affordable manufacturing operations from raw materials to finished products, with overall monitoring.</p>
  380. </div>
  381.            <div class="card">
  382.     <div class="icon">
  383.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/9.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Distribution">
  384.     </div>
  385.     <h3 class="title trn" data-trn-key="_DISTRIBUTION_">Distribution</h3>
  386.     <h3 class="hover-title trn" data-trn-key="_DISTRIBUTION_">Distribution</h3>
  387.     <p class="hover-subtitle trn" data-trn-key="_DISTRIBUTION_DESC_">Ensure faster, more accurate deliveries with optimized routing. Improve efficiency & turn distribution into your strength</p>
  388. </div>
  389.             <div class="card">
  390.     <div class="icon">
  391.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/10.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Sales & Marketing Icon">
  392.     </div>
  393.     <h3 class="title trn" data-trn-key="_SALES_MARKETING_">Sales & Marketing</h3>
  394.     <h3 class="hover-title trn" data-trn-key="_SALES_MARKETING_">Sales & Marketing</h3>
  395.     <p class="hover-subtitle trn" data-trn-key="_SALES_MARKETING_DESC_">Optimize marketing campaigns & track their performance. Maximize sales potential & expand the customer base with targeted strategies that drive results.</p>
  396. </div>
  397.            <div class="card">
  398.     <div class="icon">
  399.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/11.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Supply Chain Icon">
  400.     </div>
  401.     <h3 class="title trn" data-trn-key="_SUPPLY_CHAIN_">Supply Chain</h3>
  402.     <h3 class="hover-title trn" data-trn-key="_SUPPLY_CHAIN_">Supply Chain</h3>
  403.     <p class="hover-subtitle trn" data-trn-key="_SUPPLY_CHAIN_DESC_">Comfortably manage your supply chain from procurement to delivery. Increase efficiency and drive business success with ease.</p>
  404. </div>
  405.             <div class="card">
  406.     <div class="icon">
  407.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/12.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Material Management Icon">
  408.     </div>
  409.     <h3 class="title trn" data-trn-key="_MATERIAL_MANAGEMENT_">Material Management</h3>
  410.     <h3 class="hover-title trn" data-trn-key="_MATERIAL_MANAGEMENT_">Material Management</h3>
  411.     <p class="hover-subtitle trn" data-trn-key="_MATERIAL_MANAGEMENT_DESC_">Track and manage materials smoothly to balance stock levels. Boost productivity and minimize costs with precision.</p>
  412. </div>
  413.          <div class="card">
  414.     <div class="icon">
  415.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/13.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Loan Management Icon">
  416.     </div>
  417.     <h3 class="title trn" data-trn-key="_LOAN_MANAGEMENT_">Loan Management</h3>
  418.     <h3 class="hover-title trn" data-trn-key="_LOAN_MANAGEMENT_">Loan Management</h3>
  419.     <p class="hover-subtitle trn" data-trn-key="_LOAN_MANAGEMENT_DESC_">Easily manage product loans from start to finish. Simplify applications, track repayments, and stay organized in one user-friendly module.</p>
  420. </div>
  421. <div class="card">
  422.     <div class="icon">
  423.         <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/1.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Extra">
  424.     </div>
  425.     <h3 class="title trn" data-trn-key="_EXTRA_">Extra</h3>
  426.     <h3 class="hover-title trn" data-trn-key="_EXTRA_">Extra</h3>
  427.     <p class="hover-subtitle trn" data-trn-key="_EXTRA_DESC_">This ERP project simplifies complex workflows, reduces manual effort, and provides real-time insights to support smarter business decisions.</p>
  428. </div>
  429.             </div>
  430.         </div>
  431.     </div>
  432. </section>
  433. <section class="home-benefit parallax-effect">
  434.     <div class="container-fluid d-flex justify-content-center">
  435.         <div class="home-benefit-container">
  436.             <div class="row">
  437.                 <div class="col-md-12 d-flex justify-content-center align-items-center">
  438.                  <div class="head-info-area">
  439.     <h2 class="section-title trn" data-trn-key="_BENEFITS_YOU_WILL_RECEIVE_">Benefits you will receive</h2>
  440. </div>
  441.                 </div>
  442.             </div>
  443.             <div class="row">
  444.                 <div class="benefit-content">
  445.                     <div class="image">
  446.                         <img src="{{ absolute_url(asset('honeybee_web_assets/images/home/robot.svg')) }}" alt="">
  447.                     </div>
  448.                     <div class="list-container">
  449.                         <ul>
  450.                             <li>
  451.                                 <span class="dot"></span>
  452.                               <div class="content">
  453.     <strong class="trn" data-trn-key="_ENHANCE_PRODUCTIVITY_TITLE_">Enhance Productivity:</strong>
  454.     <span class="trn" data-trn-key="_ENHANCE_PRODUCTIVITY_">Minimize duplication and automate processes, reallocating resources for expansion.</span>
  455. </div>
  456.                             </li>
  457.                             <li>
  458.                                 <span class="dot"></span>
  459.                            <div class="content">
  460.             <strong class="trn" data-trn-key="_EMPOWER_FLEXIBILITY_TITLE_">Empower Flexibility:</strong>
  461.             <span class="trn" data-trn-key="_EMPOWER_FLEXIBILITY_">Become a digital nomad, working with multiple clients in the ecosystem.</span>
  462.         </div>
  463.                                     </li>
  464.                             <li>
  465.                                 <span class="dot"></span>
  466.                            <div class="content">
  467.     <strong class="trn" data-trn-key="_HARNESS_INDUSTRY_TITLE_">Harness Industry 4.0:</strong>
  468.     <span class="trn" data-trn-key="_HARNESS_INDUSTRY_">Optimize workflows and adapt to the era of interconnected manufacturing.</span>
  469. </div>
  470.                             </li>
  471.                             <li>
  472.                                 <span class="dot"></span>
  473.                         <div class="content">
  474.                                 <strong class="trn" data-trn-key="_LOWER_EXPENSES_TITLE_">Lower Expenses:</strong>
  475.                                 <span class="trn" data-trn-key="_LOWER_EXPENSES_">Cut down on in-house HR, Accounts, and Admin expenses.</span>
  476.                             </div>
  477.                             </li>
  478.                         </ul>
  479.                     </div>
  480.                 </div>
  481.             </div>
  482.         </div>
  483.     </div>
  484. </section>
  485. <section class="home-service">
  486.     <div class="container-fluid">
  487.                 <div class="row blockchain d-flex justify-content-center align-items-center">
  488.                     <div class=" row blockchain-advantage  parallax-effect">
  489.                         <!-- col 1 -->
  490.                    <div class="advantage-content col-lg-6 col-md-6 col-12">
  491.     <h3 class="gradient-text-color trn" data-trn-key="_AI_BLOCKCHAIN_ADVANTAGE_">AI & Blockchain Advantage</h3>
  492.     <p class="trn" data-trn-key="_AI_BLOCKCHAIN_ADVANTAGE_DESC_">Experience the power of AI, Blockchain, and our advanced ERP tool with Honeybee Ecosystem. Transform your business and reach new heights with our exclusive solutions!</p>
  493.     <button><a href="{{ url('user_login') }}" class="trn" data-trn-key="_GET_HONEYBEE_">Get HoneyBee</a></button>
  494. </div>
  495.                         <!-- col 2 -->
  496.                         <div class="advantage-cards col-lg-6 col-md-6 col-12">
  497.                             <!-- card 1 -->
  498.                             <div class="advantage-card mx-4">
  499.                                 <div class="row">
  500.                                     <div class="card swiper-slide">
  501.                                      <div class="card-content">
  502.                                             <h2 class="name trn" data-trn-key="_ARTIFICIAL_INTELLIGENCE_">Artificial Intelligence</h2>
  503.                                             <p class="description trn" data-trn-key="_ARTIFICIAL_INTELLIGENCE_DESC_">With Honeybee's AI module, unlock innovative decision making strategies. Our AI solutions analyze your business data to deliver precise insights and expert recommendations. Make informed decisions, refine your strategies, and fuel your company's growth efficiently. Start today and discover how data-driven AI can transform your business outcomes.</p>
  504.                                         </div>
  505.                                     </div>
  506.                                 </div>
  507.                             </div>
  508.                             <!-- card 2 -->
  509.                             <div class="advantage-card mx-4">
  510.                                 <div class="row">
  511.                                     <div class="card swiper-slide">
  512.                                   <div class="card-content">
  513.                                         <h2 class="name trn" data-trn-key="_BLOCKCHAIN_">Blockchain</h2>
  514.                                         <p class="description trn" data-trn-key="_BLOCKCHAIN_DESC_">Simplify your business with Honeybee's Blockchain service. Our "input one, output multiple" method reduces redundant tasks, saving time increasing efficiency. Enjoy fast, secure money transfers and effortless collaboration that fosters trust and strengthens your business. Harness the power of blockchain to drive innovation and growth for your company.</p>
  515.                                     </div>
  516.                                     </div>
  517.                                 </div>
  518.                             </div>
  519.                         </div>
  520.     
  521.                     </div>
  522.     
  523.                 </div>
  524.             </div>
  525.  
  526.     <div class="container-fluid parallax-effect p-5">
  527.         <div class="row d-flex justify-content-center align-items-center">
  528.             <div class="nector-app">
  529.                 
  530.                 <div class="row">
  531.                             <div class="col-md-12 d-flex justify-content-center align-items-center">
  532.                         <div class="head-info-area p-4">
  533.                                 <h2 class="section-title trn" data-trn-key="_HONEYBEE_ECO_SYSTEM_">Honeybee Eco System</h2>
  534.                                 <p class="text-center trn" data-trn-key="_SIMPLIFIED_MULTI_BUSINESS_">Simplified Multi-Business Management</p>
  535.                                 <br>
  536.                                 <p class="description trn" data-trn-key="_HONEYBEE_ECO_SYSTEM_DESC_">Unlock effortless business management with the Nectar App. Seamlessly oversee all your ventures in one place; switching between them is a matter of second. Eliminate multiple logins and manage your businesses through a single dashboard.</p>
  537.                             </div>
  538.                             </div>
  539.                 </div>
  540.                 <div class="nector-video">
  541.                     <div class="video-info">
  542.                         <iframe class="video" id="nectorYoutubePlayer" src="https://www.youtube.com/embed/LRDxDVv5dCc?si=aTVvdC7PR6Zs5vHC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  543.                         <div class="overlay"></div>
  544.                         <img class="feature-image" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/service/ecosystem.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Feature Image" id="nectorFeatureImage">
  545.                         <div class="play-btn" id="nectorCustomPlayBtn">
  546.                             <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/play.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Play Button">
  547.                         </div>
  548.                     </div>
  549.                 </div>
  550.             </div>
  551.         </div>
  552.     </div>
  553.     <div class="container-fluid combine-side-mask">
  554.         <div class="container-fluid home-feature-slider-container">
  555.             <div class="row">
  556.                 <div style="overflow-x: hidden;">
  557.                     <div class="display-half">
  558.                         <div class="slide-container swiper">
  559.                             <div class="slide-content">
  560.             
  561.                                         <div class="card-wrapper swiper-wrapper">
  562.                                             <!-- 1 -->   
  563.                                             <div class="card swiper-slide">
  564.                                     
  565.                                              <div class="card-content">
  566.                                                     <h2 class="name trn" data-trn-key="_EFFICIENT_EMPLOYEE_ONBOARDING_">Efficient Employee Onboarding</h2>
  567.                                                     <p class="description trn" data-trn-key="_EFFICIENT_EMPLOYEE_ONBOARDING_DESC_">Onboard new employees with just a few clicks. Create profiles, view resumes, and manage paperwork without any difficulty—all in a user-friendly, paperless environment.</p>
  568.                                                 </div>
  569.                                             </div>
  570.                                             <!-- 2 -->
  571.                                             <div class="card swiper-slide">
  572.                                     
  573.                                            <div class="card-content">
  574.                                                 <h2 class="name trn" data-trn-key="_SIMPLIFIED_MULTI_BUSINESS_">Simplified Multi-Business Management</h2>
  575.                                                 <p class="description trn" data-trn-key="_HONEYBEE_ECO_SYSTEM_DESC_">Unlock effortless business management with the Nectar App. Seamlessly oversee all your ventures in one place; switching between them is a matter of second. Eliminate multiple logins and manage your businesses through a single dashboard.</p>
  576.                                             </div>
  577.                                             </div>
  578.                                             <!-- 3 -->
  579.                                             <div class="card swiper-slide">
  580.                                 <div class="card-content">
  581.     <h2 class="name trn" data-trn-key="_TOP_NOTCH_SECURITY_">Top-Notch Security</h2>
  582.     <p class="description trn" data-trn-key="_TOP_NOTCH_SECURITY_DESC_">Experience ultimate security with fingerprint and facial recognition features, ensuring your business data stays private and always protected.</p>
  583. </div>
  584.                                             </div>
  585.                                             <!-- 4 -->
  586.                                             <div class="card swiper-slide">
  587.                                 
  588.                                           <div class="card-content">
  589.                                                     <h2 class="name trn" data-trn-key="_FULLY_CUSTOMIZABLE_DASHBOARD_">Fully Customizable Dashboard</h2>
  590.                                                     <p class="description trn" data-trn-key="_FULLY_CUSTOMIZABLE_DASHBOARD_DESC_">Personalize your dashboard to suit your needs. Flexibly add, remove, or reposition cards, giving you full control over your workspace.</p>
  591.                                                 </div>
  592.                                             </div>
  593.                                             <!-- 5 -->
  594.                                             <div class="card swiper-slide">
  595.                                 
  596.                                                <div class="card-content">
  597.                                                     <h2 class="name trn" data-trn-key="_REALTIME_PERFORMANCE_INSIGHTS_">Real-Time Performance Insights</h2>
  598.                                                     <p class="description trn" data-trn-key="_REALTIME_PERFORMANCE_INSIGHTS_DESC_">Track your business performance in real time with detailed analytics and reports. Make data-driven decisions with ease and stay ahead of your competition.</p>
  599.                                                 </div>
  600.                                             </div>
  601.                                             <!-- 6 -->
  602.                                             <div class="card swiper-slide">
  603.                                 
  604.                                              <div class="card-content">
  605.                                                     <h2 class="name trn" data-trn-key="_SEAMLESS_TEAM_COLLABORATION_">Seamless Team Collaboration</h2>
  606.                                                     <p class="description trn" data-trn-key="_SEAMLESS_TEAM_COLLABORATION_DESC_">Boost productivity with tools designed for seamless team collaboration. Assign tasks, share updates, and communicate effectively—all in one platform to keep everyone aligned and focused.</p>
  607.                                                 </div>
  608.                                             </div>
  609.                                             
  610.             
  611.                                         </div>
  612.             
  613.                                     </div>
  614.                             <div class="swiper-button-next swiper-navBtn"></div>
  615.                             <div class="swiper-button-prev swiper-navBtn"></div>
  616.                             <div class="swiper-pagination"></div>
  617.                         </div>
  618.                     </div>
  619.                 </div>
  620.             </div>
  621.         </div>
  622.         <div class="container-fluid combined-container parallax-effect">
  623.                     <div class="row d-flex justify-content-center align-items-center">
  624.     
  625.                         <div class="combined-power-content">
  626.     
  627.                             <!-- Left Side: Combined Power Section -->
  628.                         <div class="combined-power">
  629.                             <div class="combined-info">
  630.                                 <h3 class="gradient-text-color desk-view trn" data-trn-key="_COMBINED_POWER_">Combined Power</h3>
  631.                                 <p class="desk-view">
  632.                                     <span class="trn" data-trn-key="_COMBINED_POWER_DESC_">Experience unmatched efficiency with Honeybee's ERP and Nectar app working together. No more manual data entry or switching between devices. Our mobile app puts all the tools you need right in your pocket. Experience smooth automation, real-time monitoring, and powerful analytics—all in one easy-to-use solution. Unlock smarter, faster operations and drive growth with ease!</span>
  633.                                 </p>
  634.                                 <div class="combined-btn">
  635.                                     <button><a href="{{ url('user_login') }}" class="trn" data-trn-key="_GET_HONEYBEE_">Get HoneyBee</a></button>
  636.                                     <button class="nector-btn">
  637.                                         <a href="https://play.google.com/store/apps/details?id=com.honebee.nectar.beezness" target="_blank" class="trn" data-trn-key="_GET_NECTAR_APP_">Get Nector App</a>
  638.                                     </button>
  639.                                 </div>
  640.                             </div>
  641.                         </div>
  642.                 
  643.                             <!-- Right Side -->
  644.                       <div class="nector-app-container">
  645.     <h3 class="gradient-text-color mobile-view trn" data-trn-key="_COMBINED_POWER_">Combined Power</h3>
  646.     <p class="mobile-view">
  647.         <span class="trn" data-trn-key="_COMBINED_POWER_DESC_">Experience unmatched efficiency with Honeybee's ERP and Nectar app working together. No more manual data entry or switching between devices. Our mobile app puts all the tools you need right in your pocket. Experience smooth automation, real-time monitoring, and powerful analytics—all in one easy-to-use solution. Unlock smarter, faster operations and drive growth with ease!</span>
  648.     </p>
  649.     <div class="nector-app-card-content">
  650.         <div class="honeybee-card">
  651.             <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/logo.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="HoneyBee ERP">
  652.             <div class="honeybee-info">
  653.                 <h4 class="trn" data-trn-key="_HONEYBEE_ERP_">HoneyBee ERP</h4>
  654.                 <p class="trn" data-trn-key="_HONEYBEE_ERP_DESC_">Simplify your business under one umbrella where efficiency meets growth.</p>
  655.             </div>
  656.         </div>
  657.         <div class="nectar-app-card">
  658.             <span class="rect"></span>
  659.             <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/nector-app.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  660.         </div>
  661.     </div>
  662. </div>
  663.     
  664.                         </div>
  665.     
  666.                     </div>
  667.                 </div>
  668.     </div>
  669.     <div class="container-fluid service-slider-container">
  670.         <div class="row">
  671.             <div class="col-md-12 d-flex justify-content-center align-items-center">
  672.                 <div class="head-info-area">
  673.                  <h2 class="section-title trn" data-trn-key="_OUR_SERVICES_">Our Services</h2>
  674.                 </div>
  675.             </div>
  676.         </div>
  677.         <!-- Swiper -->
  678.         <div style="overflow-x: hidden;">
  679.             <div class="display-half">
  680.                 <div class="swiper service-slider  parallax-effect">
  681.                     <div class="swiper-wrapper">
  682.                         <div class="card swiper-slide">
  683.                          <div class="card-content">
  684.                             <h2 class="name trn" data-trn-key="_FREELANCER_">Freelencer</h2>
  685.                             <p class="description trn" data-trn-key="_FREELANCER_DESC_">Quickly source skilled talent on demand with our Freelancer Service—no time wasted on lengthy hiring processes. Easily scale your team up or down based on project needs and focus on results, achieving flexibility and resource savings with our efficient contract-based solution.</p>
  686.                          </div>
  687.                         </div>
  688.                         <div class="card swiper-slide">
  689.                          <div class="card-content">
  690.                             <h2 class="name trn" data-trn-key="_COMMUNITY_">Community</h2>
  691.                             <p class="description trn" data-trn-key="_COMMUNITY_DESC_">Join a vibrant community where startups and businesses thrive through collaboration. Honeybee Ecosystem provides customizable ERP tools and AI insights, helping companies connect and simplify operations without hefty investments.</p>
  692.                          </div>
  693.                         </div>
  694.                         <div class="card swiper-slide">
  695.                             <div class="card-content">
  696.                                 <h2 class="name trn" data-trn-key="_PV_DESIGN_SOFTWARE_">PV Design Software</h2>
  697.                                 <p class="description trn" data-trn-key="_PV_DESIGN_SOFTWARE_DESC_">Utilizing advanced software tools, we craft optimal designs for PV materials and devices customized to your specific requirements. We consider shading, obstacles, and available space to elevate your solar solutions and maximize efficiency effortlessly.</p>
  698.                             </div>
  699.                         </div>
  700.                         <div class="card swiper-slide">
  701.                             <div class="card-content">
  702.                                 <h2 class="name trn" data-trn-key="_DESIGN_SOFTWARE_">Design Software</h2>
  703.                                 <p class="description trn" data-trn-key="_DESIGN_SOFTWARE_DESC_">We create customized apps, websites, and software designs that perfectly align with your vision. Experience aesthetic appeal and seamless functionality, crafted to meet your unique requirements.</p>
  704.                             </div>
  705.                         </div>
  706.                         <div class="card swiper-slide">
  707.                             <div class="card-content">
  708.                                 <h2 class="name trn" data-trn-key="_TRAINING_">Training</h2>
  709.                                 <p class="description trn" data-trn-key="_TRAINING_DESC_">Our training services offer freelancers the opportunity to become certified and gain expertise in specific ERP modules. Upon certification, they can provide tailored ERP services to businesses, enhancing their capabilities and creating new revenue streams.</p>
  710.                             </div>
  711.                         </div>
  712.                         <div class="card swiper-slide">
  713.                             <div class="card-content">
  714.                                 <h2 class="name trn" data-trn-key="_FREELANCER_">Freelencer</h2>
  715.                                 <p class="description trn" data-trn-key="_FREELANCER_DESC_">Quickly source skilled talent on demand with our Freelancer Service—no time wasted on lengthy hiring processes. Easily scale your team up or down based on project needs and focus on results, achieving flexibility and resource savings with our efficient contract-based solution.</p>
  716.                             </div>
  717.                         </div>
  718.                         <div class="card swiper-slide">
  719.                          <div class="card-content">
  720.                             <h2 class="name trn" data-trn-key="_COMMUNITY_">Community</h2>
  721.                             <p class="description trn" data-trn-key="_COMMUNITY_DESC_">Join a vibrant community where startups and businesses thrive through collaboration. Honeybee Ecosystem provides customizable ERP tools and AI insights, helping companies connect and simplify operations without hefty investments.</p>
  722.                          </div>
  723.                         </div>
  724.                         <div class="card swiper-slide">
  725.                          <div class="card-content">
  726.                             <h2 class="name trn" data-trn-key="_PV_DESIGN_SOFTWARE_">PV Design Software</h2>
  727.                             <p class="description trn" data-trn-key="_PV_DESIGN_SOFTWARE_DESC_">Utilizing advanced software tools, we craft optimal designs for PV materials and devices customized to your specific requirements. We consider shading, obstacles, and available space to elevate your solar solutions and maximize efficiency effortlessly.</p>
  728.                          </div>
  729.                         </div>
  730.                         <div class="card swiper-slide">
  731.                             <div class="card-content">
  732.                                 <h2 class="name trn" data-trn-key="_DESIGN_SOFTWARE_">Design Software</h2>
  733.                                 <p class="description trn" data-trn-key="_DESIGN_SOFTWARE_DESC_">We create customized apps, websites, and software designs that perfectly align with your vision. Experience aesthetic appeal and seamless functionality, crafted to meet your unique requirements.</p>
  734.                             </div>
  735.                         </div>
  736.                         <div class="card swiper-slide">
  737.                       
  738.                             <div class="card-content">
  739.                                 <h2 class="name trn" data-trn-key="_TRAINING_">Training</h2>
  740.                                 <p class="description trn" data-trn-key="_TRAINING_DESC_">Our training services offer freelancers the opportunity to become certified and gain expertise in specific ERP modules. Upon certification, they can provide tailored ERP services to businesses, enhancing their capabilities and creating new revenue streams.</p>
  741.                             </div>
  742.                         </div>
  743.                     </div>
  744.                     <div class="swiper-button-next swiper-navBtn"></div>
  745.                     <div class="swiper-button-prev swiper-navBtn"></div>
  746.                     <div class="swiper-pagination"></div>
  747.                 </div>
  748.             </div>
  749.         </div>
  750.     </div>
  751.     <div class="container-fluid home-client-slider-container parallax-effect">
  752.         <div class="row">
  753.             <div class="head-info-area">
  754.               <h3 class="section-title trn" data-trn-key="_OUR_SATISFIED_CLIENTS_">Our Satisfied Clients</h3>
  755.             </div>
  756.         </div>
  757.         <div class="row">
  758.             <div class="slide-container swiper">
  759.                 <div class="slide-content">
  760.                     <div class="card-wrapper swiper-wrapper">
  761.                         {# 1 Super Star Solar, testing #}
  762.                         <div class="card swiper-slide py-4">
  763.                             <a href='https://superstarsolarbd.com/' target='_blank'> 
  764.                                 <!-- img -->
  765.                                 <div class="img-container">
  766.                                     <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/super_star.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  767.                                 </div>
  768.                                 <!-- details -->
  769.                            <div class="details">
  770.                                     <h3 class="trn" data-trn-key="_SUPER_STAR_SOLAR_">Super Star Solar</h3>
  771.                                     <p class="trn" data-trn-key="_SUPER_STAR_SOLAR_DESC_">Super Star Solar, Bangladesh's largest solar provider, offers high-quality products and complete energy solutions. Committed to renewable energy, they empower communities nationwide with sustainable, reliable, and innovative solar power systems.</p>
  772.                                 </div>
  773.                             </a>
  774.                         </div>
  775.                         {# 2 #}
  776.                         <div class="card swiper-slide py-4">
  777.                             <a href='https://www.bengalsolar.com.bd/' target='_blank'> 
  778.                                 <!-- img -->
  779.                                 <div class="img-container">
  780.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/bengal.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  781.                                 </div>
  782.                                 <!-- details -->
  783.                                <div class="details">
  784.                                 <h3 class="trn" data-trn-key="_BENGAL_SOLAR_">Bengal Solar</h3>
  785.                                 <p class="trn" data-trn-key="_BENGAL_SOLAR_DESC_">Bengal Solar, a venture of Power Utility Bangladesh Limited, has led Bangladesh's renewable energy sector since 1998, providing innovative solar solutions for industries and rural areas, driving a sustainable and green energy future.</p>
  786.                             </div>
  787.                             </a>
  788.                         </div>
  789.                         {# 3 #}
  790.                         <div class="card swiper-slide py-4 ">
  791.                             <a href='https://raachsolar.com/' target='_blank'> 
  792.                                 <!-- img -->
  793.                                 <div class="img-container">
  794.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/raachSolar.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  795.                                 </div>
  796.                                 <!-- details -->
  797.                            <div class="details">
  798.                                 <h3 class="trn" data-trn-key="_RAACH_SOLAR_">Raach Solar</h3>
  799.                                 <p class="trn" data-trn-key="_RAACH_SOLAR_DESC_">Raach Solar is a Germany-based company specializing in high-quality solar energy solutions. With a strong focus on innovation and sustainability, Raach Solar is helping to power a greener future worldwide.</p>
  800.                             </div>
  801.                             </a>
  802.                         </div>
  803.                         {# 4 #}
  804.                         <div class="card swiper-slide py-4 ">
  805.                             <a href='https://www.bengalgroup.com/hotels/' target='_blank'> 
  806.                                 <!-- img -->
  807.                                 <div class="img-container">
  808.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/swissotel.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  809.                                 </div>
  810.                                 <!-- details -->
  811.                           <div class="details">
  812.                                 <h3 class="trn" data-trn-key="_SWISSOTE_">SWISSOTE</h3>
  813.                                 <p class="trn" data-trn-key="_SWISSOTE_DESC_">Swissotel Dhaka, by Bengal Group, showcases a legacy since 1969 under Chairman Morshed Alam. The group excels in plastics, textiles, energy, and more. Bengal Plastic leads globally in coat hangers, and its textiles serve brands like Walmart and Sainsbury's.</p>
  814.                             </div>
  815.                             </a>
  816.                         </div>
  817.                         {# 5 #}
  818.                         <div class="card swiper-slide py-4">
  819.                             <a href='https://www.activeenergybd.com/' target='_blank'> 
  820.                                 <!-- img -->
  821.                                 <div class="img-container">
  822.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/active.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  823.                                 </div>
  824.                                 <!-- details -->
  825.                            <div class="details">
  826.                                 <h3 class="trn" data-trn-key="_ACTIVE_ENERGY_">Active Energy</h3>
  827.                                 <p class="trn" data-trn-key="_ACTIVE_ENERGY_DESC_">Active Energy Engineering Limited incorporated on 2016, is an emerging energy solution provider which provides products and services focusing power generation, co generation, Gas, Oil, HFO and Coal Fire Boiler.</p>
  828.                             </div>
  829.                             </a>
  830.                         </div>
  831.                         {# 6 #}
  832.                         <div class="card swiper-slide py-4">
  833.                             <a href='https://bpelbd.com/' target='_blank'> 
  834.                                 <!-- img -->
  835.                                 <div class="img-container">
  836.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/basicPower.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  837.                                 </div>
  838.                                 <!-- details -->
  839.                             <div class="details">
  840.                                 <h3 class="trn" data-trn-key="_BASIC_POWER_">Basic Power Engineering Ltd</h3>
  841.                                 <p class="trn" data-trn-key="_BASIC_POWER_DESC_">Basic Power Engineering Ltd. (BPEL) delivers high-quality, cost-effective electrical solutions with a focus on safety, innovation, and environmental responsibility, building long-term client relationships through reliable and standards-compliant services.</p>
  842.                             </div>
  843.                             </a>
  844.                         </div>
  845.                         {# 7 #}
  846.                         <div class="card swiper-slide py-4">
  847.                             <a href='https://www.arcgroup-bd.com/' target='_blank'> 
  848.                                 <!-- img -->
  849.                                 <div class="img-container">
  850.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/arc.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  851.                                 </div>
  852.                                 <!-- details -->
  853.                              <div class="details">
  854.                                 <h3 class="trn" data-trn-key="_ARC_FIRE_SAFETY_">ARC Fire Safety & Controls Ltd</h3>
  855.                                 <p class="trn" data-trn-key="_ARC_FIRE_SAFETY_DESC_">ARC Fire Safety & Controls Ltd. offers top-tier fire safety and electro-mechanical solutions in Bangladesh, using premium European and U.S. equipment, ensuring engineering excellence, safety, and total client satisfaction across various industries.</p>
  856.                             </div>
  857.                             </a>
  858.                         </div>
  859.                         {# 8 #}
  860.                         <div class="card swiper-slide py-4">
  861.                             <a href='https://www.linnex.com/' target='_blank'> 
  862.                                 <!-- img -->
  863.                                 <div class="img-container">
  864.                                    <img class='w-75 py-3' src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/linnex.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="client">
  865.                                 </div>
  866.                                 <!-- details -->
  867.                           <div class="details">
  868.                                 <h3 class="trn" data-trn-key="_LINNEX_">Linnex</h3>
  869.                                 <p class="trn" data-trn-key="_LINNEX_DESC_">LINNEX, an American-registered brand, operates in the USA, Bhutan, China, and Bangladesh. Designed in Edison, New Jersey, and assembled in China, it follows global standards like other leading handset brands.</p>
  870.                             </div>
  871.                             </a>
  872.                         </div>
  873.                         
  874.                     </div>
  875.                 </div>
  876.                 <div class="swiper-button-next swiper-navBtn"></div>
  877.                 <div class="swiper-button-prev swiper-navBtn"></div>
  878.                 <div class="swiper-pagination"></div>
  879.             </div>
  880.         </div>
  881.     </div>
  882.     <div class="container-fluid company-logo-container parallax-effect">
  883.         <div class="row">
  884.             <div class="head-info-area">
  885.                 <h3 class="section-title trn" data-trn-key="_COMPANIES_TRUSTED_US_">Companies that Trusted Us</h3>
  886.             </div>
  887.         </div>
  888.         <div class="row d-flex justify-content-center align-items-center">
  889.             <div class="companies-logo-list">
  890.                 
  891.                 <div class="company-logo">
  892.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo1.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  893.                 </div>
  894.                 
  895.                 <div class="company-logo">
  896.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo2.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  897.                 </div>
  898.                 <div class="company-logo">
  899.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo3.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  900.                 </div>
  901.                 <div class="company-logo">
  902.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo4.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  903.                 </div>
  904.                 <div class="company-logo">
  905.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo5.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  906.                 </div>
  907.                 <div class="company-logo">
  908.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo6.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  909.                 </div>
  910.                 <div class="company-logo">
  911.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo7.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  912.                 </div>
  913.                 <div class="company-logo">
  914.                     <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/company-logo/logo8.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="">
  915.                 </div>
  916.             </div>
  917.         </div>
  918.     </div>
  919.     <div class="container-fluid home-news-letter-container">
  920.         <div class="row d-flex justify-content-center  parallax-effect">
  921.             <div class="head-info-area">
  922.              <h3 class="section-title trn" data-trn-key="_SUBSCRIBE_NEWSLETTER_">Subscribe to Newsletter</h3>
  923.             </div>
  924.             <form class="newsletter-form" method="post">
  925.                 <input type="email" class="newsletter-input" name="newsletter" placeholder="Enter your email here..." required>
  926.                <button type="submit" class="newsletter-button trn" data-trn-key="_SUBSCRIBE_NOW_">Subscribe Now</button>
  927.             </form>
  928.         </div>
  929.         {# news letter slide #}
  930.         {# <div style="overflow-x: hidden;">
  931.             <div class="display-half">
  932.                 <div class="slide-container swiper  parallax-effect">
  933.                     <div class="swiper-wrapper">
  934.                         <div class="event-card swiper-slide">
  935.                             <div class="event-image">
  936.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  937.                             </div>
  938.                             <div class="event-content">
  939.                                 <h3 class="event-title">PV Design Seminar</h3>
  940.                                 <p class="event-location">
  941.                                     <i class="fas fa-map-marker-alt"></i> Location
  942.                                 </p>
  943.                                 <p class="event-date">
  944.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  945.                                 </p>
  946.                                 <a href="#" class="subscribe-link">Subscribe</a>
  947.                             </div>
  948.                         </div>
  949.                         <div class="event-card swiper-slide">
  950.                             <div class="event-image">
  951.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  952.                             </div>
  953.                             <div class="event-content">
  954.                                 <h3 class="event-title">PV Design Seminar</h3>
  955.                                 <p class="event-location">
  956.                                     <i class="fas fa-map-marker-alt"></i> Location
  957.                                 </p>
  958.                                 <p class="event-date">
  959.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  960.                                 </p>
  961.                                 <a href="#" class="subscribe-link">Subscribe</a>
  962.                             </div>
  963.                         </div>
  964.                         <div class="event-card swiper-slide">
  965.                             <div class="event-image">
  966.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  967.                             </div>
  968.                             <div class="event-content">
  969.                                 <h3 class="event-title">PV Design Seminar</h3>
  970.                                 <p class="event-location">
  971.                                     <i class="fas fa-map-marker-alt"></i> Location
  972.                                 </p>
  973.                                 <p class="event-date">
  974.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  975.                                 </p>
  976.                                 <a href="#" class="subscribe-link">Subscribe</a>
  977.                             </div>
  978.                         </div>
  979.                         <div class="event-card swiper-slide">
  980.                             <div class="event-image">
  981.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  982.                             </div>
  983.                             <div class="event-content">
  984.                                 <h3 class="event-title">PV Design Seminar</h3>
  985.                                 <p class="event-location">
  986.                                     <i class="fas fa-map-marker-alt"></i> Location
  987.                                 </p>
  988.                                 <p class="event-date">
  989.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  990.                                 </p>
  991.                                 <a href="#" class="subscribe-link">Subscribe</a>
  992.                             </div>
  993.                         </div>
  994.                         <div class="event-card swiper-slide">
  995.                             <div class="event-image">
  996.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  997.                             </div>
  998.                             <div class="event-content">
  999.                                 <h3 class="event-title">PV Design Seminar</h3>
  1000.                                 <p class="event-location">
  1001.                                     <i class="fas fa-map-marker-alt"></i> Location
  1002.                                 </p>
  1003.                                 <p class="event-date">
  1004.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  1005.                                 </p>
  1006.                                 <a href="#" class="subscribe-link">Subscribe</a>
  1007.                             </div>
  1008.                         </div>
  1009.                         <div class="event-card swiper-slide">
  1010.                             <div class="event-image">
  1011.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  1012.                             </div>
  1013.                             <div class="event-content">
  1014.                                 <h3 class="event-title">PV Design Seminar</h3>
  1015.                                 <p class="event-location">
  1016.                                     <i class="fas fa-map-marker-alt"></i> Location
  1017.                                 </p>
  1018.                                 <p class="event-date">
  1019.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  1020.                                 </p>
  1021.                                 <a href="#" class="subscribe-link">Subscribe</a>
  1022.                             </div>
  1023.                         </div>
  1024.                         <div class="event-card swiper-slide">
  1025.                             <div class="event-image">
  1026.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  1027.                             </div>
  1028.                             <div class="event-content">
  1029.                                 <h3 class="event-title">PV Design Seminar</h3>
  1030.                                 <p class="event-location">
  1031.                                     <i class="fas fa-map-marker-alt"></i> Location
  1032.                                 </p>
  1033.                                 <p class="event-date">
  1034.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  1035.                                 </p>
  1036.                                 <a href="#" class="subscribe-link">Subscribe</a>
  1037.                             </div>
  1038.                         </div>
  1039.                         <div class="event-card swiper-slide">
  1040.                             <div class="event-image">
  1041.                                 <img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/home/news-img.png?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt="Event Image">
  1042.                             </div>
  1043.                             <div class="event-content">
  1044.                                 <h3 class="event-title">PV Design Seminar</h3>
  1045.                                 <p class="event-location">
  1046.                                     <i class="fas fa-map-marker-alt"></i> Location
  1047.                                 </p>
  1048.                                 <p class="event-date">
  1049.                                     <i class="fas fa-calendar-alt"></i> June 23, 2024
  1050.                                 </p>
  1051.                                 <a href="#" class="subscribe-link">Subscribe</a>
  1052.                             </div>
  1053.                         </div>
  1054.                     </div>
  1055.                     <div class="swiper-button-next swiper-navBtn"></div>
  1056.                     <div class="swiper-button-prev swiper-navBtn"></div>
  1057.                     <div class="swiper-pagination"></div>
  1058.                 </div>
  1059.             </div>
  1060.         </div> #}
  1061.     </div>
  1062. </section>
  1063. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}
  1064. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  1065. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  1066. <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
  1067. <script>
  1068.     var subscribed = {{ subscribed ? 'true' : 'false' }};
  1069.     $(document).ready(function () {
  1070.         if (subscribed === true) {
  1071.             Swal.fire({
  1072.                 icon: 'success',
  1073.                 title: 'Subscribed!',
  1074.                 text: 'You have successfully joined our newsletter.'
  1075.             });
  1076.         }
  1077.     });
  1078. </script>
  1079. <!--End of Tawk.to Script-->