Skip to content

Commit 2421101

Browse files
authored
Merge pull request #2742 from appwrite/update-homepage-messaging
Update homepage messaging
2 parents e1f3c10 + 97b4ab8 commit 2421101

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/lib/layouts/Main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
showLabel={true}
170170
leftText="Introducing"
171171
logoText="Imagine"
172-
rightText="Build something real"
172+
rightText="AI Builder on Appwrite Cloud"
173173
/>
174174
</div>
175175
</div>

src/routes/(marketing)/(components)/hero.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
};
1515
1616
const {
17-
title = "The developers' cloud",
18-
subtitle = 'Appwrite is an open-source, cloud development platform for developers who like to get things done. Use built-in backend infrastructure and web hosting, all from a single place.'
17+
title = 'All-in-one infra for solo devs & SMBs',
18+
subtitle = 'Appwrite is an open-source, developer infrastructure platform with Auth, Database, Storage, Functions, Realtime, SMS, Email, Push, and Hosting.'
1919
}: Props = $props();
2020
</script>
2121

src/routes/(marketing)/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
import LogoList from './(components)/logo-list.svelte';
1515
</script>
1616

17-
<Head title="Appwrite - The developers' cloud" />
17+
<Head title="Appwrite - All-in-one infra for solo devs & SMBs" />
1818

1919
<Main>
20-
<Hero title="The developers' cloud" />
20+
<Hero title="All-in-one infra for solo devs & SMBs" />
2121
<Platforms headline="Designed for the tools you work with" />
2222
<LogoList
2323
class="border-smooth border-b"

0 commit comments

Comments
 (0)