diff --git a/src/app/(marketing)/executive-summary/page.tsx b/src/app/(marketing)/executive-summary/page.tsx index e306764..c11f9ea 100644 --- a/src/app/(marketing)/executive-summary/page.tsx +++ b/src/app/(marketing)/executive-summary/page.tsx @@ -36,6 +36,9 @@ const PROBLEM = const PROBLEM_BROADER = "This is not a rare edge case. It happens every day, to patients with Parkinson's, diabetes, heart disease, dementia, and a hundred other conditions that require precise, continuous management across a fragmented system. The failure is not that families don't care. The failure is that the patient's context does not travel with them."; +const WHO_ITS_FOR = + "Anyone managing serious, ongoing care across a fragmented health system — and the families who coordinate it. It spans conditions and ages, and eventually touches almost everyone. The failure is simple: the patient's context does not travel with them."; + const DIFFERENTIATION = "The market is full of AI visit recorders, medication trackers, health-record apps, and emergency QR cards, each owning one slice. None owns the whole job. In Medscribe, the daily tools are the maintenance system for one emergency-ready record."; @@ -82,8 +85,8 @@ const scenarios = [ body: "An adult child manages a parent's medications, appointments, and history. When they're not there, the context disappears: a sibling visits, a home aide covers, a shift changes. Critical details live in one person's memory.", }, { - title: "The new diabetic, overwhelmed", - body: "A newly diagnosed patient leaves with insulin timing, diet changes, and follow-ups they half-remember. By the next visit, the provider can't tell what was understood, tried, or missed.", + title: "The newly diagnosed, overwhelmed", + body: "After a new diagnosis, a patient leaves with a changed medication schedule, lifestyle instructions, and follow-ups they half-remember. By the next visit, the provider can't tell what was understood, tried, or missed.", }, ]; @@ -102,6 +105,24 @@ const impact = [ }, ]; +const FOR_HEALTH_SYSTEMS = + "Out-of-hospital care is the blind spot. A health system loses sight of the patient the moment they leave, and only learns what happened when they return, often in worse shape. Medscribe turns that gap into an ongoing connection the system can offer under its own brand."; + +const forHealthSystems = [ + { + title: "An ongoing touchstone", + body: "The system stays informed about care between visits and gives patients a reason to keep coming back, instead of going dark until the next admission.", + }, + { + title: "A branded surface, not a cost center", + body: "Skinned per provider, Medscribe becomes a revenue-generating, patient-facing presence the system owns, rather than another expense line.", + }, + { + title: "Complements the EHR, doesn't compete", + body: "It integrates with Epic or any EHR rather than replacing it. The patient stays in control, and because the record is patient-owned, it persists even if the system changes EHRs.", + }, +]; + const printLightTokens = { "--color-foreground": "#0f172a", "--color-primary": "#0f766e", @@ -281,6 +302,27 @@ export default function ExecutiveSummaryPage() { + {/* For health systems */} +
+ For health systems +

+ An ongoing touchstone, not another portal. +

+

+ {FOR_HEALTH_SYSTEMS} +

+
+ {forHealthSystems.map((item) => ( + + + {item.title} + {item.body} + + + ))} +
+
+ {/* Beta */}

@@ -299,29 +341,29 @@ export default function ExecutiveSummaryPage() { {/* ===================== PRINT: dense one-page PDF ===================== */}

{/* Header */} -
+
-

+

Executive Summary · June 2026

-
+

Medscribe

-

+

{TAGLINE}

-

+

{SNAPSHOT}

-
+
Medscribe home screen {/* The Problem */} -
-

+
+

The Problem

-

- {PROBLEM} {PROBLEM_BROADER} +

+ {PROBLEM}

- {/* Who This Is For */} -
-

- Who This Is For + {/* Who It's For */} +
+

+ Who It's For

-
- {scenarios.map((scenario) => ( -
-

- {scenario.title} -

-

- {scenario.body} -

-
- ))} -
+

+ {WHO_ITS_FOR} +

{/* Why This Is Different */} -
-

+
+

Why This Is Different

-

- {DIFFERENTIATION} -

-
+
{differentiators.map((item) => (

{item.title}. @@ -388,15 +418,15 @@ export default function ExecutiveSummaryPage() {

{/* Under The Hood */} -
-

+
+

Under The Hood

-
+
{moat.map((item) => (

{item.title}. @@ -407,16 +437,16 @@ export default function ExecutiveSummaryPage() {

- {/* Impact */} -
-

- Impact + {/* For Health Systems */} +
+

+ For Health Systems

-
- {impact.map((item) => ( +
+ {forHealthSystems.map((item) => (

{item.title}. @@ -427,7 +457,7 @@ export default function ExecutiveSummaryPage() {

-