import React from "react"; import { sendGAEvent } from "@next/third-parties/google"; // BuyVipButton 组件 function BuyVipButton() { // 这是购买VIP的目标URL const targetUrl = "https://store.paperai.life/checkout"; return ( ); } export default BuyVipButton;