Skip to content

Commit 7cedb68

Browse files
authored
Update product pricing p2 (TraceMachina#1923)
* Update Product pricing features
1 parent e973aa1 commit 7cedb68

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

  • web/platform/src/components/qwik/components

web/platform/src/components/qwik/components/cards.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ export const VideoCard = component$<VideoCard>(
5858

5959
const pricing = [
6060
{
61-
title: "Starter - $29/month",
61+
title: "Starter",
6262
items: [
63-
"1 TB of Cache Transfer",
63+
"Starting at $29/month",
64+
"SOC2 and ISO27001",
65+
"1 TB of cache transfer",
6466
"100 cores of remote builds",
6567
"Community Support",
6668
],
@@ -72,7 +74,9 @@ const pricing = [
7274
{
7375
title: "Enterprise",
7476
items: [
75-
"SOC2",
77+
"Custom pricing",
78+
"SOC2 and ISO27001",
79+
"Unlimited cache transfer",
7680
"Unlimited cores of remote builds",
7781
"Dedicated enterprise support",
7882
],

0 commit comments

Comments
 (0)