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
+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;