From c70b50b86765e09a0cedf249acc15070acb72cc6 Mon Sep 17 00:00:00 2001
From: Sean O'Connor
Date: Mon, 6 Jul 2026 18:02:06 -0400
Subject: [PATCH] Add founder story, tighten homepage flow
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- A brief, grounded note under "The story scatters" about why Medscribe
exists — the first real, personal detail on the public site rather than
only the composite family narrative.
- Drop the "What travels with them" screenshot strip: it re-showed screens
already covered by the interactive feature tour just above it, adding
scroll length without new information.
---
src/app/(marketing)/page.tsx | 27 +++++----------------------
1 file changed, 5 insertions(+), 22 deletions(-)
diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx
index b235ad3..e0ce07b 100644
--- a/src/app/(marketing)/page.tsx
+++ b/src/app/(marketing)/page.tsx
@@ -158,6 +158,11 @@ export default function HomePage() {
In a crisis, those details are scattered across people, portals, and
memory.
+
+ I built the first version of Medscribe after watching my own family
+ try to hold this together for my grandfather. The record scattered
+ right when we needed it most.
+
@@ -273,28 +278,6 @@ export default function HomePage() {
- {/* Screenshot strip */}
-
- What travels with them
-
- {[
- { src: "/screenshots/emergency-record.png", label: "Emergency record" },
- { src: "/screenshots/appointment-summary.png", label: "Visit summary" },
- { src: "/screenshots/medications.png", label: "Medication list" },
- { src: "/screenshots/chat.png", label: "Medication questions" },
- ].map((shot) => (
-
-
-
- {shot.label}
-
-
- ))}
-
-
-
{/* Impact */}