Skip to content

Commit

Permalink
Update Heading.vue pricing page (#2092)
Browse files Browse the repository at this point in the history
* Update Heading.vue

* Update Table.vue

* Update Heading.vue
  • Loading branch information
MartinRst authored Jan 16, 2025
1 parent ca69fd0 commit 4782ddc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions components/price/Heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<h4 class="card-title" data-aos="fade-right">Enterprise Edition</h4>
<p class="pricing" data-aos="fade-left">Built For Production</p>
<p class="pricing-type" data-aos="fade-left">On-Demand</p>
<div class="pricing-desc" data-aos="fade-left">Instance based model with: 
No limits on users, workflows, or tasks.</div>
<div class="pricing-desc" data-aos="fade-left"> Predictable instance based model with: no limits on users, workflows, or tasks.</div>
</div>
<NuxtLink
href="/demo"
class="demo-btn"
data-aos="zoom-in"
>
Book a Demo
Book a Call
</NuxtLink>
<ul>
<li data-aos="fade-right" data-aos-delay="100">
Expand All @@ -92,6 +92,12 @@
</div>
<span>Productivity</span>
</li>
<li data-aos="fade-right" data-aos-delay="150">
<div class="check-icon">
<Plus />
</div>
<span>Scalability</span>
</li>
<li data-aos="fade-right" data-aos-delay="150">
<div class="check-icon">
<Plus />
Expand Down
2 changes: 1 addition & 1 deletion components/price/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
name: 'Enterprise Edition',
period: "Per Instance",
button: {
text: "Talk to Sales",
text: "Book a Call",
href: "/demo",
},
},
Expand Down

0 comments on commit 4782ddc

Please sign in to comment.