diff --git a/apps/web/src/app/propose/page.tsx b/apps/web/src/app/propose/page.tsx index fc908f4..92a2fba 100644 --- a/apps/web/src/app/propose/page.tsx +++ b/apps/web/src/app/propose/page.tsx @@ -90,8 +90,8 @@ export default async function ProposePage({ searchParams }: { searchParams?: Sea const preferredPaymentMethod = stripePaymentAvailable ? "stripe" : "wallet"; const quickPaymentLabel = stripePaymentAvailable ? `${quickPackage.label} 立即刷卡付款` - : `快速取得 ${quickPackage.label} USDC 付款指示`; - const quickPaymentButton = stripePaymentAvailable ? "前往安全刷卡付款" : "直接進入錢包付款"; + : `${quickPackage.label} 直接啟動付費 review`; + const quickPaymentButton = stripePaymentAvailable ? "前往安全刷卡付款" : "取得 Base USDC 付款 QR"; if (referralAgent) { const requestHeaders = await headers(); @@ -195,9 +195,14 @@ export default async function ProposePage({ searchParams }: { searchParams?: Sea

{quickPaymentLabel}

{stripePaymentAvailable - ? "最短路徑:留下 email 後直接進入 Stripe checkout。" - : "目前正式環境未啟用 Stripe,先使用 Base USDC wallet checkout。"} + ? "30 秒路徑:留下 email 後直接進入 Stripe checkout。" + : "30 秒路徑:留下 email 後直接看到 Base USDC QR、錢包連結與 receipt 表單。"}

+
+ 不需先寫完整規格 + 付款後再補 scope + 避免貼密碼或私鑰 +