Skip to content
Open
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/routes/partners/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import Why from './(components)/why.svelte';

const title = 'Partners' + TITLE_SUFFIX;
const description = DEFAULT_DESCRIPTION;
const description = 'Grow your agency with the Appwrite Partners Program. Get flexible tiers, expert training, volume discounts, early access to new features, and more.';
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/the-appwrite-network/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
} from '$lib/utils/metadata';

const title = 'The Appwrite Network';
const description = DEFAULT_DESCRIPTION;
const description = 'Discover The Appwrite Network. Explore our global PoP locations, edges, regions, and more to ensure <50ms ping and low latency for your apps worldwide.';
const ogImage = `${DEFAULT_HOST}/images/open-graph/website.png`;

const heading = 'The Appwrite Network';
Expand Down