Refocus homepage as Northwell exec summary with float layout.

Single-page strategic pitch for health-system readers; phone mockup wraps in newspaper-style columns; retire multi-page nav and redirect /executive-summary to home.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 14:53:23 -04:00
co-authored by Cursor
parent a590a506f8
commit 2f8dcd66ad
3 changed files with 148 additions and 410 deletions
@@ -1,6 +1,7 @@
import type { CSSProperties } from "react";
import type { Metadata } from "next";
import { redirect } from "next/navigation";
import Image from "next/image";
import { MedscribeLogo } from "~/components/medscribe-logo";
@@ -131,6 +132,11 @@ const printLightTokens = {
} as CSSProperties;
export default function ExecutiveSummaryPage() {
// The home page is now the executive summary (single-page site). This deep
// page is retired but kept in place — its content (incl. the print one-pager)
// is a one-line revert away if we want a longer version back.
redirect("/");
return (
<>
{/* ===================== SCREEN ===================== */}