Skip to content
Closed
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="Vibecode on Appwrite Cloud"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

PR description says "Appwrite Infra" but code says "Appwrite Cloud" — confirm intended text.

The PR description states the banner should read "Vibecode on Appwrite Infra", while both the commit message and this line use "Vibecode on Appwrite Cloud". Please confirm which is correct so the copy is consistent with the intended messaging.

🤖 Prompt for AI Agents
In `@src/lib/layouts/Main.svelte` at line 172, The banner copy is inconsistent:
update the string used where rightText="Vibecode on Appwrite Cloud" in
Main.svelte to match the intended message ("Vibecode on Appwrite Infra" per PR
description) or vice versa if "Cloud" is correct; search for other occurrences
of the same phrase (attributes/variables like rightText, any other literals in
Main.svelte or related components) and make them identical so the UI copy is
consistent across the app, then push the updated literal.

/>
</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
Loading