diff --git a/apps/web/src/components/backdrop/DepthCanyon.tsx b/apps/web/src/components/backdrop/DepthCanyon.tsx
index ecb6eec..714f25e 100644
--- a/apps/web/src/components/backdrop/DepthCanyon.tsx
+++ b/apps/web/src/components/backdrop/DepthCanyon.tsx
@@ -1,5 +1,5 @@
/**
- * DepthCanyon — a 2D isometric voxel crater. A blocky terrain of dark cubes
+ * DepthCanyon: a 2D isometric voxel crater. A blocky terrain of dark cubes
* carved by a glowing acid pit: market depth as a literal luminous hole in the
* ground. Deterministic heightmap, painter-ordered cubes, palette-only colors
* (dark faces from the neutral ramp, acid overlays for the emissive throat).
diff --git a/apps/web/src/components/fx/CyberGrid.tsx b/apps/web/src/components/fx/CyberGrid.tsx
index e8aabf0..6fda33d 100644
--- a/apps/web/src/components/fx/CyberGrid.tsx
+++ b/apps/web/src/components/fx/CyberGrid.tsx
@@ -18,8 +18,8 @@ function Reticle({ className, style }: { className?: string; style?: CSSProperti
);
}
-// Romanised DeFi lexicon in katakana/kanji, read top-to-bottom on the rail.
-const TERMS = "ハッシュ ・ 流動性 ・ デプス ・ ヴォルト ・ チェーン ・ 報酬 ・ 清算 ・ スプレッド ・ 市場深度";
+// DeFi lexicon in Chinese, read top-to-bottom on the rail.
+const TERMS = "哈希 · 流动性 · 深度 · 金库 · 链 · 报酬 · 清算 · 点差 · 市场深度";
/**
* Site-wide cyber backdrop: dotted survey field, column lines with cross
@@ -69,7 +69,7 @@ export function CyberGrid() {
{/* top coordinate header */}
- チェーン ・ RH-L2 4663 ・ E-2026.07
+ 链 · RH-L2 4663 · E-2026.07
{/* targeting reticles */}
@@ -92,11 +92,11 @@ export function CyberGrid() {
-
diff --git a/apps/web/src/ds-entry.ts b/apps/web/src/ds-entry.ts
index 779c450..0d8a409 100644
--- a/apps/web/src/ds-entry.ts
+++ b/apps/web/src/ds-entry.ts
@@ -1,7 +1,7 @@
/**
* Design-system surface for design-sync: pure presentational components only.
* App-level pieces (router/wagmi-bound screens, panels, layout) are excluded
- * on purpose — they need live context the design tool doesn't have.
+ * on purpose: they need live context the design tool doesn't have.
*/
export { Button } from "./components/ui/button";
export { Card } from "./components/ui/card";
diff --git a/apps/web/src/screens/Landing.tsx b/apps/web/src/screens/Landing.tsx
index aead4f8..99c5c7b 100644
--- a/apps/web/src/screens/Landing.tsx
+++ b/apps/web/src/screens/Landing.tsx
@@ -32,12 +32,12 @@ const THESIS = [
{
n: "02",
title: "For traders",
- text: "Deeper books mean tighter spreads and less slippage on size. Execution quality is the product, not a promise.",
+ text: "Deeper books mean tighter spreads and less slippage on size. Traders feel it on every fill.",
},
{
n: "03",
title: "For Robinhood Chain",
- text: "Organic depth routed to the pairs that need it, not mercenary TVL chasing emissions. Capital that stays after the incentives.",
+ text: "Organic depth routed to the pairs that need it, not mercenary TVL chasing emissions. It stays after the incentives end.",
},
];
@@ -144,7 +144,7 @@ export default function Landing() {