From fe1ecc68c45c7f3cfa6121201a1d7be705dbd75b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:56:25 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 042c07d..1814af0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -52,7 +52,7 @@ export default function MenuPage() { name: "Golden Hour Latte", price: "$6.50", variant: "Oat, Almond, Dairy · 3 Sizes", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-glass_23-2149045763.jpg?_wi=2", imageAlt: "Golden Hour Latte with latte art", }, { @@ -60,7 +60,7 @@ export default function MenuPage() { name: "Butter Croissant", price: "$5.00", variant: "Fresh Baked · Warm", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg?_wi=2", imageAlt: "Butter croissant", }, { @@ -68,7 +68,7 @@ export default function MenuPage() { name: "Matcha Dream Cake", price: "$7.50", variant: "Vegan · Gluten-Free · Organic", - imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/slice-layered-green-tea-cheesecake-with-creamy-white-center-topped-with-fine-matcha-powder-isolated-black-background_84443-63592.jpg?_wi=2", imageAlt: "Matcha Dream Cake slice", }, ]}