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