Skip to content

Commit 6db0727

Browse files
committed
Update prices
1 parent 79d02d9 commit 6db0727

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/accounts-billing/new-pricing-comparison.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ export const PricingToggles = () => {
2828
monthly: {
2929
free: 0,
3030
individual: 39,
31-
growth: '1st seat: $90, 2nd seat: $45',
31+
growth: '1st seat: $80, 2nd seat: $55',
3232
business: '1st seat: $150, \n Seats 2-5: $85 each*',
3333
enterprise: 'Custom'
3434
},
3535
annual: {
3636
free: 0,
3737
individual: 351, // $360/year = $30/month effective
38-
growth: '1st seat: $810, 2nd seat: $405',
38+
growth: '1st seat: $720, 2nd seat: $495',
3939
business: '1st seat: $1,350, Seats 2-5: $765*', // $4752/year = $396/month effective
4040
enterprise: 'Custom'
4141
}
@@ -44,7 +44,7 @@ export const PricingToggles = () => {
4444
monthly: {
4545
free: 0,
4646
individual: 1300, // Official INR rate
47-
growth: '1st seat: ₹3,000, 2nd seat: ₹1,500', // Official INR rate
47+
growth: '1st seat: ₹2,650, 2nd seat: ₹1,850', // Official INR rate
4848
business: '1st seat: ₹5,100, Seats 2-5: ₹2,850 each*', // Official INR rate
4949
enterprise: 'Custom'
5050
},
@@ -176,7 +176,7 @@ export const PricingToggles = () => {
176176
<tr>
177177
<th>Plan</th>
178178
<th>Free<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.free)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>{getPeriodText()}</span></th>
179-
<th>Individual<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.individual)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>{getPeriodText()}</span></th>
179+
<th>Basic<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.individual)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>{getPeriodText()}</span></th>
180180
<th>Growth<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.growth)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>{getPeriodText()}</span></th>
181181
<th>Business<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.business)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>{getPeriodText()}</span></th>
182182
<th>Enterprise<br/><span style={{fontSize: '1.2em', fontWeight: 'bold'}}>{formatPrice(currentPrices.enterprise)}</span><br/><span style={{fontSize: '0.9em', opacity: '0.8'}}>pricing</span></th>
@@ -224,7 +224,7 @@ export const PricingToggles = () => {
224224
<td>50 requests/mo</td>
225225
<td>200 requests/mo</td>
226226
<td>500 requests/mo</td>
227-
<td>Custom (unlimited)</td>
227+
<td>Custom</td>
228228
</tr>
229229

230230
<tr className="section-header">
@@ -274,8 +274,8 @@ export const PricingToggles = () => {
274274
<td>Development Environments<br/><span className="feature-description">Separate databases and configuration values for testing and production</span></td>
275275
<td>1 (default only)</td>
276276
<td>1 (default only)</td>
277-
<td>Up to 2 (+default)</td>
278-
<td>Up to 3 (+default)</td>
277+
<td>Up to 1 additional (+default)</td>
278+
<td>Up to 2 additional (+default)</td>
279279
<td>Custom</td>
280280
</tr>
281281

@@ -538,8 +538,8 @@ export const PricingToggles = () => {
538538
<td>Single Project Collaborator Add-Ons<br/><span className="feature-description">Allow non-team members to collaborate on a single project</span></td>
539539
<td>None</td>
540540
<td>None</td>
541-
<td>Up to 4 collaborators</td>
542-
<td>Up to 10 collaborators</td>
541+
<td>Up to 4 collaborators available for purchase</td>
542+
<td>Up to 10 collaborators available for purchase</td>
543543
<td>N/A (unlimited team editors)</td>
544544
</tr>
545545
<tr>
@@ -652,7 +652,7 @@ export const PricingToggles = () => {
652652
<td>1 free domain, more available for purchase</td>
653653
<td>1 free domain, more available for purchase</td>
654654
<td>1 free domain, more available for purchase</td>
655-
<td>Unlimited</td>
655+
<td>Custom</td>
656656
</tr>
657657
<tr>
658658
<td>Custom Web Favicon<br/><span className="feature-description">Set custom favicon for web publishing</span></td>

0 commit comments

Comments
 (0)