Skip to content

Commit

Permalink
fix: eloka portal pages as sub-route of eloka + a typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manustays committed Jul 11, 2024
1 parent 4d86af8 commit 9b6790f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
<li role="menuitem">
<a href="/eloka">{% dotTag "White Label /B2B Portal" %}</a>
<ul class="nested-sub-menu">
<li><a href="/insurance-portal">{% dotTag "Insurance Portal" %}</a></li>
<li><a href="/recharge-portal">{% dotTag "Recharge Portal" %}</a></li>
<li><a href="/travel-portal">{% dotTag "Travel Portal" %}</a></li>
<li><a href="/eloka/insurance-portal">{% dotTag "Insurance Portal" %}</a></li>
<li><a href="/eloka/recharge-portal">{% dotTag "Recharge Portal" %}</a></li>
<li><a href="/eloka/travel-portal">{% dotTag "Travel Portal" %}</a></li>
</ul>
</li>

<li role="menuitem"><a href="/developers/eps">{% dotTag "API Solutions" %}</a></li>
<li role="menuitem"><a href="/retailer">{% dotTag "Retailers' Banking App" %}</a></li>
<li role="menuitem"><a href="/sbi_kiosk">{% dotTag "SBI Kiosk" %}</a></li>


</ul>
{# <div class="extra-links">
<img src="/assets/img/product-nav-opt.svg" width="80" height="80" loading="lazy">
Expand Down
2 changes: 1 addition & 1 deletion src/eloka.njk → src/eloka/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ product: whitelabel
---


{% extends "./_layouts/base.njk" %}
{% extends "../_layouts/base.njk" %}

{# Include Embla Carousel #}
{# {% block custom_script %}
Expand Down
6 changes: 3 additions & 3 deletions src/insurance-portal.njk → src/eloka/insurance-portal.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ product: whitelabel
---


{% extends "./_layouts/base.njk" %}
{% extends "../_layouts/base.njk" %}

{# Include Embla Carousel #}
{# {% block custom_script %}
Expand Down Expand Up @@ -157,7 +157,7 @@ product: whitelabel
caption: "Vehicle Insurance"
}]
} %}
{% include "section_custom_icon_list.njk" %}
{% include "section_custom_icon_list.njk" %}

{# Alternating Steps Section #}
{% set item = {
Expand Down Expand Up @@ -201,7 +201,7 @@ product: whitelabel
}]
} %}
{% include "section_alternating_steps.njk" %}

{# Heros Main section #}
{% set item = {
header: "Why choose us?",
Expand Down
14 changes: 7 additions & 7 deletions src/recharge-portal.njk → src/eloka/recharge-portal.njk
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: B2B Recharge Portal - Start Your Own Company.
description: Launch your business with our B2B Recharge Portal. Get started today with our comprehensive platform designed to help you create and manage your own company effortlessly. Join now and take the first step towards entrepreneurial success.
title: Recharge B2B Portal - Start Your Own Company.
description: Launch your business with our Recharge B2B Portal. Get started today with our comprehensive platform designed to help you create and manage your own company effortlessly. Join now and take the first step towards entrepreneurial success.
keywords: white-label,B2B portal, white label payment solutions, API, developers, enterprise, platform, AePS, DMT, BBPS, CMS, disbursal, cash collection, banking, financial services
business: api
product: whitelabel
---


{% extends "./_layouts/base.njk" %}
{% extends "../_layouts/base.njk" %}

{# Include Embla Carousel #}
{# {% block custom_script %}
Expand All @@ -26,7 +26,7 @@ product: whitelabel
{# Top Hero Section #}
{% set product = {
icon: "/assets/img/eloka/eloka-logo.opt.svg",
tag_line: "B2B Recharge Portal",
tag_line: "Recharge B2B Portal",
sub_tag_line: "Empower Your Business with Seamless Recharge Solutions",
hero_image: "/assets/img/utility bill/utility-main.svg",
signup_label: "Start For Free",
Expand All @@ -49,7 +49,7 @@ product: whitelabel
<h1>{{ product.sub_tag_line }}</h1>

<p class="lh-high">Welcome to Eloka, an end-to-end B2B portal/white-label platform that helps businesses like yours to access the full potential of your agent network.</p>
<p class="lh-high">Eloka offers you the opportunity to start your own business with our B2B Recharge Portal. Easily manage mobile, DTH, and utility recharges at the click of a button with your own branded platform.
<p class="lh-high">Eloka offers you the opportunity to start your own business with our Recharge B2B Portal. Easily manage mobile, DTH, and utility recharges at the click of a button with your own branded platform.
</p>

<p class="lh-high"></p>
Expand Down Expand Up @@ -135,7 +135,7 @@ product: whitelabel
}]
} %}
{% include "section_carousel.njk" %} #}


{# Icon List Section #}
{% set item = {
Expand Down Expand Up @@ -182,7 +182,7 @@ product: whitelabel
} %}
{% include "section_custom_icon_list.njk" %}



{# Alternating Steps Section #}
{% set item = {
Expand Down
2 changes: 1 addition & 1 deletion src/travel-portal.njk → src/eloka/travel-portal.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ product: whitelabel
---


{% extends "./_layouts/base.njk" %}
{% extends "../_layouts/base.njk" %}

{# Include Embla Carousel #}
{# {% block custom_script %}
Expand Down

0 comments on commit 9b6790f

Please sign in to comment.