diff --git a/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp b/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp new file mode 100644 index 0000000..0738cb7 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp b/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp new file mode 100644 index 0000000..0646fb0 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp differ diff --git a/public/screenshots/product-bezel-2026-08-20/transcript-populated-black-dark.webp b/public/screenshots/product-bezel-2026-08-20/transcript-populated-black-dark.webp new file mode 100644 index 0000000..ebc58fc Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-20/transcript-populated-black-dark.webp differ diff --git a/public/screenshots/product-bezel-2026-08-20/transcript-populated-black.webp b/public/screenshots/product-bezel-2026-08-20/transcript-populated-black.webp new file mode 100644 index 0000000..3c15756 Binary files /dev/null and b/public/screenshots/product-bezel-2026-08-20/transcript-populated-black.webp differ diff --git a/src/app/(marketing)/how-it-works/page.tsx b/src/app/(marketing)/how-it-works/page.tsx index 0e7deea..f9afae7 100644 --- a/src/app/(marketing)/how-it-works/page.tsx +++ b/src/app/(marketing)/how-it-works/page.tsx @@ -134,8 +134,8 @@ export default function HowItWorksPage() {
diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index f9de1e9..90fad05 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -37,9 +37,10 @@ const visitMoments = [ eyebrow: "Words stay checkable", 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-black.webp", + image: + "/screenshots/product-bezel-2026-08-20/transcript-populated-black.webp", darkImage: - "/screenshots/product-bezel-2026-08-20/transcript-black-dark.webp", + "/screenshots/product-bezel-2026-08-20/transcript-populated-black-dark.webp", alt: "Medscribe visit transcript in a black titanium iPhone product bezel", }, { @@ -47,9 +48,10 @@ const visitMoments = [ eyebrow: "The next step stays visible", 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-natural.webp", + image: + "/screenshots/product-bezel-2026-08-20/summary-reviewed-natural.webp", darkImage: - "/screenshots/product-bezel-2026-08-20/summary-natural-dark.webp", + "/screenshots/product-bezel-2026-08-20/summary-reviewed-natural-dark.webp", alt: "Medscribe appointment summary in a natural titanium iPhone product bezel", }, ] as const; @@ -130,8 +132,8 @@ export default function HomePage() {