From 869a64233387f02c2c8c14bc25c97aa62b7766cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:26:06 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index fa4ae81..2777d9f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -68,32 +68,32 @@ export default function MenuPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=3", imageAlt: "Sizzling fajitas", }, { imageSrc: - "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=3", imageAlt: "Homemade tamales", }, { imageSrc: - "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=3", imageAlt: "Enchiladas", }, { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=3", imageAlt: "Chiles rellenos", }, { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg", + "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg?_wi=2", imageAlt: "Guacamole", }, { imageSrc: - "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg", + "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg?_wi=2", imageAlt: "Margarita", }, ]} @@ -121,7 +121,7 @@ export default function MenuPage() { price: "$8.99", variant: "Served with warm tortilla chips", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg", + "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg?_wi=3", imageAlt: "Fresh guacamole", }, { @@ -130,7 +130,7 @@ export default function MenuPage() { price: "$7.99", variant: "Melted cheese dip with chorizo", imageSrc: - "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=4", imageAlt: "Queso fundido", }, { @@ -139,7 +139,7 @@ export default function MenuPage() { price: "$6.99", variant: "Beef or cheese filled pastries", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=4", imageAlt: "Empanadas", }, { @@ -148,7 +148,7 @@ export default function MenuPage() { price: "$10.99", variant: "Shrimp with lime and chipotle", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=4", imageAlt: "Prepared shrimp", }, ]} @@ -177,7 +177,7 @@ export default function MenuPage() { price: "$16.99", variant: "Chicken, Beef, or Shrimp", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=5", imageAlt: "Sizzling fajitas", }, { @@ -186,7 +186,7 @@ export default function MenuPage() { price: "$14.99", variant: "Three tamales with rice & beans", imageSrc: - "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=4", imageAlt: "Tamales dinner", }, { @@ -195,7 +195,7 @@ export default function MenuPage() { price: "$15.99", variant: "Three enchiladas with sauce", imageSrc: - "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=5", imageAlt: "Enchiladas combo", }, { @@ -204,7 +204,7 @@ export default function MenuPage() { price: "$16.99", variant: "Two poblano peppers with mole", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=5", imageAlt: "Chiles rellenos", }, ]}