From 4dae3c9e7283d3b1805f510bda55162c51f19822 Mon Sep 17 00:00:00 2001 From: Moskovkin Ilya Date: Mon, 8 Jun 2026 16:12:35 +0700 Subject: [PATCH] landing: rewrite Platforms section in user language (drop Capacitor/Electron jargon) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even after the honest-status fix, this section still spoke to developers: "One codebase", "wrapped natively with Capacitor/Electron", "Capacitor-ready", "Electron-ready". A user doesn't care about the bundler — they care that Anchor is just there. Rewrote it around the real, true benefit (installable PWA, no app store): heading: "One codebase. Web, mobile, desktop." -> "Wherever you check in." body: Capacitor/Electron build talk -> "Open Anchor in your browser, or add it to your home screen on phone and desktop. No app store, no download." rows: Web/Available, iOS/Capacitor-ready, macOS/Electron-ready -> In your browser/Just open it, On your phone/Add to home, On your desktop/Install it Co-Authored-By: Claude Opus 4.8 (1M context) --- app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index ddf2b73..9ea41e3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -34,9 +34,9 @@ const features = [ ] const platforms = [ - { icon: Globe, label: "Web", note: "Available" }, - { icon: Smartphone, label: "iOS / Android", note: "Capacitor-ready" }, - { icon: Monitor, label: "macOS / Windows", note: "Electron-ready" }, + { icon: Globe, label: "In your browser", note: "Just open it" }, + { icon: Smartphone, label: "On your phone", note: "Add to home" }, + { icon: Monitor, label: "On your desktop", note: "Install it" }, ] const practice = [ @@ -219,14 +219,14 @@ export default function Landing() { Anywhere

- One codebase. + Wherever
- Web, mobile, desktop. + you check in.

- Built once with Next.js, then wrapped natively with Capacitor - for iOS & Android and Electron for macOS & Windows. Same UI, - same flow, everywhere you check in. + Open Anchor in your browser, or add it to your home screen on + phone and desktop. No app store, no download — it's just + there when you need it.