From 2ebd6530b087be284fd28b47b6cd67e9aebef28f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:34:23 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 589dde2..b0fe437 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -54,42 +54,42 @@ export default function MenuPage() { id: "whole-wheat", name: "Whole Wheat Loaf", price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=2", imageAlt: "Whole wheat artisan loaf", }, { id: "sourdough", name: "Classic Sourdough", price: "$7.49", - imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=2", imageAlt: "Tangy sourdough bread", }, { id: "almond-croissant", name: "Almond Croissant", price: "$4.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=2", imageAlt: "Gourmet almond croissant", }, { id: "baguette", name: "Fresh Baguette", price: "$5.49", - imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg?_wi=2", imageAlt: "Crispy fresh baguette", }, { id: "cinnamon-rolls", name: "Cinnamon Rolls", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg?_wi=2", imageAlt: "Warm cinnamon rolls", }, { id: "croissants", name: "Butter Croissants", price: "$3.49", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg?_wi=2", imageAlt: "Golden flaky croissants", }, ]}