diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 68bf848f..546ce2dd 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -24,8 +24,6 @@ import { Globe, CheckCircle2, Search, - Users, - Building2, Check, Database, Github, @@ -692,75 +690,6 @@ export default function Page() { - - {/* T4 — Teams & Workspaces (full-width, NEW) */} - - - - - - - - - - - - - Workspaces - - NEW - - - A workspace for every project - - - Keep each project in its own workspace — separate tools, notes, snippets, - and vaults — and switch between them in a click. Everything stays local on - your device. Shared team workspaces & collaboration are on the roadmap. - - - Get the app - - - - - {/* Workspace + roles preview */} - - - - - Workspaces - - On your device - - - - {[ - { name: "Personal", role: "Active" }, - { name: "Client — Acme", role: "Project" }, - { name: "Side project", role: "Project" }, - { name: "Team collaboration", role: "Soon" }, - ].map((m) => ( - - - {m.name} - - {m.role} - - - ))} - - - - - diff --git a/apps/web/src/lib/seo/structured-data.ts b/apps/web/src/lib/seo/structured-data.ts index 871ec784..b00bc818 100644 --- a/apps/web/src/lib/seo/structured-data.ts +++ b/apps/web/src/lib/seo/structured-data.ts @@ -319,7 +319,6 @@ export function buildWebSiteGraphJsonLd(): Record { 'Crypto tools: encryption playground, HMAC, TOTP 2FA, SSH key generator', 'Data converters: CSV to JSON, YAML formatter, format converter', 'Privacy-first architecture: local processing, AES-256 encryption', - 'Per-project workspaces stored locally on your device', 'Persistent storage: snippets, notes, tasks, bookmarks, password vault', ], publisher: { '@id': `${baseUrl}/#organization` },
- Keep each project in its own workspace — separate tools, notes, snippets, - and vaults — and switch between them in a click. Everything stays local on - your device. Shared team workspaces & collaboration are on the roadmap. -