From 886cf9d42112b73ec449a300418ae3df651527a7 Mon Sep 17 00:00:00 2001
From: Jason Alafgani
Date: Fri, 6 Feb 2026 14:31:51 -0800
Subject: [PATCH] Update homepage copy and banner text
- Change main headline to 'All-in-one infra for solo devs & SMBs'
- Update subheadline to list all platform features
- Update top banner text to 'Vibecode on Appwrite Cloud'
- Update page title to match new headline
Co-authored-by: Cursor
---
src/lib/layouts/Main.svelte | 2 +-
src/routes/(marketing)/(components)/hero.svelte | 4 ++--
src/routes/(marketing)/+page.svelte | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/lib/layouts/Main.svelte b/src/lib/layouts/Main.svelte
index 537b5c841a..eb13f27e3d 100644
--- a/src/lib/layouts/Main.svelte
+++ b/src/lib/layouts/Main.svelte
@@ -169,7 +169,7 @@
showLabel={true}
leftText="Introducing"
logoText="Imagine"
- rightText="Build something real"
+ rightText="Vibecode on Appwrite Cloud"
/>
diff --git a/src/routes/(marketing)/(components)/hero.svelte b/src/routes/(marketing)/(components)/hero.svelte
index dba0aac47c..a7371b4c1c 100644
--- a/src/routes/(marketing)/(components)/hero.svelte
+++ b/src/routes/(marketing)/(components)/hero.svelte
@@ -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();
diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte
index 08dec353fe..9211356c70 100644
--- a/src/routes/(marketing)/+page.svelte
+++ b/src/routes/(marketing)/+page.svelte
@@ -14,10 +14,10 @@
import LogoList from './(components)/logo-list.svelte';
-
+
-
+