Refine section transitions and device frames
@@ -53,7 +53,7 @@ bun run start
|
|||||||
|
|
||||||
Screenshots live in `public/screenshots/`. Every route uses the same fresh,
|
Screenshots live in `public/screenshots/`. Every route uses the same fresh,
|
||||||
precomposited iPhone product-bezel assets in
|
precomposited iPhone product-bezel assets in
|
||||||
`public/screenshots/product-bezel-2026-08-23-complete/`; there are no raw or CSS-framed
|
`public/screenshots/product-bezel-2026-08-24-clipped/`; there are no raw or CSS-framed
|
||||||
product captures in the rendered site. The versioned path keeps newly captured
|
product captures in the rendered site. The versioned path keeps newly captured
|
||||||
UI from being hidden by stale browser or image-optimizer caches.
|
UI from being hidden by stale browser or image-optimizer caches.
|
||||||
Public pages label product imagery as an illustrative profile and Medscribe
|
Public pages label product imagery as an illustrative profile and Medscribe
|
||||||
@@ -65,9 +65,10 @@ Export **in-app content only** from the simulator or device — no simulator chr
|
|||||||
|
|
||||||
1. Run the app on **iPhone 17 Pro** (or 16 Pro) simulator or device, or on an **Android** emulator/device.
|
1. Run the app on **iPhone 17 Pro** (or 16 Pro) simulator or device, or on an **Android** emulator/device.
|
||||||
2. Capture each screen (⌘S in Simulator saves to Desktop; `adb exec-out screencap -p` on Android).
|
2. Capture each screen (⌘S in Simulator saves to Desktop; `adb exec-out screencap -p` on Android).
|
||||||
3. Composite each 1206 × 2622 PNG into a 1350 × 2760 product bezel at offset
|
3. Clip each 1206 × 2622 capture to the bezel's rounded display opening, then
|
||||||
`+72+69`, export the transparent WebP, and update the shared versioned asset
|
composite it into a 1350 × 2760 product bezel at offset `+72+69`. Export a
|
||||||
directory referenced by the routes.
|
transparent, lossless WebP and update the shared versioned asset directory
|
||||||
|
referenced by the routes.
|
||||||
|
|
||||||
Product images are composited at the bezel source size of 1350 × 2760 with
|
Product images are composited at the bezel source size of 1350 × 2760 with
|
||||||
transparent backgrounds and rendered responsively through
|
transparent backgrounds and rendered responsively through
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 895 KiB |
|
After Width: | Height: | Size: 983 KiB |
|
After Width: | Height: | Size: 896 KiB |
|
After Width: | Height: | Size: 954 KiB |
|
After Width: | Height: | Size: 851 KiB |
|
After Width: | Height: | Size: 970 KiB |
|
After Width: | Height: | Size: 829 KiB |
|
After Width: | Height: | Size: 948 KiB |
|
After Width: | Height: | Size: 340 KiB |
|
After Width: | Height: | Size: 346 KiB |
|
After Width: | Height: | Size: 285 KiB |
|
After Width: | Height: | Size: 295 KiB |
|
After Width: | Height: | Size: 786 KiB |
|
After Width: | Height: | Size: 875 KiB |
@@ -133,10 +133,10 @@ export default function HowItWorksPage() {
|
|||||||
context.
|
context.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="section-wash justify-self-center rounded-[2.5rem] p-7">
|
<div className="justify-self-center py-2">
|
||||||
<PhoneMockup
|
<PhoneMockup
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp"
|
||||||
alt="Illustrative Medscribe visit summary"
|
alt="Illustrative Medscribe visit summary"
|
||||||
width={235}
|
width={235}
|
||||||
/>
|
/>
|
||||||
@@ -147,10 +147,10 @@ export default function HowItWorksPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid gap-12 lg:grid-cols-2 lg:items-center">
|
<div className="grid gap-12 lg:grid-cols-2 lg:items-center">
|
||||||
<div className="section-wash justify-self-center rounded-[2.5rem] p-7 lg:order-1">
|
<div className="justify-self-center py-2 lg:order-1">
|
||||||
<PhoneMockup
|
<PhoneMockup
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp"
|
||||||
alt="Illustrative Medscribe medication detail"
|
alt="Illustrative Medscribe medication detail"
|
||||||
width={235}
|
width={235}
|
||||||
/>
|
/>
|
||||||
@@ -209,10 +209,10 @@ export default function HowItWorksPage() {
|
|||||||
it, and when the conversation happens.
|
it, and when the conversation happens.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="section-wash justify-self-center rounded-[2.5rem] p-7">
|
<div className="justify-self-center py-2">
|
||||||
<PhoneMockup
|
<PhoneMockup
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/know-me-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/know-me-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp"
|
||||||
alt="Illustrative Medscribe Know Me handoff"
|
alt="Illustrative Medscribe Know Me handoff"
|
||||||
width={235}
|
width={235}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ const visitMoments = [
|
|||||||
eyebrow: "Visits stay findable",
|
eyebrow: "Visits stay findable",
|
||||||
title: "The visit has a place to land.",
|
title: "The visit has a place to land.",
|
||||||
body: "Keep the recording, transcript, and reviewed summary together instead of reconstructing the appointment from memory.",
|
body: "Keep the recording, transcript, and reviewed summary together instead of reconstructing the appointment from memory.",
|
||||||
image: "/screenshots/product-bezel-2026-08-23-complete/visits-natural.webp",
|
image: "/screenshots/product-bezel-2026-08-24-clipped/visits-natural.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/visits-natural-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/visits-natural-dark.webp",
|
||||||
alt: "Medscribe Visits screen in a natural titanium iPhone product bezel",
|
alt: "Medscribe Visits screen in a natural titanium iPhone product bezel",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40,9 +40,9 @@ const visitMoments = [
|
|||||||
title: "Go back to what was actually said.",
|
title: "Go back to what was actually said.",
|
||||||
body: "Search the transcript and compare it with the generated summary before relying on it later.",
|
body: "Search the transcript and compare it with the generated summary before relying on it later.",
|
||||||
image:
|
image:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/transcript-populated-black.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/transcript-populated-black-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black-dark.webp",
|
||||||
alt: "Medscribe visit transcript in a black titanium iPhone product bezel",
|
alt: "Medscribe visit transcript in a black titanium iPhone product bezel",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -51,9 +51,9 @@ const visitMoments = [
|
|||||||
title: "Review the useful part. Keep your judgment.",
|
title: "Review the useful part. Keep your judgment.",
|
||||||
body: "Bring medications, follow-ups, diagnoses, and instructions into view, then check the details that matter.",
|
body: "Bring medications, follow-ups, diagnoses, and instructions into view, then check the details that matter.",
|
||||||
image:
|
image:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp",
|
||||||
alt: "Medscribe appointment summary in a natural titanium iPhone product bezel",
|
alt: "Medscribe appointment summary in a natural titanium iPhone product bezel",
|
||||||
},
|
},
|
||||||
] as const;
|
] 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="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]">
|
<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
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/summary-reviewed-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp"
|
||||||
alt="Medscribe visit summary in a natural titanium iPhone product bezel"
|
alt="Medscribe visit summary in a natural titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-left"
|
className="pitch-device-motion pitch-device-drift-left"
|
||||||
sizes="(min-width: 1024px) 416px, (min-width: 640px) 352px, 272px"
|
sizes="(min-width: 1024px) 416px, (min-width: 640px) 352px, 272px"
|
||||||
@@ -143,8 +143,8 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="absolute top-0 left-1/2 z-10 w-[18rem] -translate-x-[14%] rotate-5 sm:w-[23rem] lg:w-[28rem]">
|
<div className="absolute top-0 left-1/2 z-10 w-[18rem] -translate-x-[14%] rotate-5 sm:w-[23rem] lg:w-[28rem]">
|
||||||
<ProductDevice
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/home-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/home-black.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/home-black-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/home-black-dark.webp"
|
||||||
alt="Medscribe home screen in a black titanium iPhone product bezel"
|
alt="Medscribe home screen in a black titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-right"
|
className="pitch-device-motion pitch-device-drift-right"
|
||||||
sizes="(min-width: 1024px) 448px, (min-width: 640px) 368px, 288px"
|
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="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]">
|
<div className="absolute top-20 left-[4%] w-[17rem] -rotate-6 sm:w-[21rem] lg:w-[23rem]">
|
||||||
<ProductDevice
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp"
|
||||||
alt="Medscribe medication detail in a natural titanium iPhone product bezel"
|
alt="Medscribe medication detail in a natural titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-left"
|
className="pitch-device-motion pitch-device-drift-left"
|
||||||
sizes="(min-width: 1024px) 368px, (min-width: 640px) 336px, 272px"
|
sizes="(min-width: 1024px) 368px, (min-width: 640px) 336px, 272px"
|
||||||
@@ -262,8 +262,8 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="absolute top-0 right-[2%] z-10 w-[18rem] rotate-5 sm:w-[22rem] lg:w-[24rem]">
|
<div className="absolute top-0 right-[2%] z-10 w-[18rem] rotate-5 sm:w-[22rem] lg:w-[24rem]">
|
||||||
<ProductDevice
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/medications-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/medications-black-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/medications-black-dark.webp"
|
||||||
alt="Medscribe medication list in a black titanium iPhone product bezel"
|
alt="Medscribe medication list in a black titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-right"
|
className="pitch-device-motion pitch-device-drift-right"
|
||||||
sizes="(min-width: 1024px) 384px, (min-width: 640px) 352px, 288px"
|
sizes="(min-width: 1024px) 384px, (min-width: 640px) 352px, 288px"
|
||||||
@@ -334,8 +334,8 @@ export default function HomePage() {
|
|||||||
<div className="mx-auto grid w-full max-w-[43rem] items-center justify-center gap-2 sm:grid-cols-[minmax(0,18rem)_minmax(0,22rem)] lg:justify-end">
|
<div className="mx-auto grid w-full max-w-[43rem] items-center justify-center gap-2 sm:grid-cols-[minmax(0,18rem)_minmax(0,22rem)] lg:justify-end">
|
||||||
<div className="mx-auto w-[min(72vw,18rem)] -rotate-2 sm:w-full">
|
<div className="mx-auto w-[min(72vw,18rem)] -rotate-2 sm:w-full">
|
||||||
<ProductDevice
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/ask-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/ask-black.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/ask-black-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/ask-black-dark.webp"
|
||||||
alt="Medscribe Ask response shown in a black titanium iPhone product bezel"
|
alt="Medscribe Ask response shown in a black titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-left"
|
className="pitch-device-motion pitch-device-drift-left"
|
||||||
sizes="(min-width: 640px) 288px, 72vw"
|
sizes="(min-width: 640px) 288px, 72vw"
|
||||||
@@ -352,8 +352,8 @@ export default function HomePage() {
|
|||||||
<div className="relative mx-auto w-[min(80vw,28rem)]">
|
<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" />
|
<div className="bg-primary-light/70 absolute inset-[12%_-12%_8%] -z-10 rounded-[4rem] blur-2xl" />
|
||||||
<ProductDevice
|
<ProductDevice
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/know-me-natural.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp"
|
||||||
darkSrc="/screenshots/product-bezel-2026-08-23-complete/know-me-natural-dark.webp"
|
darkSrc="/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp"
|
||||||
alt="Medscribe Know Me handoff record in a natural titanium iPhone product bezel"
|
alt="Medscribe Know Me handoff record in a natural titanium iPhone product bezel"
|
||||||
className="pitch-device-motion pitch-device-drift-left"
|
className="pitch-device-motion pitch-device-drift-left"
|
||||||
sizes="(min-width: 1024px) 448px, (min-width: 640px) 400px, 80vw"
|
sizes="(min-width: 1024px) 448px, (min-width: 640px) 400px, 80vw"
|
||||||
|
|||||||
@@ -161,13 +161,13 @@ export function CvsPrintSummary() {
|
|||||||
<div className="mx-auto w-[202px]">
|
<div className="mx-auto w-[202px]">
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/medications-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp"
|
||||||
alt="Medscribe medications screen"
|
alt="Medscribe medications screen"
|
||||||
width={1350}
|
width={1350}
|
||||||
height={2760}
|
height={2760}
|
||||||
priority
|
priority
|
||||||
unoptimized
|
unoptimized
|
||||||
className="block h-auto w-full drop-shadow-[0_18px_30px_rgba(15,23,42,0.18)]"
|
className="block h-auto w-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ const features = [
|
|||||||
"Review important details before relying on them",
|
"Review important details before relying on them",
|
||||||
"Carry follow-ups into the next conversation",
|
"Carry follow-ups into the next conversation",
|
||||||
],
|
],
|
||||||
image: "/screenshots/product-bezel-2026-08-23-complete/visits-natural.webp",
|
image: "/screenshots/product-bezel-2026-08-24-clipped/visits-natural.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/visits-natural-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/visits-natural-dark.webp",
|
||||||
alt: "Illustrative Medscribe visit detail showing a visit summary and follow-up information",
|
alt: "Illustrative Medscribe visit detail showing a visit summary and follow-up information",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -44,9 +44,9 @@ const features = [
|
|||||||
"Bring important questions to a clinician or pharmacist",
|
"Bring important questions to a clinician or pharmacist",
|
||||||
],
|
],
|
||||||
image:
|
image:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/medication-detail-natural-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp",
|
||||||
alt: "Illustrative Medscribe medication detail with schedule and medication information",
|
alt: "Illustrative Medscribe medication detail with schedule and medication information",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,9 +61,9 @@ const features = [
|
|||||||
"Keep a ready list for the next appointment",
|
"Keep a ready list for the next appointment",
|
||||||
"See whether a doctor, prescriber, or pharmacist may be helpful",
|
"See whether a doctor, prescriber, or pharmacist may be helpful",
|
||||||
],
|
],
|
||||||
image: "/screenshots/product-bezel-2026-08-23-complete/ask-black.webp",
|
image: "/screenshots/product-bezel-2026-08-24-clipped/ask-black.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/ask-black-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/ask-black-dark.webp",
|
||||||
alt: "Illustrative Medscribe answer with medication context and a safety boundary",
|
alt: "Illustrative Medscribe answer with medication context and a safety boundary",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -79,9 +79,9 @@ const features = [
|
|||||||
"It complements—not replaces—clinical verification",
|
"It complements—not replaces—clinical verification",
|
||||||
],
|
],
|
||||||
image:
|
image:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/know-me-natural.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp",
|
||||||
darkImage:
|
darkImage:
|
||||||
"/screenshots/product-bezel-2026-08-23-complete/know-me-natural-dark.webp",
|
"/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp",
|
||||||
alt: "Illustrative Medscribe Know Me handoff with active medications and review state",
|
alt: "Illustrative Medscribe Know Me handoff with active medications and review state",
|
||||||
},
|
},
|
||||||
] as const;
|
] as const;
|
||||||
@@ -190,7 +190,7 @@ export function FeatureShowcase() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="justify-self-center lg:justify-self-end">
|
<div className="justify-self-center lg:justify-self-end">
|
||||||
<div className="surface-panel rounded-[2.5rem] p-5 sm:p-7">
|
<div className="py-2">
|
||||||
<PhoneMockup
|
<PhoneMockup
|
||||||
src={active.image}
|
src={active.image}
|
||||||
darkSrc={active.darkImage}
|
darkSrc={active.darkImage}
|
||||||
|
|||||||
@@ -127,13 +127,13 @@ export function NorthwellPrintSummary() {
|
|||||||
<div className="mx-auto w-[210px]">
|
<div className="mx-auto w-[210px]">
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/home-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/home-black.webp"
|
||||||
alt="Medscribe home screen"
|
alt="Medscribe home screen"
|
||||||
width={1350}
|
width={1350}
|
||||||
height={2760}
|
height={2760}
|
||||||
priority
|
priority
|
||||||
unoptimized
|
unoptimized
|
||||||
className="block h-auto w-full drop-shadow-[0_18px_30px_rgba(15,23,42,0.18)]"
|
className="block h-auto w-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ type ProductDeviceProps = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A precomposited product capture using the licensed device bezels in
|
* A precomposited product capture using the licensed device bezels in
|
||||||
* `public/screenshots/product-bezel-2026-08-23-complete`. Keeping the frame in the source
|
* `public/screenshots/product-bezel-2026-08-24-clipped`. Keeping the frame in the source
|
||||||
* image preserves the bezel details without adding layout or client-side work.
|
* image preserves the bezel details without adding layout or client-side work.
|
||||||
*/
|
*/
|
||||||
export function ProductDevice({
|
export function ProductDevice({
|
||||||
@@ -31,10 +31,7 @@ export function ProductDevice({
|
|||||||
sizes,
|
sizes,
|
||||||
priority,
|
priority,
|
||||||
quality: 92,
|
quality: 92,
|
||||||
className: cn(
|
className: cn("h-auto w-full translate-z-0", className),
|
||||||
"h-auto w-full translate-z-0 drop-shadow-[0_35px_35px_rgba(15,23,42,0.22)] dark:drop-shadow-[0_38px_42px_rgba(0,0,0,0.5)]",
|
|
||||||
className,
|
|
||||||
),
|
|
||||||
};
|
};
|
||||||
const { props: lightProps } = getImageProps({ src, ...shared });
|
const { props: lightProps } = getImageProps({ src, ...shared });
|
||||||
const darkProps = darkSrc
|
const darkProps = darkSrc
|
||||||
|
|||||||
@@ -161,13 +161,13 @@ export function WalgreensPrintSummary() {
|
|||||||
<div className="mx-auto w-[202px]">
|
<div className="mx-auto w-[202px]">
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
src="/screenshots/product-bezel-2026-08-23-complete/medications-black.webp"
|
src="/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp"
|
||||||
alt="Medscribe medications screen"
|
alt="Medscribe medications screen"
|
||||||
width={1350}
|
width={1350}
|
||||||
height={2760}
|
height={2760}
|
||||||
priority
|
priority
|
||||||
unoptimized
|
unoptimized
|
||||||
className="block h-auto w-full drop-shadow-[0_18px_30px_rgba(15,23,42,0.18)]"
|
className="block h-auto w-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -159,13 +159,7 @@
|
|||||||
rgba(58, 134, 185, 0.08),
|
rgba(58, 134, 185, 0.08),
|
||||||
transparent 76%
|
transparent 76%
|
||||||
),
|
),
|
||||||
linear-gradient(
|
var(--night);
|
||||||
to bottom,
|
|
||||||
color-mix(in srgb, var(--color-canvas) 100%, transparent) 0,
|
|
||||||
var(--night) 5rem,
|
|
||||||
var(--night) calc(100% - 5rem),
|
|
||||||
color-mix(in srgb, var(--color-canvas) 100%, transparent) 100%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-card {
|
.night-card {
|
||||||
|
|||||||