Add founder note to executive summary

Bill's intro email to Northwell primes the reader for the personal story
behind the app; the exec summary is the page that link lands on, and it
only had a bare signature. Adds the same founder line as the homepage
plus a fuller signature (Bucknell, CS&E). Screen version only — the
print one-pager's fixed layout is left untouched.
This commit is contained in:
2026-07-06 23:12:22 -04:00
parent c70b50b867
commit 86544c260a
+11 -3
View File
@@ -323,9 +323,17 @@ export default function ExecutiveSummaryPage() {
<PrintButton size="lg" className="shrink-0" /> <PrintButton size="lg" className="shrink-0" />
</section> </section>
<p className="border-t border-border-soft pt-6 text-sm text-muted-foreground"> <div className="space-y-3 border-t border-border-soft pt-6">
Sean O&apos;Connor <p className="max-w-2xl text-sm leading-relaxed text-muted-foreground italic">
</p> 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.
</p>
<p className="text-sm text-muted-foreground">
Sean O&apos;Connor · Bucknell University, Computer Science &amp;
Engineering
</p>
</div>
</div> </div>
{/* ===================== PRINT: dense one-page PDF ===================== */} {/* ===================== PRINT: dense one-page PDF ===================== */}