update pay function
This commit is contained in:
2
src/components/Subscription/SubscriptionContentNew.d.ts
vendored
Normal file
2
src/components/Subscription/SubscriptionContentNew.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
// Type declarations for SubscriptionContentNew component
|
||||
export {};
|
||||
@@ -693,9 +693,8 @@ export default function SubscriptionContentNew() {
|
||||
<motion.div
|
||||
key={plan.name}
|
||||
initial={{ opacity: 0, y: 50 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ delay: index * 0.1, duration: 0.6 }}
|
||||
viewport={{ once: true, amount: 0.3 }}
|
||||
>
|
||||
<Box
|
||||
position="relative"
|
||||
@@ -920,9 +919,8 @@ export default function SubscriptionContentNew() {
|
||||
{/* FAQ 区域 */}
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
whileInView={{ opacity: 1 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 0.6 }}
|
||||
viewport={{ once: true, amount: 0.2 }}
|
||||
>
|
||||
<Box
|
||||
p={8}
|
||||
|
||||
Reference in New Issue
Block a user