diff --git a/components/defaultLanding/PricingSection.tsx b/components/defaultLanding/PricingSection.tsx index 6edb2ab83..93f66c657 100644 --- a/components/defaultLanding/PricingSection.tsx +++ b/components/defaultLanding/PricingSection.tsx @@ -12,19 +12,20 @@ const PricingSection = () => {

{t('pricing')}

-

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

-
+
{plans.map((plan, index) => { return ( - + {' '} + {plan.currency} {plan.amount} / {plan.duration} @@ -49,8 +50,7 @@ const PricingSection = () => {