Skip to content

Commit

Permalink
fix: update sales mobile number
Browse files Browse the repository at this point in the history
  • Loading branch information
manustays committed Nov 23, 2023
1 parent 8931338 commit 24681ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<li role="menuitem"><a href="/developers/eps/bbps-api/">{% dotTag "Utility Bill Payment" %}</a></li>
<li role="menuitem"><a href="/developers/eps/qr-payment-api/">{% dotTag "QR Payment" %}</a></li>
<li role="menuitem"><a href="/developers/eps/cms-cash-collection-api/">{% dotTag "Cash Collection (CMS)" %}</a></li>
<li role="menuitem"><a href="/developers/eps/cms-cash-drop-api/">{% dotTag "Cash Drop (CMS)" %}</a></li>
<li role="menuitem"><a href="/developers/eps/cms-cash-drop-api/">{% dotTag "Cash Drop (CMS)" %}</a></li>
<li role="menuitem"><a href="/developers/eps/payout-api/">{% dotTag "Payout" %}</a></li>
</ul>
<ul>
Expand Down Expand Up @@ -140,7 +140,7 @@
<div class="desktoponly layout horizontal center" style="width:310px">
<div class="callUs">
<img src="/assets/img/customer-service.png">
<span>+91 7303700879</span>
<span>+91 9911849143</span>
</div>
<a href="{% getSignupURL website.signup_url, business %}" class="button">Sign Up</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/eloka.njk
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ product: whitelabel
},
{
title: "How can I get a live demo?",
description: "Contact our sales team at +91 7303700879 and schedule your demo in no time. You can also start a free trial to try it out for yourself!"
description: "Contact our sales team at +91 9911849143 and schedule your demo in no time. You can also start a free trial to try it out for yourself!"
}]
} %}
{% include "section_accordion.njk" %}
Expand Down

0 comments on commit 24681ef

Please sign in to comment.