@@ -28,31 +28,31 @@ export const PricingToggles = () => {
28
28
monthly: {
29
29
free: 0,
30
30
individual: 39,
31
- growth: '1st seat: $80, 2nd seat: $55',
31
+ growth: '1st seat: $80, \n 2nd seat: $55',
32
32
business: '1st seat: $150, \n Seats 2-5: $85 each* ',
33
33
enterprise: 'Custom'
34
34
},
35
- annual: {
35
+ annual: {
36
36
free: 0,
37
37
individual: 351, // $360/year = $30/month effective
38
- growth: '1st seat: $720, 2nd seat: $495',
39
- business: '1st seat: $1,350, Seats 2-5: $765* ', // $4752/year = $396/month effective
38
+ growth: '1st seat: $720, \n 2nd seat: $495',
39
+ business: '1st seat: $1,350, \n Seats 2-5: $765* ', // $4752/year = $396/month effective
40
40
enterprise: 'Custom'
41
41
}
42
42
},
43
43
INR: {
44
44
monthly: {
45
45
free: 0,
46
46
individual: 1300, // Official INR rate
47
- growth: '1st seat: ₹2,650, 2nd seat: ₹1,850', // Official INR rate
48
- business: '1st seat: ₹5,100, Seats 2-5: ₹2,850 each* ', // Official INR rate
47
+ growth: '1st seat: ₹2,650, \n 2nd seat: ₹1,850', // Official INR rate
48
+ business: '1st seat: ₹5,100, \n Seats 2-5: ₹2,850 each* ', // Official INR rate
49
49
enterprise: 'Custom'
50
50
},
51
51
annual: {
52
52
free: 0,
53
53
individual: 11700, // ₹11,700/year = ₹975/month effective
54
54
growth: '1st seat: ₹27,000, \n 2nd seat: ₹13,500',
55
- business: '1st seat: ₹45,900, Seats 2-5: ₹25,650* ',
55
+ business: '1st seat: ₹45,900, \n Seats 2-5: ₹25,650* ',
56
56
enterprise: 'Custom'
57
57
}
58
58
}
0 commit comments