diff --git a/pcweb/pages/pricing/faq.py b/pcweb/pages/pricing/faq.py index a8f542048..c210960c6 100644 --- a/pcweb/pages/pricing/faq.py +++ b/pcweb/pages/pricing/faq.py @@ -104,12 +104,16 @@ def accordion_text(text: str) -> rx.Component: "Credits can be used for both hosting and building. In hosting, credits are used for compute resources. In building, credits are consumed per message sent.", ), ( - "What happens if I cancel the plan?", - "If you cancel, you'll maintain access until the end of your current billing period. After that, your app will be downgraded to the free tier limits.", + "If I upgrade my tier, do I get the extra credits immediately?", + "Yes! When you upgrade your tier (for example, from Tier 25 to Tier 50), the additional credits (e.g., 1,000) are added to your balance right away, and you're charged the corresponding amount for the higher plan.", + ), + ( + "Do credits ever expire?", + "Credits only reset if you're on the Free tier. As long as you maintain any Pro subscription, your credits will continue to roll over each month.", ), ( - "What determines the total amount billed?", - "Your bill is determined by your base plan plus any usage-based charges for compute resources that exceed the plan limits.", + "What happens if I cancel the plan?", + "If you cancel, you'll maintain access until the end of your current billing period. After that, your app will be downgraded to the free tier limits.", ), ( "How to cancel subscription?", @@ -117,7 +121,7 @@ def accordion_text(text: str) -> rx.Component: ), ( "Can I add members to my project?", - "Yes! You can add unlimited members to your project with a per seat monthly charge on additional seats.", + "Yes! You can add unlimited members to your project on the Enterprise tier with a per seat monthly charge on additional seats.", ), ] diff --git a/uv.lock b/uv.lock index b8660f98d..d2868a6ed 100644 --- a/uv.lock +++ b/uv.lock @@ -2391,7 +2391,7 @@ wheels = [ [[package]] name = "reflex-ui" version = "0.0.1" -source = { git = "https://github.com/reflex-dev/reflex-ui?rev=main#6f959cc4107ee959f3a4cfd59c8496a78cc29134" } +source = { git = "https://github.com/reflex-dev/reflex-ui?rev=main#f18c7ffc55e32d78e038e04372a6a23a6bbc78ae" } dependencies = [ { name = "reflex" }, ]