Skip to content

Commit 55cbe02

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
updates to healthcare pages
1 parent 461746e commit 55cbe02

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

pcweb/pages/use_cases/healthcare/views/faq.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ def faq() -> rx.Component:
88
faq_items=[
99
(
1010
"Is Reflex HIPAA-compliant?",
11-
"Yes, Reflex apps can be deployed in fully self-hosted, HIPAA-compliant environments with PHI remaining entirely under your control.",
11+
"Yes, both the Reflex Builder and the Reflex apps can be deployed in fully self-hosted, HIPAA-compliant environments with PHI remaining entirely under your control.",
1212
),
1313
(
1414
"Do I need frontend experience?",
15-
"No. Reflex handles frontend automatically. You type Prompts or write Python; Reflex generates the UI.",
15+
"No. Reflex handles frontend automatically. You type Prompts or write Python; Reflex generates the UI and the backend together.",
1616
),
1717
(
1818
"Can non-developers use the AI builder?",

pcweb/pages/use_cases/healthcare/views/features_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def features_2() -> rx.Component:
2020
feature_card(
2121
"ZapIcon",
2222
"10x Faster Than Traditional Development",
23-
"Move from idea to deployed app in hours, not months",
23+
"Move from idea to deployed app in days, not months",
2424
"Reflex handles frontend, backend, state management, and deployment so your team can focus on patient outcomes and operational efficiency. Build production-grade healthcare apps without leaving Python or waiting on front-end teams.",
2525
),
2626
feature_card(

pcweb/pages/use_cases/healthcare/views/hero.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ def hero() -> rx.Component:
2424
"ShieldEnergyIcon",
2525
"Build HIPAA-compliant internal tools and patient data apps",
2626
),
27-
("DashboardSpeed01Icon", "Develop up to 10x faster in pure Python"),
27+
(
28+
"DashboardSpeed01Icon",
29+
"Deliver production-ready tools in days, not months",
30+
),
2831
("PythonIcon", "Go in Python from prototype to production"),
2932
(
3033
"BrowserIcon",

0 commit comments

Comments
 (0)