From d499aa2f3996335a2121215ac53143b2ba3b4b72 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 2 Sep 2024 18:14:25 +0200 Subject: [PATCH] remove project_max text --- dashboard/components/pricing/PricingDrawer.vue | 7 ------- landing/pages/pricing.vue | 7 ------- 2 files changed, 14 deletions(-) diff --git a/dashboard/components/pricing/PricingDrawer.vue b/dashboard/components/pricing/PricingDrawer.vue index 30a04fc..106f7fa 100644 --- a/dashboard/components/pricing/PricingDrawer.vue +++ b/dashboard/components/pricing/PricingDrawer.vue @@ -17,7 +17,6 @@ const freePricing: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 10', 'Server type: SHARED', - 'Projects: max 1', 'Data retention: 2 Months' ], cta: 'Start For Free now!', @@ -66,7 +65,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 30', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 6 Months' ], cta: 'Go to Cloud Dashboard', @@ -87,7 +85,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 100', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 9 Months' ], cta: 'Go to Cloud Dashboard', @@ -108,7 +105,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 3.000', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 1 Year' ], cta: 'Go to Cloud Dashboard', @@ -129,7 +125,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 5.000', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 1 Year' ], cta: 'Go to Cloud Dashboard', @@ -150,7 +145,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 10.000', 'Server type: DEDICATED', - 'Projects: max 3', 'Data retention: 2 Years' ], cta: 'Go to Cloud Dashboard', @@ -171,7 +165,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 20.000', 'Server type: DEDICATED', - 'Projects: max 3', 'Data retention: 3 Years' ], cta: 'Go to Cloud Dashboard', diff --git a/landing/pages/pricing.vue b/landing/pages/pricing.vue index 76abbd1..cfb6ef1 100644 --- a/landing/pages/pricing.vue +++ b/landing/pages/pricing.vue @@ -20,7 +20,6 @@ const freePricing: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 10', 'Server type: SHARED', - 'Projects: max 2', 'Data retention: 2 Months' ], cta: 'Start For Free now!' @@ -63,7 +62,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 30', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 6 Months' ], cta: 'Go to Cloud Dashboard' @@ -81,7 +79,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 100', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 9 Months' ], cta: 'Go to Cloud Dashboard' @@ -99,7 +96,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 3.000', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 1 Year' ], cta: 'Go to Cloud Dashboard' @@ -117,7 +113,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 5.000', 'Server type: SHARED', - 'Projects: max 3', 'Data retention: 1 Year' ], cta: 'Go to Cloud Dashboard' @@ -135,7 +130,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 10.000', 'Server type: DEDICATED', - 'Projects: max 3', 'Data retention: 2 Years' ], cta: 'Go to Cloud Dashboard' @@ -153,7 +147,6 @@ const slidePricings: PricingCardProp[] = [ 'Unlimited reports', 'AI Tokens: 20.000', 'Server type: DEDICATED', - 'Projects: max 3', 'Data retention: 3 Years' ], cta: 'Go to Cloud Dashboard'