fix: use fresh product-bezel captures everywhere

This commit is contained in:
2026-08-20 23:01:22 -04:00
parent 0d371313f9
commit af7f1b79e9
72 changed files with 83 additions and 113 deletions
+6 -6
View File
@@ -159,16 +159,16 @@ export function CvsPrintSummary() {
</div>
</div>
<div className="mx-auto w-[186px] rounded-[28px] border-[6px] border-slate-950 bg-slate-950 p-1 shadow-[0_18px_45px_rgba(15,23,42,0.18)]">
<div className="overflow-hidden rounded-[19px] bg-white">
<div className="mx-auto w-[202px]">
<div>
<Image
src="/screenshots/product-glass-2026-08-20/medications-light.png"
src="/screenshots/product-bezel-2026-08-20/medications-black.webp"
alt="Medscribe medications screen"
width={1206}
height={2622}
width={1350}
height={2760}
priority
unoptimized
className="block h-auto w-full"
className="block h-auto w-full drop-shadow-[0_18px_30px_rgba(15,23,42,0.18)]"
/>
</div>
</div>