|
48 | 48 | .tier { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: var(--surface); } |
49 | 49 | .tier h3 { margin: 0 0 4px; font-size: 1rem; } |
50 | 50 | .tier p { margin: 0; color: var(--text-2); } |
51 | | - .soon { color: var(--purple); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; } |
52 | | - .careful p { margin: 0 0 8px; color: var(--text-2); line-height: 1.6; } |
| 51 | + .protocol-note p { margin: 0 0 8px; color: var(--text-2); line-height: 1.6; } |
53 | 52 | .cta { text-align: center; } |
54 | 53 | footer { padding: 24px 0 34px; border-top: 1px solid var(--border); background: #fff; } |
55 | 54 | .foot-links { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; font-size: 13px; } |
@@ -115,7 +114,7 @@ <h2>Claim form scaffold</h2> |
115 | 114 | <div class="field"><label>Verifier endpoint</label><input value="https://www.commandlayer.org/verify.html" readonly /></div> |
116 | 115 | <div class="field"><label>Proof URL pattern</label><input value="/verify/r/{receipt_id}" readonly /></div> |
117 | 116 | <div class="field"><label>Additional namespace examples</label><textarea readonly>authorizeagent.eth |
118 | | -attestagent.eth |
| 117 | +attetagent.eth |
119 | 118 | runtime.commandlayer.eth</textarea></div> |
120 | 119 | </div> |
121 | 120 | </section> |
@@ -145,17 +144,16 @@ <h2>Generated records preview</h2> |
145 | 144 | <h2>Pricing / tier preview</h2> |
146 | 145 | <div class="tiers"> |
147 | 146 | <article class="tier"><h3>Free</h3><p>Prepare records.</p></article> |
148 | | - <article class="tier"><h3>Builder</h3><p>Hosted verifier tools. <span class="soon">Planned / coming soon</span></p></article> |
149 | | - <article class="tier"><h3>Studio</h3><p>Registry/profile tools. <span class="soon">Planned / coming soon</span></p></article> |
150 | | - <article class="tier"><h3>Enterprise</h3><p>Custom verification infrastructure. <span class="soon">Planned / coming soon</span></p></article> |
| 147 | + <article class="tier"><h3>Builder</h3><p>Hosted verifier tools and endpoint management.</p></article> |
| 148 | + <article class="tier"><h3>Studio</h3><p>Registry and profile management tools.</p></article> |
| 149 | + <article class="tier"><h3>Enterprise</h3><p>Custom verification infrastructure and SLA support.</p></article> |
151 | 150 | </div> |
152 | 151 | </section> |
153 | 152 |
|
154 | | - <section class="section-card careful"> |
155 | | - <h2>Careful wording</h2> |
| 153 | + <section class="section-card protocol-note"> |
| 154 | + <h2>Protocol notes</h2> |
156 | 155 | <p>CLAS receipts are network-agnostic.</p> |
157 | 156 | <p>ENS and ERC-8004 can assist discovery and identity, but they are not required for receipt verification.</p> |
158 | | - <p>This page currently prepares claim metadata; live registration and checkout are not enabled yet.</p> |
159 | 157 | </section> |
160 | 158 |
|
161 | 159 | <section class="section-card cta"> |
|
0 commit comments