<ul class="bread-crumb-container">
    <li>You are here</li>
    <li><a href="/web/eBucks/business/earn-{{get-year items.travelcms2:effectiveDate}}.jsp">Earn</a></li>
    <li><a href="/web/eBucks/business/earn-{{get-year items.travelcms2:effectiveDate}}.jsp">Earn from the
            bank</a></li>
    <li>{{items.travelcms2:name}} Accounts<strong style="color:#ff9a15;"> (effective from
            {{pretty-date items.travelcms2:effectiveDate}})</strong></li>
</ul>

{{#if items.travelcms2:banner}}
<div class="banner-container">
    {{#if items.travelcms2:link}}<a href="{{linkcontext items.travelcms2:link}}">{{/if}}<img
            src="{{imagevariant items.travelcms2:banner.link.url '' 'ebucks'}}" alt=""
            width="900px">{{#if items.travelcms2:link}}</a>{{/if}}
</div>
{{/if}}

<div class="earn-from-the-bank-business-2023">
    <div class="panels">
        <h2 class="heading-strip">
          Select your account
        </h2>
        <a href="/web/eBucks/business/earn/solopreneur-business-2025.jsp">
            <div id="solo" class="panel">
                <img src="/web/images/earn/solopreneur.png" alt="FNB Solopreneur Bundle card" />
                <div class="body">Solopreneur Bundle</div>
            </div>
        </a>
        <a href="/web/eBucks/business/earn/gold-business-2025.jsp">
          <div id="gold" class="panel ">
              <img src="/web/images/earn/gold-business-account.png" alt="FNB Gold Business Account card" />
            <div class="body">Gold</div>
          </div>
        </a>
        <a href="/web/eBucks/business/earn/platinum-business-2025.jsp">
          <div id="platinum" class="panel ">
            <img src="/web/images/earn/Platinum-Business-Account.png" alt="FNB Platinum Business Account card" />
            <div class="body"> Platinum</div>
          </div>
        </a>
        <a href="/web/eBucks/business/earn/enterprise-business-2025.jsp">
          <div id="enterprise" class="panel ">
              <img src="/web/images/earn/Enterprise-Business-Account.png" alt="FNB Enterprise Account card" />
            <div class="body">Enterprise </div>
          </div>
        </a>
        <a href="/web/eBucks/business/earn/fnb-healthcare-private-business-2025.jsp">
          <div id="private" class="panel ">
              <img src="/web/images/earn/Private-Business-Account.png" alt="FNB Private Business Account card" />
            <div class="body">Healthcare &amp; Private</div>
          </div>
        </a>
        <a href="/web/eBucks/business/earn/rmb-private-bank-business-2025.jsp">
          <div id="rmb" class="panel ">
              <img src="/web/images/earn/RMB-Account.png" alt="RMB Private Bank Business Account card" />
            <div class="body">RMB Private Bank</div>
          </div>
        </a>
      </div>
    </div>

<h1 id="overview"><strong>{{items.travelcms2:overview}}</strong></h1>

<div id="pdfButtons">
  <div id="goldBtns">
    {{!-- <a href="#" target="_blank" class="button">Value Pack</a> --}}
    <a href="https://www.ebucks.com/web/ebucks/binaries/content/assets/ebucks/frg-earn-rules/2025-2026/earn-guides/business/ebucks_summary_guide_2025_business_gold.pdf" target="_blank" class="button">Earn Guide</a>
  </div>
  <div id="platinumBtns">
    {{!-- <a href="#" target="_blank" class="button">Value Pack</a> --}}
    <a href="https://www.ebucks.com/web/ebucks/binaries/content/assets/ebucks/frg-earn-rules/2025-2026/earn-guides/business/ebucks_summary_guide_2025_business_platinum.pdf" target="_blank" class="button">Earn Guide</a>
  </div>
  <div id="enterpriseBtns">
    {{!-- <a href="#" target="_blank" class="button">Value Pack</a> --}}
    <a href="https://www.ebucks.com/web/ebucks/binaries/content/assets/ebucks/frg-earn-rules/2025-2026/earn-guides/business/ebucks_summary_guide_2025_business_enterprise.pdf" target="_blank" class="button">Earn Guide</a>
  </div>
  <div id="privateBtns">
    {{!-- <a href="#" target="_blank" class="button">Value Pack</a> --}}
    <a href="https://www.ebucks.com/web/ebucks/binaries/content/assets/ebucks/frg-earn-rules/2025-2026/earn-guides/business/ebucks_summary_guide_2025_business_private_healthcare.pdf" target="_blank" class="button">Earn Guide</a>
  </div>
  <div id="pbBtns">
    {{!-- <a href="#" target="_blank" class="button">Value Pack</a> --}}
    <a href="https://www.ebucks.com/web/ebucks/binaries/content/assets/ebucks/frg-earn-rules/2025-2026/earn-guides/business/ebucks_summary_guide_2025_rmb_business.pdf" target="_blank" class="button">Earn Guide</a>
  </div>
</div>

<div class="main-right-content partner fnb-product2">
    <br class="clearBoth">
    {{#each items.travelcms2:section}}
    <h2 class="expander-area" data-gtm="{{this.items.travelcms2:heading}}">
        {{this.items.travelcms2:heading}}
    </h2>
    <div class="expandSection">
        {{{htmllinks this.items.travelcms2:content.content this.items.travelcms2:content.links}}}
    </div>
    {{/each}}
</div>