diff --git a/app/contracts/page.tsx b/app/contracts/page.tsx
index ff64af5..b7b0d7e 100644
--- a/app/contracts/page.tsx
+++ b/app/contracts/page.tsx
@@ -12,6 +12,9 @@ export default function ContractsPage() {
return (
Contracts
+ Contracts surface — product definition TBD.
+
+ Scaffold page — replace with production content, data loaders, and analytics.
Soroban contracts
On-chain modules that power ModelTrace settlement, attestation, and
diff --git a/app/docs/page.tsx b/app/docs/page.tsx
index 16afc71..68e5fae 100644
--- a/app/docs/page.tsx
+++ b/app/docs/page.tsx
@@ -12,6 +12,13 @@ export const metadata: Metadata = {
export default function DocsPage() {
return (
+
+ Documentation
+ Technical specs, governance, and integration guides.
+
+ Scaffold page — replace with production content, data loaders, and analytics.
+
+
<>
diff --git a/app/globals.css b/app/globals.css
index 4bafd6a..419513a 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -285,7 +285,7 @@ a { color: inherit; text-decoration: none; }
padding: 24px 0 40px;
}
-.section h2 { margin-bottom: 10px; }
+.section h1, .section h2 { margin-bottom: 10px; }
.list {
padding-left: 18px;
diff --git a/app/operators/page.tsx b/app/operators/page.tsx
index c04cb93..cb1b8e1 100644
--- a/app/operators/page.tsx
+++ b/app/operators/page.tsx
@@ -17,6 +17,11 @@ export default function Page() {
Operators
Operator dashboard
+
+ Attestation volume, usage by model, and quota headroom. Every chart on
+ this page ships its numbers as a table — an auditor asking for the
+ underlying figures should not have to ask anyone.
+
Operator dashboard
Attestation volume, usage by model, and quota headroom. Data is sourced directly from the testnet settlement layer.
diff --git a/app/product/page.tsx b/app/product/page.tsx
index 5b0fcba..9fe60b8 100644
--- a/app/product/page.tsx
+++ b/app/product/page.tsx
@@ -7,6 +7,13 @@ export const metadata: Metadata = {
function PlannedTag() {
return (
+
+ Product
+ Product surface — product definition TBD.
+
+ Scaffold page — replace with production content, data loaders, and analytics.
+
+