chore: update annual pricing to $30

This commit is contained in:
tianzhou
2023-09-01 19:17:33 +08:00
parent 7ad1160111
commit ebc487466e

View File

@ -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 (
<div className="bg-white dark:bg-zinc-800 py-4">
<div className="mx-auto max-w-4xl text-center">
<span className="rounded-full bg-green-50 px-4 py-1.5 text-xl font-medium text-green-700 ring-1 ring-inset ring-green-600/20">
{t(`setting.plan.pro-early-bird`)}
</span>
<p className="mt-6 text-4xl font-bold tracking-tight sm:text-5xl">
{t("setting.plan.n-question-per-month", {
count: 1000,