Refresh product screenshots for native theme
This commit is contained in:
@@ -134,8 +134,8 @@ export default function HowItWorksPage() {
|
||||
</div>
|
||||
<div className="bg-primary-light/45 justify-self-center rounded-[2.5rem] p-7">
|
||||
<PhoneMockup
|
||||
src="/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp"
|
||||
alt="Illustrative Medscribe visit summary"
|
||||
width={235}
|
||||
/>
|
||||
@@ -148,8 +148,8 @@ export default function HowItWorksPage() {
|
||||
<div className="grid gap-12 lg:grid-cols-2 lg:items-center">
|
||||
<div className="brand-warm justify-self-center rounded-[2.5rem] p-7 lg:order-1">
|
||||
<PhoneMockup
|
||||
src="/screenshots/product-bezel-2026-08-20/medication-detail-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/medication-detail-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp"
|
||||
alt="Illustrative Medscribe medication detail"
|
||||
width={235}
|
||||
/>
|
||||
@@ -192,8 +192,8 @@ export default function HowItWorksPage() {
|
||||
</div>
|
||||
<div className="bg-primary-light/45 justify-self-center rounded-[2.5rem] p-7">
|
||||
<PhoneMockup
|
||||
src="/screenshots/product-bezel-2026-08-20/know-me-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/know-me-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/know-me-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp"
|
||||
alt="Illustrative Medscribe Know Me handoff"
|
||||
width={235}
|
||||
/>
|
||||
|
||||
@@ -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() {
|
||||
<div className="relative mx-auto mt-12 h-[44rem] max-w-5xl sm:h-[58rem] lg:mt-8 lg:h-[64rem]">
|
||||
<div className="absolute top-24 left-1/2 w-[17rem] -translate-x-[86%] -rotate-6 sm:top-28 sm:w-[22rem] lg:top-32 lg:w-[26rem]">
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/summary-reviewed-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/summary-reviewed-natural-dark.webp"
|
||||
alt="Medscribe visit summary in a natural titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-left"
|
||||
sizes="(min-width: 1024px) 416px, (min-width: 640px) 352px, 272px"
|
||||
@@ -143,8 +143,8 @@ export default function HomePage() {
|
||||
</div>
|
||||
<div className="absolute top-0 left-1/2 z-10 w-[18rem] -translate-x-[14%] rotate-5 sm:w-[23rem] lg:w-[28rem]">
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/home-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/home-black-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/home-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/home-black-dark.webp"
|
||||
alt="Medscribe home screen in a black titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-right"
|
||||
sizes="(min-width: 1024px) 448px, (min-width: 640px) 368px, 288px"
|
||||
@@ -253,8 +253,8 @@ export default function HomePage() {
|
||||
<div className="relative mx-auto h-[42rem] w-full max-w-2xl sm:h-[50rem] lg:h-[56rem]">
|
||||
<div className="absolute top-20 left-[4%] w-[17rem] -rotate-6 sm:w-[21rem] lg:w-[23rem]">
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/medication-detail-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/medication-detail-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/medication-detail-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/medication-detail-natural-dark.webp"
|
||||
alt="Medscribe medication detail in a natural titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-left"
|
||||
sizes="(min-width: 1024px) 368px, (min-width: 640px) 336px, 272px"
|
||||
@@ -262,8 +262,8 @@ export default function HomePage() {
|
||||
</div>
|
||||
<div className="absolute top-0 right-[2%] z-10 w-[18rem] rotate-5 sm:w-[22rem] lg:w-[24rem]">
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/medications-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/medications-black-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/medications-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/medications-black-dark.webp"
|
||||
alt="Medscribe medication list in a black titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-right"
|
||||
sizes="(min-width: 1024px) 384px, (min-width: 640px) 352px, 288px"
|
||||
@@ -324,8 +324,8 @@ export default function HomePage() {
|
||||
</div>
|
||||
<div className="order-1 mx-auto w-[min(78vw,27rem)] lg:order-2">
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/ask-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/ask-black-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/ask-black.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/ask-black-dark.webp"
|
||||
alt="Medscribe Ask response shown in a black titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-right"
|
||||
sizes="(min-width: 1024px) 432px, (min-width: 640px) 384px, 78vw"
|
||||
@@ -340,8 +340,8 @@ export default function HomePage() {
|
||||
<div className="relative mx-auto w-[min(80vw,28rem)]">
|
||||
<div className="bg-primary-light/70 absolute inset-[12%_-12%_8%] -z-10 rounded-[4rem] blur-2xl" />
|
||||
<ProductDevice
|
||||
src="/screenshots/product-bezel-2026-08-20/know-me-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-20/know-me-natural-dark.webp"
|
||||
src="/screenshots/product-bezel-2026-08-23/know-me-natural.webp"
|
||||
darkSrc="/screenshots/product-bezel-2026-08-23/know-me-natural-dark.webp"
|
||||
alt="Medscribe Know Me handoff record in a natural titanium iPhone product bezel"
|
||||
className="pitch-device-motion pitch-device-drift-left"
|
||||
sizes="(min-width: 1024px) 448px, (min-width: 640px) 400px, 80vw"
|
||||
|
||||
@@ -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