From 4633a7e8fec28f826b96be138cf59c4032fbda85 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Fri, 6 Feb 2026 13:11:23 +0700 Subject: [PATCH] website: update homepage hero positioning copy --- packages/website/src/routes/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/website/src/routes/index.tsx b/packages/website/src/routes/index.tsx index 00a133565..4abb20990 100644 --- a/packages/website/src/routes/index.tsx +++ b/packages/website/src/routes/index.tsx @@ -98,11 +98,11 @@ function Hero() { return (

- Manage coding agents from your phone and desktop + Run Codex and Claude Code locally from your phone and desktop

- Agents run on your machine with your full dev environment. Connect from - phone, desktop, or web. + Use your full dev environment on your own machine. Use voice to check + in, reply, and keep work moving from your phone.

) @@ -337,4 +337,3 @@ function FAQItem({ ) } -