Skip to content

Commit

Permalink
Change install now link in pricing page
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 9, 2023
1 parent 2e405bb commit adaf73e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions layouts/pricing/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ <h2>Plans</h2>

<!-- cta-right part start -->
<div class="cta-right">

<!-- single cta start -->
<div class="single-cta enterprise has-text-centered">
<h3>KubeDB Enterprise</h3>
<p>Open Core KubeDB for production and/or substained usage databases</p>
<div class="bottom-content">
<!-- <a href="/docs/latest/setup/install/enterprise" class="is-trial">Try for Free!</a> -->
<a href="{{ $.Site.Params.domain_appscode }}/contact/" class="button ac-button is-secondary">Contact Us</a>
<!-- <a href="{{ $.Site.Params.domain_appscode }}/contact/" class="button ac-button is-secondary">Contact Us</a> -->
<a href="/docs/latest/setup/" class="button ac-button is-secondary">Install Now!</a>
</div>
</div>
<!-- single cta end -->
Expand Down Expand Up @@ -304,7 +305,7 @@ <h3>KubeDB Enterprise</h3>
<div class="features-name">Features</div>
<!-- features plan wrapper -->
<div class="features-plan-wrapper">

<!-- enterprise plan start -->
<div class="features-plan enterprise">
<div class="e-plan"></div>
Expand Down

0 comments on commit adaf73e

Please sign in to comment.