Skip to content

Commit 3072864

Browse files
authored
Update pricingData.js
Signed-off-by: Naman Verma <149177973+Namanv0509@users.noreply.github.com>
1 parent 70681ec commit 3072864

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Pricing/PricingAddons/pricingData.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export const getAddOns = (theme) => [
8686
unitLabel: "servers",
8787
maxUnits: 50,
8888
pricing: [
89-
{ units: 1, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" }, // 64 * 12 * 0.85 / 12 ≈ 54.40
90-
{ units: 25, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" }, // 1600 / 25 = 64
91-
{ units: 50, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" }, // 3200 / 50 = 64
89+
{ units: 1, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
90+
{ units: 25, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
91+
{ units: 50, monthlyPerUnit: 64, yearlyPerUnit: 54.40, currency: "$" },
9292
],
9393
features: ["Automated deployment", "Real-time monitoring", "Multi-cluster support", "Performance analytics"],
9494
},
@@ -102,9 +102,9 @@ export const getAddOns = (theme) => [
102102
unitLabel: "collaborators",
103103
maxUnits: 200,
104104
pricing: [
105-
{ units: 1, monthlyPerUnit: 2, yearlyPerUnit: 1.70, currency: "$" }, // 2 * 12 * 0.85 / 12 ≈ 1.70
106-
{ units: 100, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" }, // 150 / 100 = 1.50
107-
{ units: 200, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" }, // 300 / 200 = 1.50
105+
{ units: 1, monthlyPerUnit: 2, yearlyPerUnit: 1.70, currency: "$" },
106+
{ units: 100, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
107+
{ units: 200, monthlyPerUnit: 1.50, yearlyPerUnit: 1.275, currency: "$" },
108108
],
109109
features: ["Enhanced Security", "Guaranteed SLAs", "Conflict-Free Synchronization", "Real-Time Collaboration"],
110110
},

0 commit comments

Comments
 (0)