feat(tip): display realistic coffee photo

This commit is contained in:
2026-07-13 18:54:15 +08:00
parent 4083cf0b6c
commit f9b5f22ee9
4 changed files with 21 additions and 58 deletions
+4 -4
View File
@@ -183,11 +183,11 @@ export function TipScreen({
<section className={styles.productCard} aria-label="Coffee tip product">
<div className={styles.coffeeStage} aria-hidden="true">
<Image
src="/images/tip/coffee.png"
src="/images/tip/coffee.jpg"
alt=""
width={377}
height={360}
sizes="(max-width: 380px) 132px, 164px"
width={736}
height={736}
sizes="(max-width: 380px) 220px, 211px"
className={styles.coffeeImage}
/>
</div>