Skip to content

Commit 5ed447d

Browse files
LineIndentLendemor
andauthored
[ENG-5961] update pricing page with reflex enterprise info (#1381)
* update pricing page with reflex enterprise info * Update pcweb/pages/pricing/plan_cards.py Co-authored-by: Thomas Brandého <[email protected]> --------- Co-authored-by: Thomas Brandého <[email protected]>
1 parent d740261 commit 5ed447d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pcweb/pages/pricing/plan_cards.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def plan_cards() -> rx.Component:
279279
),
280280
("code", "Reflex Open Source"),
281281
("heart-handshake", "Discord/Github Support"),
282+
("building", rx.link("Reflex Enterprise", href="https://reflex.dev/docs/enterprise/overview/", class_name="!text-slate-11"), "Free-tier users can access Reflex Enterprise features, with a required 'Built with Reflex' badge displayed on their apps.")
282283
],
283284
"Start building for free",
284285
price="Free",
@@ -291,6 +292,7 @@ def plan_cards() -> rx.Component:
291292
("brain", "AI App Builder (Free $20 credits / month)"),
292293
("credit-card", "Cloud (Free $10 credits / month)"),
293294
("brush", "Custom domains"),
295+
("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"),
294296
("circle-plus", "Everything in Hobby"),
295297
],
296298
"Start with Pro plan",
@@ -309,6 +311,7 @@ def plan_cards() -> rx.Component:
309311
("lock-keyhole", "One Click Auth"),
310312
("file-badge", "AG Grid with no Reflex Branding"),
311313
("mail", "Email support"),
314+
("building", rx.link("Reflex Enterprise", href="https://reflex.dev/docs/enterprise/overview/", class_name="!text-slate-11"), "Team-tier users can access Reflex Enterprise features without the 'Built with Reflex' badge when self-hosting their apps."),
312315
("circle-plus", "Everything in Pro"),
313316
],
314317
"Start with Team plan",

pcweb/pages/pricing/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
FRAMEWORK_SECTION = [
4242
("Open Source Framework", True, True, True, True),
43-
("AG Grid *", True, True, True, True),
43+
("Enterprise Components (AG Grid) *", True, True, True, True),
4444
("One Click Auth", False, False, True, True),
4545
("Single Port Deploy", False, False, True, True),
4646
("HTTP Fallback for Websockets", False, False, True, True),

0 commit comments

Comments
 (0)