fix: show completed Home state in screenshots

This commit is contained in:
2026-08-23 02:01:28 -04:00
parent 4238f6ab0e
commit dcc1fff784
26 changed files with 41 additions and 37 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export function CvsPrintSummary() {
<div className="mx-auto w-[202px]">
<div>
<Image
src="/screenshots/product-bezel-2026-08-23/medications-black.webp"
src="/screenshots/product-bezel-2026-08-23-complete/medications-black.webp"
alt="Medscribe medications screen"
width={1350}
height={2760}
+11 -8
View File
@@ -26,8 +26,9 @@ const features = [
"Review important details before relying on them",
"Carry follow-ups into the next conversation",
],
image: "/screenshots/product-bezel-2026-08-23/visits-natural.webp",
darkImage: "/screenshots/product-bezel-2026-08-23/visits-natural-dark.webp",
image: "/screenshots/product-bezel-2026-08-23-complete/visits-natural.webp",
darkImage:
"/screenshots/product-bezel-2026-08-23-complete/visits-natural-dark.webp",
alt: "Illustrative Medscribe visit detail showing a visit summary and follow-up information",
},
{
@@ -43,9 +44,9 @@ const features = [
"Bring important questions to a clinician or pharmacist",
],
image:
"/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp",
"/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural.webp",
darkImage:
"/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp",
"/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural-dark.webp",
alt: "Illustrative Medscribe medication detail with schedule and medication information",
},
{
@@ -60,8 +61,9 @@ const features = [
"Prepare for a clearer care conversation",
"High-risk or unsupported questions defer to a professional",
],
image: "/screenshots/product-bezel-2026-08-23/ask-black.webp",
darkImage: "/screenshots/product-bezel-2026-08-23/ask-black-dark.webp",
image: "/screenshots/product-bezel-2026-08-23-complete/ask-black.webp",
darkImage:
"/screenshots/product-bezel-2026-08-23-complete/ask-black-dark.webp",
alt: "Illustrative Medscribe answer with medication context and a safety boundary",
},
{
@@ -76,9 +78,10 @@ const features = [
"The person can show or share the snapshot they reviewed",
"It complements—not replaces—clinical verification",
],
image: "/screenshots/product-bezel-2026-08-23/know-me-natural.webp",
image:
"/screenshots/product-bezel-2026-08-23-complete/know-me-natural.webp",
darkImage:
"/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp",
"/screenshots/product-bezel-2026-08-23-complete/know-me-natural-dark.webp",
alt: "Illustrative Medscribe Know Me handoff with active medications and review state",
},
] as const;
+1 -1
View File
@@ -127,7 +127,7 @@ export function NorthwellPrintSummary() {
<div className="mx-auto w-[210px]">
<div>
<Image
src="/screenshots/product-bezel-2026-08-23/home-black.webp"
src="/screenshots/product-bezel-2026-08-23-complete/home-black.webp"
alt="Medscribe home screen"
width={1350}
height={2760}
+1 -1
View File
@@ -13,7 +13,7 @@ type ProductDeviceProps = {
/**
* A precomposited product capture using the licensed device bezels in
* `public/screenshots/product-bezel-2026-08-23`. Keeping the frame in the source
* `public/screenshots/product-bezel-2026-08-23-complete`. Keeping the frame in the source
* image preserves the bezel details without adding layout or client-side work.
*/
export function ProductDevice({
+1 -1
View File
@@ -161,7 +161,7 @@ export function WalgreensPrintSummary() {
<div className="mx-auto w-[202px]">
<div>
<Image
src="/screenshots/product-bezel-2026-08-23/medications-black.webp"
src="/screenshots/product-bezel-2026-08-23-complete/medications-black.webp"
alt="Medscribe medications screen"
width={1350}
height={2760}