Skip to content

Commit de6e987

Browse files
committed
Properties: swap 'Key custody / No one holds them' for pricing
Replace the vague custody stat with the concrete billing model: 'Pricing / $0.01 per second'. The adjacent 'Latency / Sub-second signing' stat lets readers do the per-signature math without spelling it out, and $/sec is the actual meter so it holds up when an action runs longer.
1 parent 7d3f308 commit de6e987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const LandingHowItWorks = () => {
136136
<div className="grid grid-cols-2 gap-4">
137137
<Stat k="Latency" v="Sub-second signing" />
138138
<Stat k="Auditability" v="Code hash on-chain" />
139-
<Stat k="Key custody" v="No one holds them" />
139+
<Stat k="Pricing" v="$0.01 per second" />
140140
<Stat k="Surface" v="Any HTTP, any chain" />
141141
</div>
142142
</div>

src/components/Prototypes/Prototype1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default function Prototype1() {
162162
<div className="grid grid-cols-2 gap-4">
163163
<Stat k="Latency" v="Sub-second signing" />
164164
<Stat k="Auditability" v="Code hash on-chain" />
165-
<Stat k="Key custody" v="No one holds them" />
165+
<Stat k="Pricing" v="$0.01 per second" />
166166
<Stat k="Surface" v="Any HTTP, any chain" />
167167
</div>
168168
</div>

0 commit comments

Comments
 (0)