Skip to content

Commit 7a65827

Browse files
committed
Update pricing for Team Designer, Team Operator, and Enterprise tiers
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent f3fee58 commit 7a65827

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/sections/Pricing/generatePlans.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ function generatePlans(data) {
1717
"TeamDesigner": {
1818
tier: "Team Designer",
1919
featured: false,
20-
monthlyprice: 8,
21-
yearlyprice: 68,
20+
monthlyprice: 16,
21+
yearlyprice: 164,
2222
byline: "Advanced collaboration for declarative DevOps",
2323
byline2: "← Everything included in Free, plus...",
2424
button: ["Start Free Trial", "https://cloud.layer5.io"],
2525
},
2626
"TeamOperator": {
2727
tier: "Team Operator",
2828
featured: false,
29-
monthlyprice: 8,
30-
yearlyprice: 68,
29+
monthlyprice: 16,
30+
yearlyprice: 164,
3131
// pricing_coming_soon: <img src={comingSoon} alt="Coming Soon" />,
3232
byline: "Advanced collaboration for imperative DevOps",
3333
byline2: "← Everything included in Free, plus...",
@@ -36,8 +36,8 @@ function generatePlans(data) {
3636
"Enterprise": {
3737
tier: "Enterprise",
3838
featured: true,
39-
monthlyprice: 22,
40-
yearlyprice: 248,
39+
monthlyprice: 44,
40+
yearlyprice: 449,
4141
pricing_coming_soon: <img src={comingSoon} alt="Coming Soon" />,
4242
byline: "Flexible deployment, and MSP multi-tenancy.",
4343
byline2: "← Everything included in Team, plus...",

0 commit comments

Comments
 (0)