Skip to content

Commit 7897ce1

Browse files
author
Michał Gryczka
committed
pricing: striked prices removed, roadmap priviliges added to enterprise
1 parent 839dca6 commit 7897ce1

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

src/components/pricing/Pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const PricingCard = ({ data, activePlan }: CardProps) => {
110110
spaced: data.price === 0 || data.price === -1 || !isAnnual,
111111
})}
112112
>
113-
{data.price > 0 && (
113+
{data.price > 0 && !isAnnual && (
114114
<p
115115
className={clsx("monthly", {
116116
discount: hasDiscount && isAnnual,

src/content/pricing/enterprise.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ annualPrice: -1
77
annualPriceLink: "/get-a-quote/"
88
buttonText: "Contact Sales"
99
---
10-
11-
12-
- All Open Source features without limits
13-
- All [Enterprise features](https://docs.defguard.net/enterprise/enterprise-features) with:
14-
- Custom user limits or unlimited
15-
- Custom VPN locations limit or unlimited
16-
- Custom [network devices](https://docs.defguard.net/admin-and-features/network-devices) (eg. IoT) limit or unlimited
17-
- [Offline license](https://docs.defguard.net/enterprise/license#offline-license)
10+
- All [Enterprise features](https://docs.defguard.net/enterprise/enterprise-features) with custom users and locations limits or unlimited
11+
- [Offline license on request](https://docs.defguard.net/enterprise/license#offline-license)
12+
- Roadmap Privileges - participation in shaping Defguard’s roadmap, with priority consideration for requested features.
1813
- Enterprise Support:
1914
- Guaranteed response within 1 business day
2015
- Dedicated representative

src/content/pricing/premium.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ price: 139
55
priceLink: "https://buy.stripe.com/6oUcN5gtN2RA3Emd2vbfO0l"
66
annualPrice: 129
77
annualPriceLink: "https://buy.stripe.com/eVqfZh0uPdwe4Iq7IbbfO0m"
8-
discount: 7
98
buttonText: "Buy"
109
---
1110
- All Open Source features without limits

src/content/pricing/standard.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ price: 69
55
priceLink: "https://buy.stripe.com/6oU6oH4L59fY8YG8MfbfO0j"
66
annualPrice: 59
77
annualPriceLink: "https://buy.stripe.com/00w3cva5p3VEgr87IbbfO0k"
8-
discount: 15
98
buttonText: "Buy"
109
disabled: false
1110
---

0 commit comments

Comments
 (0)