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
- 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.