From 1e9bd871e115cccbc14953d9c1afbc714de67fd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:55:45 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 328116c..d388fbe 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -46,42 +46,42 @@ export default function MenuPage() { id: "1", name: "Ube Pandan", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/violet-liquid-with-light-foam-blobs_23-2147934223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/violet-liquid-with-light-foam-blobs_23-2147934223.jpg?_wi=2", imageAlt: "Ube Pandan ice cream", }, { id: "2", name: "Black Sesame", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-winter-dessert-with-almonds_23-2148312088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-winter-dessert-with-almonds_23-2148312088.jpg?_wi=2", imageAlt: "Black Sesame ice cream", }, { id: "3", name: "Thai Tea", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-melon-cantaloupe-cantaloupe-seasonal-fruit-health-concept_1150-23398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-melon-cantaloupe-cantaloupe-seasonal-fruit-health-concept_1150-23398.jpg?_wi=2", imageAlt: "Thai Tea ice cream", }, { id: "4", name: "Matcha", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg?_wi=2", imageAlt: "Matcha ice cream", }, { id: "5", name: "Vegan Berry Sorbet", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4926.jpg?_wi=3", imageAlt: "Vegan Berry Sorbet", }, { id: "6", name: "Ice Cream Sandwich", price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-with-toast-bread-wood-piece_114579-73836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-with-toast-bread-wood-piece_114579-73836.jpg?_wi=2", imageAlt: "Ice Cream Sandwich", }, ]} @@ -102,7 +102,7 @@ export default function MenuPage() { title: "Organic Dairy Base", description: "We start with organic dairy from local San Francisco Bay Area farms. Our cream and milk are never treated with hormones or antibiotics.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-buying-garlic-from-market-place-high-view_23-2148648907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-buying-garlic-from-market-place-high-view_23-2148648907.jpg?_wi=2", }, items: [ { @@ -125,7 +125,7 @@ export default function MenuPage() { title: "Artisan Flavor Crafting", description: "Our Asian-inspired flavors come from authentic sources. Real matcha from Japan, ube from the Philippines, black sesame from Korea—no artificial extracts.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nice-chocolate-pistachio-ice-cream-decorated-with-mint-waffle-cones-with-scattered-pistachios-are-nearby-served-with-metal-scoop-stone-slate-black-background-close-up_639032-913.jpg?_wi=3", }, items: [ { @@ -148,7 +148,7 @@ export default function MenuPage() { title: "Handcrafted Daily", description: "We make ice cream fresh every single day. Our small-batch process takes 6-8 hours from mixing to scooping, ensuring peak freshness and texture.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/served-delicious-biscuit-stand_23-2147693549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-delicious-biscuit-stand_23-2147693549.jpg?_wi=2", }, items: [ { @@ -175,7 +175,7 @@ export default function MenuPage() {