From f1f68e2dec3e1eaae8fee3004ffd5bd158553ea9 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 7 Jun 2026 20:39:05 -0400 Subject: [PATCH] Update hero copy for AI website builder starting screen Co-Authored-By: Claude Opus 4.8 --- app/page.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.json b/app/page.json index 4d251ae..7012fae 100644 --- a/app/page.json +++ b/app/page.json @@ -9,8 +9,8 @@ "type": "hero", "props": { "id": "hero-home", - "title": "Start prompting", - "subtitle": "Describe what you want and let AI build your website — then click Edit to fine-tune it with drag-and-drop." + "title": "Start prompt", + "subtitle": "Build with AI, then click edit to refine with a visual editor" } } ]