From 8085b4fdc545ff907d1f1eef983057f528d0dca3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:23:41 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1a783c8..cf92500 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -60,7 +60,7 @@ export default function MenuPage() { id: "conchas", name: "Mexican Conchas", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=3", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1, }, @@ -68,7 +68,7 @@ export default function MenuPage() { id: "empanadas", name: "Empanadas", price: "$4.49", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=2", imageAlt: "Golden baked empanadas", initialQuantity: 1, }, @@ -76,7 +76,7 @@ export default function MenuPage() { id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", - imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=2", imageAlt: "Fresh cream cheese buns", initialQuantity: 1, }, @@ -99,21 +99,21 @@ export default function MenuPage() { id: 1, title: "Tres Leches Cake", description: "Our signature three-milk cake, moist and delicious. Perfect for celebrations and special occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-basket-roses-marble-surface_114579-21578.jpg?_wi=1", imageAlt: "Tres leches cake decorated with fruit", }, { id: 2, title: "Custom Celebration Cakes", description: "Beautiful custom cakes for birthdays, weddings, and special events. Order in advance for your perfect cake.", - imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=4", imageAlt: "Celebration cake display", }, { id: 3, title: "Seasonal Specials", description: "Rotating seasonal items featuring fresh ingredients and limited-time flavors. Ask our staff what's new today!", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=3", imageAlt: "Seasonal pastry selection", }, ]} @@ -136,21 +136,21 @@ export default function MenuPage() { id: "visit-now", name: "Visit Us Today", price: "Find Us", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-managing-owning-their-business_23-2151456949.jpg?_wi=2", imageAlt: "Welcoming bakery experience", }, { id: "call-order", name: "Call to Order", price: "Contact", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=2", imageAlt: "Customer service at bakery", }, { id: "corporate", name: "Corporate Orders", price: "Catering", - imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=2", imageAlt: "Corporate event catering", }, ]}