Skip to content

Commit eefa53a

Browse files
author
Jesse Winton
authored
Merge pull request #2067 from appwrite/homepage-fixes
2 parents 9175106 + 55d76d7 commit eefa53a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
-32.9 KB
Loading

src/routes/(marketing)/(components)/pricing.svelte

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,30 @@
1616
{
1717
name: 'Free',
1818
price: '$0',
19-
description: 'For personal hobby projects and students.',
19+
description: 'A great fit for passion projects and small applications.',
2020
event: 'home-pricing-cards-free-click'
2121
},
2222
{
2323
name: 'Pro',
2424
price: '$15',
2525
tag: 'Popular',
26-
description: 'For pro developers and teams that need to scale their products.',
27-
subtitle: 'per member/month',
26+
description:
27+
'For production applications that need powerful functionality and resources to scale.',
28+
subtitle: '/month',
2829
event: 'home-pricing-cards-pro-click'
2930
},
3031
{
3132
name: 'Scale',
3233
price: '$599',
33-
description: 'For teams and products that need more control and support.',
34-
subtitle: 'per organization/month',
34+
description:
35+
'For teams that handle more complex and large projects and need more control and support.',
36+
subtitle: '/month',
3537
event: 'home-pricing-cards-scale-click'
3638
},
3739
{
3840
name: 'Enterprise',
3941
price: 'Custom',
4042
description: 'For enterprises that need more power and premium support.',
41-
subtitle: 'per organization/month',
4243
event: 'home-pricing-cards-enterprise-click'
4344
}
4445
];

src/routes/(marketing)/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
description: 'PoP locations'
5656
},
5757
{
58-
number: 200,
58+
number: 300,
5959
suffix: 'K+',
6060
description: 'developers'
6161
},

0 commit comments

Comments
 (0)