@@ -120,17 +120,23 @@ export function AgenticCommerceContent() {
120120 >
121121 < ol className = "max-w-3xl space-y-3 text-sm leading-6 text-muted-foreground" >
122122 < li >
123- < span className = "font-medium text-foreground" > 1. Add pay-per-call:</ span > { ' ' }
124- enable per-request pricing so agents can pay without
125- subscriptions or invoices.
123+ < span className = "font-medium text-foreground" >
124+ 1. Add pay-per-call:
125+ </ span > { ' ' }
126+ enable per-request pricing so agents can pay without subscriptions
127+ or invoices.
126128 </ li >
127129 < li >
128- < span className = "font-medium text-foreground" > 2. Publish discovery:</ span > { ' ' }
130+ < span className = "font-medium text-foreground" >
131+ 2. Publish discovery:
132+ </ span > { ' ' }
129133 describe what the API does, what it costs, and how an agent should
130134 call it.
131135 </ li >
132136 < li >
133- < span className = "font-medium text-foreground" > 3. Reach agents:</ span > { ' ' }
137+ < span className = "font-medium text-foreground" >
138+ 3. Reach agents:
139+ </ span > { ' ' }
134140 let agents inspect schemas and pricing, pay, and execute the
135141 request.
136142 </ li >
@@ -143,9 +149,9 @@ export function AgenticCommerceContent() {
143149 >
144150 < div className = "max-w-3xl space-y-3 text-sm leading-6 text-muted-foreground" >
145151 < p >
146- x402 is the payment standard, AgentCash is the MCP for
147- discovering and paying for premium APIs, and x402scan is where
148- those services become visible.
152+ x402 is the payment standard, AgentCash is the MCP for discovering
153+ and paying for premium APIs, and x402scan is where those services
154+ become visible.
149155 </ p >
150156 < p >
151157 The goal is not a new checkout page. The goal is a market where
@@ -160,13 +166,22 @@ export function AgenticCommerceContent() {
160166 description = "Register your API on x402scan and publish discovery metadata so agents can understand and call it."
161167 >
162168 < div className = "flex flex-wrap gap-x-6 gap-y-2 text-sm" >
163- < Link className = "font-medium underline-offset-4 hover:underline" href = "/discovery" >
169+ < Link
170+ className = "font-medium underline-offset-4 hover:underline"
171+ href = "/discovery"
172+ >
164173 Sell to agents
165174 </ Link >
166- < Link className = "font-medium underline-offset-4 hover:underline" href = "/resources/register" >
175+ < Link
176+ className = "font-medium underline-offset-4 hover:underline"
177+ href = "/resources/register"
178+ >
167179 Register API
168180 </ Link >
169- < Link className = "font-medium underline-offset-4 hover:underline" href = "/x402" >
181+ < Link
182+ className = "font-medium underline-offset-4 hover:underline"
183+ href = "/x402"
184+ >
170185 Explore x402
171186 </ Link >
172187 </ div >
0 commit comments