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 */}