From 73f1df557307b59ed2a3b852031f356f89d268ec Mon Sep 17 00:00:00 2001 From: Zixin Zhou Date: Wed, 3 Sep 2025 15:10:04 +0800 Subject: [PATCH] update pay page --- app/pricing/page.tsx | 159 +++++++------------------------------------ 1 file changed, 25 insertions(+), 134 deletions(-) diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index 0418f22..5c27bac 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -73,7 +73,6 @@ function HomeModule5() { const handleSubscribe = async (planName: string) => { try { - // 使用新的Checkout Session方案(更简单!) const { createCheckoutSession, redirectToCheckout } = await import( "@/lib/stripe" ); @@ -106,48 +105,30 @@ function HomeModule5() {

Pick a plan and make it yours @@ -156,17 +137,11 @@ function HomeModule5() { {/* 计费切换 */}