@@ -28,14 +28,14 @@ export const PricingToggles = () => {
28
28
monthly: {
29
29
free: 0,
30
30
individual: 39,
31
- growth: '1st seat: $90 , 2nd seat: $45 ',
31
+ growth: '1st seat: $80 , 2nd seat: $55 ',
32
32
business: '1st seat: $150, \n Seats 2-5: $85 each* ',
33
33
enterprise: 'Custom'
34
34
},
35
35
annual: {
36
36
free: 0,
37
37
individual: 351, // $360/year = $30/month effective
38
- growth: '1st seat: $810 , 2nd seat: $405 ',
38
+ growth: '1st seat: $720 , 2nd seat: $495 ',
39
39
business: '1st seat: $1,350, Seats 2-5: $765* ', // $4752/year = $396/month effective
40
40
enterprise: 'Custom'
41
41
}
@@ -44,7 +44,7 @@ export const PricingToggles = () => {
44
44
monthly: {
45
45
free: 0,
46
46
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
48
48
business: '1st seat: ₹5,100, Seats 2-5: ₹2,850 each* ', // Official INR rate
49
49
enterprise: 'Custom'
50
50
},
@@ -176,7 +176,7 @@ export const PricingToggles = () => {
176
176
<tr>
177
177
<th>Plan</th>
178
178
<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>
180
180
<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>
181
181
<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>
182
182
<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 = () => {
224
224
<td>50 requests/mo</td>
225
225
<td>200 requests/mo</td>
226
226
<td>500 requests/mo</td>
227
- <td>Custom (unlimited) </td>
227
+ <td>Custom</td>
228
228
</tr>
229
229
230
230
<tr className="section-header">
@@ -274,8 +274,8 @@ export const PricingToggles = () => {
274
274
<td>Development Environments<br/><span className="feature-description">Separate databases and configuration values for testing and production</span></td>
275
275
<td>1 (default only)</td>
276
276
<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>
279
279
<td>Custom</td>
280
280
</tr>
281
281
@@ -538,8 +538,8 @@ export const PricingToggles = () => {
538
538
<td>Single Project Collaborator Add-Ons<br/><span className="feature-description">Allow non-team members to collaborate on a single project</span></td>
539
539
<td>None</td>
540
540
<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>
543
543
<td>N/A (unlimited team editors)</td>
544
544
</tr>
545
545
<tr>
@@ -652,7 +652,7 @@ export const PricingToggles = () => {
652
652
<td>1 free domain, more available for purchase</td>
653
653
<td>1 free domain, more available for purchase</td>
654
654
<td>1 free domain, more available for purchase</td>
655
- <td>Unlimited </td>
655
+ <td>Custom </td>
656
656
</tr>
657
657
<tr>
658
658
<td>Custom Web Favicon<br/><span className="feature-description">Set custom favicon for web publishing</span></td>
0 commit comments