Skip to content

Commit

Permalink
Merge pull request #1687 from appwrite/chore-fix-scale-release-copy
Browse files Browse the repository at this point in the history
chore: fix scale release copy
  • Loading branch information
ArmanNik authored Jan 23, 2025
2 parents cf02a92 + 8811f26 commit 125aeba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
26 changes: 18 additions & 8 deletions src/lib/components/PreFooter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="info text-caption font-medium" />
</div>
<p class="web-strip-plans-info text-caption font-medium">
For personal hobby projects and students.
A great fit for passion projects and small applications.
</p>
<a
href={`${PUBLIC_APPWRITE_DASHBOARD}/register`}
Expand All @@ -66,7 +66,8 @@
<div class="info text-caption font-medium">per member/month</div>
</div>
<p class="web-strip-plans-info text-caption font-medium">
For pro developers and teams that need to scale their products.
For production applications that need powerful functionality and resources
to scale.
</p>
<a
href={`${PUBLIC_APPWRITE_DASHBOARD}/console?type=create&plan=tier-1`}
Expand All @@ -93,14 +94,23 @@
<div class="info text-caption font-medium">per org/month</div>
</div>
<p class="web-strip-plans-info text-caption font-medium">
For pro developers and production projects that need the ability to scale.
For teams that handle more complex and large projects and need more control
and support.
</p>
<button
class="web-button is-full-width-mobile is-secondary web-u-cross-child-end"
disabled
<a
href={`${PUBLIC_APPWRITE_DASHBOARD}/console?type=create&plan=tier-2`}
class="web-button is-full-width-mobile web-u-cross-child-end"
target="_blank"
rel="noopener noreferrer"
on:click={() =>
trackEvent({
plausible: {
name: 'Get started Scale plan'
}
})}
>
<span class="text">Coming soon</span>
</button>
<span class="text">Start building</span>
</a>
</div>
</li>
<li class="web-strip-plans-item web-strip-plans-container-query">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: After months of beta testing we are ready to release the Scale plan
date: 2025-01-23
cover: /images/blog/scale-plan.png
timeToRead: 4
author: laura-dury
author: laura-du-ry
category: product
featured: false
callToAction: true
Expand Down
11 changes: 8 additions & 3 deletions src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,14 @@
<div class="web-mini-card">
<div class="flex flex-col items-center justify-between gap-2">
<h4 class="text-sub-body text-primary font-medium">Scale</h4>
<button class="web-button is-secondary !w-full" disabled>
<span class="text-sub-body font-medium">Coming soon</span>
</button>
<a
class="web-button !w-full"
href="https://cloud.appwrite.io/console?type=create&plan=tier-2"
target="_blank"
rel="noopener noreferrer"
>
<span class="text-sub-body font-medium">Start building</span>
</a>
</div>
</div>
<div class="web-mini-card">
Expand Down

0 comments on commit 125aeba

Please sign in to comment.