diff --git a/README.md b/README.md index c35b6db..f7d0a98 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ bun run start Screenshots live in `public/screenshots/`. Every route uses the same fresh, 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 UI from being hidden by stale browser or image-optimizer caches. 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. 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 - `+72+69`, export the transparent WebP, and update the shared versioned asset - directory referenced by the routes. +3. Clip each 1206 × 2622 capture to the bezel's rounded display opening, then + composite it into a 1350 × 2760 product bezel at offset `+72+69`. Export a + 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 transparent backgrounds and rendered responsively through diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/ask-black-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/ask-black-dark.webp new file mode 100644 index 0000000..ee49dfe Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/ask-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/ask-black.webp b/public/screenshots/product-bezel-2026-08-24-clipped/ask-black.webp new file mode 100644 index 0000000..4ebd572 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/ask-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/home-black-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/home-black-dark.webp new file mode 100644 index 0000000..ae30d7f Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/home-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/home-black.webp b/public/screenshots/product-bezel-2026-08-24-clipped/home-black.webp new file mode 100644 index 0000000..1ae14cf Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/home-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp new file mode 100644 index 0000000..ec274be Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp b/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp new file mode 100644 index 0000000..b67442a Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/know-me-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp new file mode 100644 index 0000000..62d6309 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp b/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp new file mode 100644 index 0000000..5f28c71 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/medication-detail-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/medications-black-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/medications-black-dark.webp new file mode 100644 index 0000000..4f39adb Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/medications-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp b/public/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp new file mode 100644 index 0000000..39115e2 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/medications-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp new file mode 100644 index 0000000..63722f1 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp b/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp new file mode 100644 index 0000000..1dbfa02 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/summary-reviewed-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black-dark.webp new file mode 100644 index 0000000..203426e Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black.webp b/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black.webp new file mode 100644 index 0000000..97ace44 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/transcript-populated-black.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural-dark.webp b/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural-dark.webp new file mode 100644 index 0000000..297301d Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural.webp b/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural.webp new file mode 100644 index 0000000..53096ca Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-24-clipped/visits-natural.webp differ diff --git a/src/app/(marketing)/how-it-works/page.tsx b/src/app/(marketing)/how-it-works/page.tsx index 20af116..67bbbd5 100644 --- a/src/app/(marketing)/how-it-works/page.tsx +++ b/src/app/(marketing)/how-it-works/page.tsx @@ -133,10 +133,10 @@ export default function HowItWorksPage() { context.
-