From 523f20e6bb135dd703741cf4ab3bbaca01a5ae2f Mon Sep 17 00:00:00 2001 From: AKHIL Date: Wed, 19 Aug 2026 22:29:49 +0530 Subject: [PATCH] web(landing): drop the per-project workspaces card and JSON-LD feature Co-Authored-By: Claude Fable 5 --- apps/web/src/app/page.tsx | 71 ------------------------- apps/web/src/lib/seo/structured-data.ts | 1 - 2 files changed, 72 deletions(-) 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` },