Skip to content

Update benefits.svelte #2108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/routes/partners/(components)/benefits.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
title: 'Training',
description:
'We provide in depth training and workshops to help you master Appwrite for your clients.',
'We provide in-depth training and workshops to help you master Appwrite for your clients.',
icon: Training
},
{
Expand All @@ -36,9 +36,9 @@
icon: EarlyAccess
},
{
title: 'Revenue share',
title: 'Innovation',
description:
'For each client you sell Appwrite to, you will receive a part of the revenue for a whole year.',
"Empower your team and elevate your customers' experiences with the newest technology.",
icon: Revenue
},
{
Expand All @@ -64,7 +64,7 @@
},
{
title: 'All in one platform',
description: 'All the APIs a developer needs in one place. And more to come.',
description: 'Everything you need to develop, deploy, and scale your applications.',
icon: Expert
}
];
Expand Down