From 2bf84e6b0a2348a494517148ce1cd90bdb871fda Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 1 Jul 2024 14:04:17 +0200 Subject: [PATCH] feat: carbon campaign --- src/lib/stores/campaigns.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.' + } + ] + } });