From 6c5cade6830f74ee166a61a07226c282307e11f5 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 6 Mar 2026 10:56:47 -0500 Subject: [PATCH] Pricing cards link to /pricing.html calculator --- index.html | 16 ++++++++-------- landing.css | 7 +++++++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 5f955ae..f31d821 100644 --- a/index.html +++ b/index.html @@ -69,26 +69,26 @@ Open source & public domain — no moat, no castle, just infrastructure

Simple pricing

- - - - +

Zero commission fees. You keep every dollar minus only payment processing.

diff --git a/landing.css b/landing.css index 7a29b36..82594a0 100644 --- a/landing.css +++ b/landing.css @@ -212,6 +212,13 @@ a.mps-button.landing-cta-large { transform: translateY(-2px); } +a.landing-pricing-link { + text-decoration: none; + color: inherit; + display: block; + cursor: pointer; +} + .landing-pricing-banner { background: #F9F9FA; color: #515151;