Pick a plan and make it yours
{/* 计费切换 */}
{pricingPlans.map((plan, index) => (
{plan.title}
${plan.price}
//{billingType === "month" ? "mo" : "year"}
{plan.credits}
* Billed monthly until cancelled
{plan.features.map((feature, featureIndex) => (
-
✓
{feature}
))}
))}