feat(tip): display realistic coffee photo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user