Skip to content

Commit 7f5e9ee

Browse files
authored
update pricing cards (#1416)
1 parent 240b66c commit 7f5e9ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pcweb/pages/pricing/plan_cards.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ def plan_cards() -> rx.Component:
291291
"For professional projects and startups.",
292292
[
293293
("brain", "AI App Builder (Free $20 credits / month)"),
294-
("credit-card", "Cloud (Free $10 credits / month)"),
294+
("credit-card", "Cloud Compute (Free $10 credits / month)"),
295295
("brush", "Custom domains"),
296296
("building", rx.link("Reflex Enterprise", href="https://reflex.dev/docs/enterprise/overview/", class_name="!text-slate-11"), "Pro-tier users can access Reflex Enterprise features without the 'Built with Reflex' badge when hosting their apps on Reflex Cloud"),
297297
("circle-plus", "Everything in Hobby"),
298298
],
299299
"Start with Pro plan",
300-
price="$20/mo + compute",
300+
price="$20/mo",
301301
),
302302
card(
303303
"Team",
@@ -309,6 +309,7 @@ def plan_cards() -> rx.Component:
309309
"Connect AI Builder to your Data",
310310
"Integrations include Databricks, Snowflake, etc.",
311311
),
312+
("credit-card", "Cloud Compute (Free $20 credits / user / month)"),
312313
("lock-keyhole", "One Click Auth"),
313314
("file-badge", "AG Grid with no Reflex Branding"),
314315
("mail", "Email support"),
@@ -317,7 +318,7 @@ def plan_cards() -> rx.Component:
317318
],
318319
"Start with Team plan",
319320
redirect_url=f"{REFLEX_CLOUD_URL}/?redirect_url={REFLEX_CLOUD_URL}/billing/",
320-
price="$49/user/mo + compute",
321+
price="$49/user/mo",
321322
),
322323
card(
323324
"Enterprise",

0 commit comments

Comments
 (0)