Skip to content

Commit af6f6b9

Browse files
authored
Update +page.svelte
1 parent fde4fd3 commit af6f6b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/routes/startups/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
const title = 'Startups' + TITLE_SUFFIX;
2828
const description =
29-
"Get $20,000 in cloud credits to fulfill all your startup's backend needs. Apply for Appwrite's Startups Program today.";
29+
"Get cloud credits to fulfill all your startup's backend and hosting needs. Apply for Appwrite's Startups Program today.";
3030
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
3131
3232
let personName: string;
@@ -211,9 +211,9 @@
211211
<p
212212
class="text-description web-u-max-width-640 e-u-padding-inline-32-desktop mx-auto"
213213
>
214-
The Appwrite Startups Program supports your startup with a complete
215-
backend for you to build your products. You will receive $20,000 Cloud
216-
credits for Appwrite Scale for 12 months.
214+
The Appwrite Startups Program supports your startup with an all-in-one
215+
cloud platform for you to build your products. You will receive Cloud
216+
credits and a discount for Appwrite's paid plans.
217217
</p>
218218
<Button onclick={scrollToForm} class="mx-auto mt-3">Apply now</Button>
219219
</div>
@@ -233,10 +233,10 @@
233233
alt=""
234234
/>
235235
<div class="flex flex-col gap-2 text-center">
236-
<h2 class="text-label text-primary">Complete backend</h2>
236+
<h2 class="text-label text-primary">Complete platform</h2>
237237
<p class="text-body font-medium">
238-
Get access to Appwrite’s Scale plan and build your entire
239-
backend with Appwrite.
238+
Get discounted access to Appwrite’s paid plans and develop, host,
239+
and scale your entire application with Appwrite.
240240
</p>
241241
</div>
242242
</li>
@@ -250,7 +250,7 @@
250250
<div class="flex flex-col gap-2 text-center">
251251
<h2 class="text-label text-primary">Cloud credits</h2>
252252
<p class="text-body font-medium">
253-
Get Appwrite Cloud Scale for 12 months and reduce risk at an
253+
Save on development and cloud costs and reduce risk at an
254254
early stage.
255255
</p>
256256
</div>
@@ -265,7 +265,7 @@
265265
<div class="flex flex-col gap-2 text-center">
266266
<h2 class="text-label text-primary">Priority support</h2>
267267
<p class="text-body font-medium">
268-
Get community support and priority email support from the
268+
Get community support and priority support from the
269269
Appwrite team.
270270
</p>
271271
</div>

0 commit comments

Comments
 (0)