From ebc487466ecba8a7b8edd0d5b5f11ee28fe50b5b Mon Sep 17 00:00:00 2001 From: tianzhou Date: Fri, 1 Sep 2023 19:17:33 +0800 Subject: [PATCH] chore: update annual pricing to $30 --- src/components/PricingView.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index c63ba4f..735063f 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -55,7 +55,7 @@ const PricingView = () => { count: 12, }), priceId: process.env.NEXT_PUBLIC_STRIPE_PRICE_ID_PRO_1_YEAR_SUBSCRIPTION, - priceMonthly: "$50", + priceMonthly: "$30", buyButton: t("setting.plan.purhcase-n-months", { count: 12, }), @@ -65,9 +65,6 @@ const PricingView = () => { return (
- - {t(`setting.plan.pro-early-bird`)} -

{t("setting.plan.n-question-per-month", { count: 1000,