diff --git a/_includes/pricing/calculator.sass b/_includes/pricing/calculator.sass index 938df7ba95..39fc1df684 100644 --- a/_includes/pricing/calculator.sass +++ b/_includes/pricing/calculator.sass @@ -298,12 +298,12 @@ $bg-white: #fff color: #fff text-align: left border-radius: 6px - padding: 5px + padding: 5px 10px font-size: 12px left: 19px top: -3px width: 250px - line-height: 24px + line-height: 18px .input-with-controls display: flex align-items: center @@ -969,7 +969,7 @@ $bg-white: #fff right: 0 bottom: 0 background-color: rgba(0, 0, 0, 0.5) - z-index: 8888 + z-index: 9999 align-items: center justify-content: center &.visible @@ -980,7 +980,7 @@ $bg-white: #fff padding: 8px border-radius: 24px background-color: #F7F9FC - max-height: min(912px, 100%) + height: min(912px, 100%) overflow: hidden .modal-body display: flex diff --git a/_includes/pricing/tb-perpetual-calculator.html b/_includes/pricing/tb-perpetual-calculator.html index 0922b3adb5..438ce7a226 100644 --- a/_includes/pricing/tb-perpetual-calculator.html +++ b/_includes/pricing/tb-perpetual-calculator.html @@ -15,7 +15,7 @@

Perpetual license calculator

@@ -37,10 +37,10 @@

Perpetual license calculator

Production Instances Hint icon - Production instances handle your live data and real-time operations + Dedicated compute instances for your production environment. Add instances to enable clustering and High Availability (HA).

-

1 Production Instance included. Add a 2nd instance for high availability (HA) to prevent downtime.

+

1 included. Add a 2nd for high availability (HA). For every 5,000 extra devices, one production instance is added at no charge.

@@ -53,10 +53,10 @@

Development Instances Hint icon - Development instances for testing and CI/CD workflows + Compute instances used for development, testing, and CI/CD workflows.

-

Add dedicated instances for your dev, test, and CI/CD workflows.

+

Add dedicated instances for your dev, test, and CI/CD workflows. Keep your production data clean.

@@ -70,7 +70,7 @@

Add-ons Hint icon - Optional features to enhance your perpetual license + Optional modules to extend platform functionality.

@@ -80,11 +80,11 @@

Edge Computing Hint icon - Deploy edge computing instances for local data processing + Deploy and manage Edge instances at remote locations for offline operation, local processing, and automatic cloud sync.

@@ -104,7 +104,7 @@

Trendz Analytics Hint icon - Advanced analytics and visualization for your IoT data + Advanced analytics for data insights, custom dashboards, and trend discovery.

`; - const tbSmPDisplay = ({ plan, devices, extraDevices, extraDevicesCost, extraProd, extraProdCost, devCost, breakdown, totalPrice }) => { + const tbSmPDisplay = ({ plan, devices, extraDevices, extraDevicesCost, complimentaryProd, extraProd, extraProdCost, devCost, breakdown, totalPrice }) => { let detailsHtml = `
@@ -1057,18 +1060,23 @@ defaultActivePricingSection: thingsboard-pe-options

Own Your IoT Solution. Perpetually.

-

The one-time, enterprise-grade license for maximum security, permanent data control, and predictable costs.

+

The one-time, enterprise-grade license for maximum security, permanent data control, and predictable costs.

A perpetual license transforms your core IoT platform into a permanent asset, giving you a predictable financial model and complete control over your technology roadmap. It's the ideal foundation for a long-term, large-scale enterprise deployment.

+

Starting from $4 999

This solution is for you if:

- - Contact us - to get your perpetual license - +
+ + + Contact Us + +

Why choose a Perpetual License?

@@ -1091,15 +1099,46 @@ defaultActivePricingSection: thingsboard-pe-options
-

Let us help you identify the best option for your business

- - Contact us - to get your perpetual license - + +
+

Add-ons

+

Customize your deployment with optional features to suit your business needs.

+
+
+ Edge add on icon +
+

Edge Computing

+

Process data where it is collected

+

Starting from $849

+
+
+
+ Trendz add on icon +
+

Trendz Analytics

+

Advanced analytics for your solution

+

Starting from $1 499

+
+
+
+ Offline Mode icon +
+

Offline Mode

+

Full functionality without internet

+

$19 999

+
+
+
+
+

Let us help you identify the best option for your business

+ + Contact Us + +
- + diff --git a/pricing/pricing.sass b/pricing/pricing.sass index 5a8eeb7edf..a09c51329e 100644 --- a/pricing/pricing.sass +++ b/pricing/pricing.sass @@ -1045,6 +1045,26 @@ html#pricing margin-top: 3px @media (max-width) filter: blur(8px) + .perpetual-price + font-size: 24px + font-weight: 400 + line-height: 36px + color: #212121 + margin-bottom: 24px + strong + font-size: 28px + font-weight: 600 + .perpetual-cta-row + display: flex + gap: 16px + align-items: center + flex-wrap: wrap + .button.secondary + background-color: #fff + color: #2A7DEC + border: solid 1px #2A7DEC + &:hover + filter: brightness(1.1) .benefits text-align: left .benefit-cards @@ -1092,6 +1112,9 @@ html#pricing font-weight: 400 line-height: 24px color: #3D3D3D + #perpetual + .crd + margin-top: 0 .indicator font-size: 28px line-height: 25px @@ -1119,6 +1142,24 @@ html#pricing .btn-pricing margin-top: 0 + #perpetualHeader + margin-bottom: 0 !important + h2 + margin: 0 !important + #perpetual + .add-ons + padding-bottom: 40px + .add-ons .perpetual-cta + text-align: center + margin-top: 80px + h3 + font-size: 36px + font-weight: 500 + line-height: 48px + margin-bottom: 24px + .btn-pricing + display: inline-block + margin-bottom: 0 + .additional-content margin-bottom: 100px &.no-margin-bottom