From 572d8eaa94c803ac44f04f088f2a4951eead4407 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 30 Jun 2026 01:50:47 -0400 Subject: [PATCH] Broaden exec-summary frame beyond emergency-ready; trim print padding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Medscribe is an everyday companion — capture (record + searchable transcription), understand (plain-language medication chat grounded in the record + FDA facts), and manage (OCR, reminders, refills) — that is ALSO ready to hand to a caregiver, a new specialist, or an ER. Reframe the snapshot, problem, and lead differentiator so the emergency handoff reads as the sharp end of the product, not its whole definition. Also reduce the print one-pager's outside padding (0.5in -> 0.4in sides, 0.26in -> 0.22in top) so it uses the page better. Still one page. Co-Authored-By: Claude Opus 4.8 --- src/app/(marketing)/executive-summary/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(marketing)/executive-summary/page.tsx b/src/app/(marketing)/executive-summary/page.tsx index c11f9ea..d47f2c3 100644 --- a/src/app/(marketing)/executive-summary/page.tsx +++ b/src/app/(marketing)/executive-summary/page.tsx @@ -28,10 +28,10 @@ const TAGLINE = "Your medical truth, in your pocket, and only where you say it goes."; const SNAPSHOT = - "Medscribe is a private, emergency-ready medical record for families managing complex care. Patients and caregivers keep medications, visits, timing, and baseline current day to day, so a clinician or provider can be handed exactly what matters when the system does not know the patient."; + "Medscribe is a private, patient-owned medical record and companion for people managing ongoing care and the families beside them. It captures visits, makes medications and instructions easy to understand and keep current day to day, and stays ready to hand to a caregiver, a new specialist, or an ER. Everything runs on the device; nothing is uploaded."; const PROBLEM = - "Someone managing a serious condition ends up somewhere new: an ER outside their network, a covering doctor, a hospital that runs different software. Their records don't transfer. The team assesses them on how they present, not on their baseline, their exact medication timing, or what changed at their last visit. The family is there and they know, but they can't produce a clear, structured record under pressure."; + "Care is fragmented and hard to carry. Patients forget most of what they're told in a visit, juggle medications with no clear picture of what each is for, and lose track of what changed and why. Then they end up somewhere new — a covering doctor, a specialist, an ER outside their network — and none of it travels with them. The family knows, but can't produce a clear, current record under pressure."; 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."; @@ -45,7 +45,7 @@ const DIFFERENTIATION = const differentiators = [ { title: "The record is the product", - body: "Recording, scanning, reminders, and Q&A keep one private, emergency-ready record accurate. Competitors ship visit summaries; we ship a record you can hand over in a crisis.", + body: "Recording, scanning, reminders, and Q&A all feed one private record you actually keep current — useful every day and ready to hand over when it counts. Competitors ship visit summaries; we ship the record you own and carry.", }, { title: "Private by architecture", @@ -341,7 +341,7 @@ export default function ExecutiveSummaryPage() { {/* ===================== PRINT: dense one-page PDF ===================== */}
{/* Header */}