|
2 | 2 | title = "JSON Schema Standard Library" |
3 | 3 | description = "A standard library of all the foundational schemas you'll ever need so you never have to bother with JSON Schema again" |
4 | 4 | github = "sourcemeta/std" |
| 5 | +price = "€2,110" |
5 | 6 |
|
6 | 7 | [[navigation]] |
7 | 8 | title = "Browse Schemas" |
@@ -380,7 +381,7 @@ <h2 class="display-6 mb-3">Custom</h2> |
380 | 381 | <h3 class="h2 my-0 fw-bold">Commercial</h3> |
381 | 382 | </div> |
382 | 383 | <div class="card-body d-flex flex-column text-center"> |
383 | | - <h1 class="display-3 fw-bold mb-1">€2,110</h1> |
| 384 | + <h1 class="display-3 fw-bold mb-1">{{< price >}}</h1> |
384 | 385 | <p class="lead text-muted mb-4">One-time payment (no subscription)</p> |
385 | 386 |
|
386 | 387 | <ul class="list-unstyled mb-4 text-start mx-auto"> |
@@ -483,9 +484,9 @@ <h2 class="display-5 fw-bold mb-3">What's the Alternative?</h2> |
483 | 484 | <tr class="border-top border-dark border-2"> |
484 | 485 | <td class="bg-light fw-bold p-3">Total First Year</td> |
485 | 486 | <td class="bg-danger bg-opacity-25 fw-bold p-3 text-danger">€110,000+<br><small class="text-dark fw-normal">Assuming you managed to hire a JSON Schema expert</small></td> |
486 | | - <td class="bg-danger bg-opacity-25 fw-bold p-3 text-danger">€0 → Catastrophic Risk<br><small class="text-dark fw-normal">Worth saving €2,110?</small></td> |
487 | | - <td class="bg-danger bg-opacity-25 fw-bold p-3 text-danger">€0 → High Risk<br><small class="text-dark fw-normal">Worth saving €2,110?</small></td> |
488 | | - <td class="bg-success text-white fw-bold fs-5 border-bottom border-start border-end border-dark border-2 p-3">€2,110<br><small class="text-white">ROI in the first week</small></td> |
| 487 | + <td class="bg-danger bg-opacity-25 fw-bold p-3 text-danger">€0 → Catastrophic Risk<br><small class="text-dark fw-normal">Worth saving {{< price >}}?</small></td> |
| 488 | + <td class="bg-danger bg-opacity-25 fw-bold p-3 text-danger">€0 → High Risk<br><small class="text-dark fw-normal">Worth saving {{< price >}}?</small></td> |
| 489 | + <td class="bg-success text-white fw-bold fs-5 border-bottom border-start border-end border-dark border-2 p-3">{{< price >}}<br><small class="text-white">ROI in the first week</small></td> |
489 | 490 | </tr> |
490 | 491 | </tbody> |
491 | 492 | </table> |
|
0 commit comments