From 1438fc5f9ade3eec8988d1ced5a5522a357031a0 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 14 Apr 2025 18:08:33 -0400 Subject: [PATCH 1/3] Update Pricing.vue --- components/Pricing.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Pricing.vue b/components/Pricing.vue index 8830af89..5322c8aa 100644 --- a/components/Pricing.vue +++ b/components/Pricing.vue @@ -46,6 +46,7 @@ const start = useActions('start') :features="[ ['2TB Storage', 'Additional at $0.03/GB per month'], ['2TB egress', 'Additional at $0.03/GB per month'], + ['Dedicated Support Channel'], ]" :action="start" ribbon="🔥 Best Value 🔥 Best Value" From 85e6f899e99fd077b28eae288c8aef554d0c110c Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 14 Apr 2025 18:18:48 -0400 Subject: [PATCH 2/3] Update Pricing.vue --- components/Pricing.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/Pricing.vue b/components/Pricing.vue index 5322c8aa..ccf98d87 100644 --- a/components/Pricing.vue +++ b/components/Pricing.vue @@ -24,6 +24,7 @@ const start = useActions('start') :features="[ ['5GB Storage', 'Additional at $0.15/GB per month'], ['5GB egress', 'Additional at $0.15/GB per month'], + ['Support over Email & in Discord'], ]" :action="start" /> @@ -35,6 +36,7 @@ const start = useActions('start') :features="[ ['100GB Storage', 'Additional at $0.05/GB per month'], ['100GB egress', 'Additional at $0.05/GB per month '], + ['Support over Email & in Discord'], ]" :action="start" /> From 958b7a9d31b829ade3b6e5dfcc8888f2f2025d4e Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 14 Apr 2025 18:24:30 -0400 Subject: [PATCH 3/3] Update Pricing.vue --- components/Pricing.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Pricing.vue b/components/Pricing.vue index ccf98d87..cfc94782 100644 --- a/components/Pricing.vue +++ b/components/Pricing.vue @@ -24,7 +24,7 @@ const start = useActions('start') :features="[ ['5GB Storage', 'Additional at $0.15/GB per month'], ['5GB egress', 'Additional at $0.15/GB per month'], - ['Support over Email & in Discord'], + ['Support in Email & Discord'], ]" :action="start" /> @@ -36,7 +36,7 @@ const start = useActions('start') :features="[ ['100GB Storage', 'Additional at $0.05/GB per month'], ['100GB egress', 'Additional at $0.05/GB per month '], - ['Support over Email & in Discord'], + ['Support in Email & Discord'], ]" :action="start" />