From 25eb5367e0facc4192a3264b75d7886c9362275c Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sat, 18 May 2024 16:53:09 +0300 Subject: [PATCH] feat: add enterprise plan text --- src/pages/pricing.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index ffbad49..372d536 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -232,6 +232,12 @@ export const PricingCards = () => { + + Get custom pricing for enterprise plan.{" "} + + Contact us + + ); }; @@ -244,10 +250,12 @@ const Pricing = () => { - - - Payment email must be matching with the account registered to the JSON Crack. - + + + + Payment email must be matching with the account registered to the JSON Crack. + + );