From b52722e887291333c0566a6a6a46455de194833f Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 5 Jun 2026 14:10:07 +0300 Subject: [PATCH 1/5] content(services): update Maintain/Support SLA labels and copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Support intro: 'no named-contact limits' → 'access for up to 6 team members' - Maintain list: rephrase logs/monitoring + migration items around Private Cloud - Uptime SLA tiers: Pilot and Startup → Public Cloud; Scale plans and above → Private Cloud - Advisory: 'Available alongside any paid Support…' → 'Available regardless of licensing model' - Hero stat + footer note: Scale tier wording → Private Cloud --- src/pages/services/index.astro | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/services/index.astro b/src/pages/services/index.astro index 4a05adae37..152ee127de 100644 --- a/src/pages/services/index.astro +++ b/src/pages/services/index.astro @@ -5,7 +5,7 @@ import BaseLayout from '../../layouts/BaseLayout.astro'; // ── Hero stats ────────────────────────────────────────────────────────── const heroStats = [ { value: '30 min', label: 'avg. support response\nwithin business hours' }, - { value: '99.95%', label: 'platform uptime\nScale plan and up' }, + { value: '99.95%', label: 'platform uptime\nPrivate Cloud' }, { value: '350+', label: 'delivered\nIoT projects' }, { value: '9 years', label: 'in the\nIoT domain' }, ]; @@ -31,13 +31,13 @@ const maintainHandled = [ 'Proactive 24/7 monitoring and incident response', 'Auto-scaling — compute (Enterprise) and storage (all tiers)', 'Security patching — OS, database, and ThingsBoard itself', - 'Full access to logs and monitoring dashboards', - 'Migration of existing self-managed ThingsBoard onto our infrastructure', + 'Private Cloud logs and monitoring dashboards access', + 'Migration of existing self-managed ThingsBoard to Private Cloud', ]; const maintainSLA = [ - { label: 'Pilot and Startup', value: '99.5%' }, - { label: 'Scale plans and above', value: '99.95%' }, + { label: 'Public Cloud', value: '99.5%' }, + { label: 'Private Cloud', value: '99.95%' }, ]; const adviseHow = [ @@ -45,7 +45,7 @@ const adviseHow = [ 'Same engineer every month — they learn your setup end-to-end (with a named backup for vacation coverage)', 'Weekly call + dedicated Slack channel + joint workshops', '6-month minimum engagement', - 'Available alongside any paid Support or Maintenance plan', + 'Available regardless of licensing model', ]; const adviseUses = [ @@ -184,8 +184,8 @@ const recommendations = [

Open a ticket, get an expert response. Our support team is the same team that - builds ThingsBoard — committed response SLA, unlimited tickets, no - named-contact limits. + builds ThingsBoard — committed response SLA, unlimited tickets, and + access for up to 6 team members.

@@ -323,7 +323,7 @@ const recommendations = [