Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
showLabel={true}
leftText="Introducing"
logoText="Imagine"
rightText="Build something real"
rightText="AI Builder on Appwrite Cloud"
/>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(marketing)/(components)/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
};

const {
title = "The developers' cloud",
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.'
title = 'All-in-one infra for solo devs & SMBs',
subtitle = 'Appwrite is an open-source, developer infrastructure platform with Auth, Database, Storage, Functions, Realtime, SMS, Email, Push, and Hosting.'
}: Props = $props();
</script>

Expand Down
4 changes: 2 additions & 2 deletions src/routes/(marketing)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import LogoList from './(components)/logo-list.svelte';
</script>

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

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