Default Component - Copy this React, Mui Component to your project
Create a subscription plan ui for dashboard, by default there is 7 day free trial after that user has to buy subscription, use this theme color #dc2677 create a pricing with monthly annualy here is my plans const tiers = [ { "name": "Basic Monthly", "razorpay_plan_id": "plan_PxW2MjAFL3xARW", "price": 79.99, "billing_cycle": "monthly", "description": ["Unlimited access", "24/7 Support", "No Ads"], "buttonText": 'Start Free Trial', "is_active": true, }, { "name": "Basic Yearly", "razorpay_plan_id": "plan_PxudqEAshQH04a", "price": 799.99, "billing_cycle": "yearly", "description": ["Unlimited access", "24/7 Support", "Priority Support", "No Ads"], "buttonText": 'Get Started', "is_active": true, }, ];
