diff --git a/README.md b/README.md index fb1b788..8dbbf10 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ bun run start Screenshots live in `public/screenshots/`. Every route uses the same fresh, precomposited iPhone product-bezel assets in -`public/screenshots/product-bezel-2026-08-20/`; there are no raw or CSS-framed +`public/screenshots/product-bezel-2026-08-23/`; there are no raw or CSS-framed product captures in the rendered site. The versioned path keeps newly captured UI from being hidden by stale browser or image-optimizer caches. Public pages label product imagery as an illustrative profile and Medscribe diff --git a/public/screenshots/product-bezel-2026-08-23/ask-black-dark.webp b/public/screenshots/product-bezel-2026-08-23/ask-black-dark.webp new file mode 100644 index 0000000..d463684 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/ask-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/ask-black.webp b/public/screenshots/product-bezel-2026-08-23/ask-black.webp new file mode 100644 index 0000000..ac4e5a6 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/ask-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/home-black-dark.webp b/public/screenshots/product-bezel-2026-08-23/home-black-dark.webp new file mode 100644 index 0000000..f5ba1bb Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/home-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/home-black.webp b/public/screenshots/product-bezel-2026-08-23/home-black.webp new file mode 100644 index 0000000..eb4955a Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/home-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp b/public/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp new file mode 100644 index 0000000..24c8372 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/know-me-natural.webp b/public/screenshots/product-bezel-2026-08-23/know-me-natural.webp new file mode 100644 index 0000000..6fa93a3 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/know-me-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp b/public/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp new file mode 100644 index 0000000..ddfe7a3 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp b/public/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp new file mode 100644 index 0000000..698f8db Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/medications-black-dark.webp b/public/screenshots/product-bezel-2026-08-23/medications-black-dark.webp new file mode 100644 index 0000000..1def0e1 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/medications-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/medications-black.webp b/public/screenshots/product-bezel-2026-08-23/medications-black.webp new file mode 100644 index 0000000..02225c2 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/medications-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp b/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp new file mode 100644 index 0000000..c56c21e Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp b/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp new file mode 100644 index 0000000..496f429 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/transcript-populated-black-dark.webp b/public/screenshots/product-bezel-2026-08-23/transcript-populated-black-dark.webp new file mode 100644 index 0000000..0db5611 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/transcript-populated-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/transcript-populated-black.webp b/public/screenshots/product-bezel-2026-08-23/transcript-populated-black.webp new file mode 100644 index 0000000..1bd272f Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/transcript-populated-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/visits-natural-dark.webp b/public/screenshots/product-bezel-2026-08-23/visits-natural-dark.webp new file mode 100644 index 0000000..cf974da Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/visits-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-23/visits-natural.webp b/public/screenshots/product-bezel-2026-08-23/visits-natural.webp new file mode 100644 index 0000000..7b02f9e Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-23/visits-natural.webp differ diff --git a/src/app/(marketing)/how-it-works/page.tsx b/src/app/(marketing)/how-it-works/page.tsx index 029aff5..52a2cb4 100644 --- a/src/app/(marketing)/how-it-works/page.tsx +++ b/src/app/(marketing)/how-it-works/page.tsx @@ -134,8 +134,8 @@ export default function HowItWorksPage() {
@@ -148,8 +148,8 @@ export default function HowItWorksPage() {
@@ -192,8 +192,8 @@ export default function HowItWorksPage() {
diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index bcc4af9..c19f5e8 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -28,8 +28,8 @@ const visitMoments = [ eyebrow: "Visits stay findable", title: "The visit has a place to land.", body: "Keep the recording, transcript, and reviewed summary together instead of reconstructing the appointment from memory.", - image: "/screenshots/product-bezel-2026-08-20/visits-natural.webp", - darkImage: "/screenshots/product-bezel-2026-08-20/visits-natural-dark.webp", + image: "/screenshots/product-bezel-2026-08-23/visits-natural.webp", + darkImage: "/screenshots/product-bezel-2026-08-23/visits-natural-dark.webp", alt: "Medscribe Visits screen in a natural titanium iPhone product bezel", }, { @@ -38,9 +38,9 @@ const visitMoments = [ title: "Go back to what was actually said.", body: "Search the transcript and compare it with the generated summary before relying on it later.", image: - "/screenshots/product-bezel-2026-08-20/transcript-populated-black.webp", + "/screenshots/product-bezel-2026-08-23/transcript-populated-black.webp", darkImage: - "/screenshots/product-bezel-2026-08-20/transcript-populated-black-dark.webp", + "/screenshots/product-bezel-2026-08-23/transcript-populated-black-dark.webp", alt: "Medscribe visit transcript in a black titanium iPhone product bezel", }, { @@ -49,9 +49,9 @@ const visitMoments = [ title: "Review the useful part. Keep your judgment.", body: "Bring medications, follow-ups, diagnoses, and instructions into view, then check the details that matter.", image: - "/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp", + "/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp", darkImage: - "/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp", + "/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp", alt: "Medscribe appointment summary in a natural titanium iPhone product bezel", }, ] as const; @@ -133,8 +133,8 @@ export default function HomePage() {
Medscribe medications screen
Medscribe home screen