diff --git a/src/lib/stores/campaigns.ts b/src/lib/stores/campaigns.ts index 9303cdf65..6ffc9e0f1 100644 --- a/src/lib/stores/campaigns.ts +++ b/src/lib/stores/campaigns.ts @@ -100,4 +100,20 @@ campaigns } ] } + }) + .set('carbon', { + template: 'review', + title: 'Build your entire backend within minutes.', + description: + 'Get $50 in Cloud credits when you upgrade or create an organization with a Pro plan.', + data: { + reviews: [ + { + name: 'David Foster', + img: '1.jpeg', + desc: 'Managing director', + review: 'We really loved working with Appwrite for launching our bootstrapped "Open Mind" App. It was saving us a lot of money in comparison to Firebase since the amount of users grew quite fast and we needed a quick switch.' + } + ] + } });