From 24bdc8938ec12f13f8524bad2f58a4ab53317f32 Mon Sep 17 00:00:00 2001
From: "Han Verstraete (OpenFaaS Ltd)"
Date: Thu, 19 Dec 2024 18:05:32 +0100
Subject: [PATCH] Update checkout links
Update the checkout links and add a modal the select a checkout quantity
for the business tier.
Add a link on the business checkout to update your subscription
quantity.
Signed-off-by: Han Verstraete (OpenFaaS Ltd)
---
_includes/pricing/checkout-modal.html | 138 ++++++++++++++++++++++++++
_includes/pricing/pricing-grid.html | 33 +++---
pricing/index.html | 1 +
tailwind.config.js | 1 +
4 files changed, 156 insertions(+), 17 deletions(-)
create mode 100644 _includes/pricing/checkout-modal.html
diff --git a/_includes/pricing/checkout-modal.html b/_includes/pricing/checkout-modal.html
new file mode 100644
index 0000000..2b77556
--- /dev/null
+++ b/_includes/pricing/checkout-modal.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
+
+ Inlets tunnel (commercial use)
+
+
+
+ Deploy inlets tunnels for commercial and/or business use.
+
+
+
+
+
+
+
+
+
+
diff --git a/_includes/pricing/pricing-grid.html b/_includes/pricing/pricing-grid.html
index b351938..d36d454 100644
--- a/_includes/pricing/pricing-grid.html
+++ b/_includes/pricing/pricing-grid.html
@@ -1,7 +1,6 @@
-
@@ -179,17 +178,17 @@ Personal
Business
-
+
/mo
Expose & connect services for your business, with email support.
-
Buy Business
+
@@ -214,7 +213,7 @@ Business
Cost per tunnel. |
- 50 USD / mo
+ 25 USD / mo
|
@@ -355,7 +354,7 @@ Business
@@ -365,7 +364,7 @@
Uplink for SaaS
/mo
Tunnel customer services to your SaaS.
-
Buy Uplink
+
Buy Uplink
@@ -537,7 +536,7 @@ Uplink for SaaS
@@ -575,18 +574,18 @@
Uplink for SaaS
/mo
This license is just for you. Use it at home or at work.
-
Buy Personal
+
Buy Personal
-
+
/mo
Connect services for your business, with email support.
- Buy Business
+
|
@@ -597,7 +596,7 @@ Uplink for SaaS
/mo
Host tunnels for your customers to integrate with their private services.
- Buy Uplink
+ Buy Uplink
@@ -624,7 +623,7 @@ Uplink for SaaS
5 USD / mo
- 50 USD / mo
+ 25 USD / mo
|
25 USD / mo
@@ -944,15 +943,15 @@ Uplink for SaaS
| Choose your plan |
- Buy Personal
+ Buy Personal
|
- Buy Business
+
|
- Buy Uplink
+ Buy Uplink
|
diff --git a/pricing/index.html b/pricing/index.html
index 69a086d..590f24d 100644
--- a/pricing/index.html
+++ b/pricing/index.html
@@ -13,6 +13,7 @@
{% include pricing/pricing-calc.html %}
{% include pricing/pricing-personal.html %}
+{% include pricing/checkout-modal.html %}
diff --git a/tailwind.config.js b/tailwind.config.js
index 7ff2f65..608e153 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -42,6 +42,7 @@ module.exports = {
variants: {},
plugins: [
require('@tailwindcss/ui'),
+ require('@tailwindcss/forms'),
require("postcss-import"),
require("autoprefixer"),
require("@tailwindcss/typography"),