Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/compliance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ export const metadata: Metadata = {

export default function CompliancePage() {
return (
<section className="section">
<span className="tag">Compliance</span>
<h1>Compliance surface — product definition TBD.</h1>
<p style={{ color: "var(--muted)" }}>
Scaffold page — replace with production content, data loaders, and analytics.
</p>
</section>
<>
<section className="landing-hero" style={{ paddingBottom: "24px" }}>
<div className="landing-hero-inner" style={{ maxWidth: "800px" }}>
Expand Down
3 changes: 3 additions & 0 deletions app/contracts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default function ContractsPage() {
return (
<section className="section">
<span className="tag">Contracts</span>
<h1>Contracts surface — product definition TBD.</h1>
<p style={{ color: "var(--muted)" }}>
Scaffold page — replace with production content, data loaders, and analytics.
<h1>Soroban contracts</h1>
<p style={{ color: "var(--muted)", maxWidth: 640, marginTop: 0 }}>
On-chain modules that power ModelTrace settlement, attestation, and
Expand Down
7 changes: 7 additions & 0 deletions app/docs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ export const metadata: Metadata = {

export default function DocsPage() {
return (
<section className="section">
<span className="tag">Documentation</span>
<h1>Technical specs, governance, and integration guides.</h1>
<p style={{ color: "var(--muted)" }}>
Scaffold page — replace with production content, data loaders, and analytics.
</p>
</section>
<>
<DocsSidebar />
<article className="docs-content">
Expand Down
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions app/operators/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ export default function Page() {
<section className="section">
<span className="tag">Operators</span>
<h1>Operator dashboard</h1>
<p style={{ color: "var(--muted)", maxWidth: "62ch" }}>
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.
<h2>Operator dashboard</h2>
<p style={{ color: "var(--muted)", maxWidth: "62ch", marginBottom: 24 }}>
Attestation volume, usage by model, and quota headroom. Data is sourced directly from the testnet settlement layer.
</p>
Expand Down
7 changes: 7 additions & 0 deletions app/product/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ export const metadata: Metadata = {

function PlannedTag() {
return (
<section className="section">
<span className="tag">Product</span>
<h1>Product surface — product definition TBD.</h1>
<p style={{ color: "var(--muted)" }}>
Scaffold page — replace with production content, data loaders, and analytics.
</p>
</section>
<span
className="tag"
style={{
Expand Down
Loading