We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e973aa1 commit 7cedb68Copy full SHA for 7cedb68
1 file changed
web/platform/src/components/qwik/components/cards.tsx
@@ -58,9 +58,11 @@ export const VideoCard = component$<VideoCard>(
58
59
const pricing = [
60
{
61
- title: "Starter - $29/month",
+ title: "Starter",
62
items: [
63
- "1 TB of Cache Transfer",
+ "Starting at $29/month",
64
+ "SOC2 and ISO27001",
65
+ "1 TB of cache transfer",
66
"100 cores of remote builds",
67
"Community Support",
68
],
@@ -72,7 +74,9 @@ const pricing = [
72
74
73
75
title: "Enterprise",
76
- "SOC2",
77
+ "Custom pricing",
78
79
+ "Unlimited cache transfer",
80
"Unlimited cores of remote builds",
81
"Dedicated enterprise support",
82
0 commit comments