Update src/app/menu/page.tsx

This commit is contained in:
2026-03-01 03:31:37 +00:00
parent d3962feade
commit fcd7793331

View File

@@ -50,42 +50,42 @@ export default function MenuPage() {
id: "f1",
name: "Pistachio",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochrome-ice-cream-close-up_23-2148849245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-monochrome-ice-cream-close-up_23-2148849245.jpg?_wi=3",
imageAlt: "Pistachio gelato flavor"
},
{
id: "f2",
name: "Dark Chocolate",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110728.jpg?_wi=2",
imageAlt: "Dark chocolate gelato flavor"
},
{
id: "f3",
name: "Strawberry",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raspberries-ice-cream-cones_23-2148268101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raspberries-ice-cream-cones_23-2148268101.jpg?_wi=2",
imageAlt: "Strawberry gelato flavor"
},
{
id: "f4",
name: "Vanilla Bean",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup-horizontal-with-copy-space_1220-1396.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup-horizontal-with-copy-space_1220-1396.jpg?_wi=2",
imageAlt: "Vanilla bean gelato flavor"
},
{
id: "f5",
name: "Amarena Cherry",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-plums-ice-cream-with-chopped-hazelnut_53876-103571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-plums-ice-cream-with-chopped-hazelnut_53876-103571.jpg?_wi=2",
imageAlt: "Amarena cherry gelato flavor"
},
{
id: "f6",
name: "Hazelnut",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-marshmallows-covered-cocoa-powder_23-2148468072.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-marshmallows-covered-cocoa-powder_23-2148468072.jpg?_wi=2",
imageAlt: "Hazelnut gelato flavor"
}
]}
@@ -107,21 +107,21 @@ export default function MenuPage() {
id: "t1",
name: "Chocolate-Dipped Cannoli",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bar-white_114579-39190.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-bar-white_114579-39190.jpg?_wi=3",
imageAlt: "Chocolate-dipped cannoli"
},
{
id: "t2",
name: "Two-Flavor Split",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoops-ice-cream-with-orange-strawberry-orange-cookies-glass_176474-3439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoops-ice-cream-with-orange-strawberry-orange-cookies-glass_176474-3439.jpg?_wi=3",
imageAlt: "Two-flavor split gelato"
},
{
id: "t3",
name: "Seasonal Specialty Box",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618934.jpg?_wi=3",
imageAlt: "Seasonal specialty box"
}
]}
@@ -143,14 +143,14 @@ export default function MenuPage() {
id: "c1",
name: "Espresso & Hazelnut",
price: "$7.50",
imageSrc: "http://img.b2bpic.net/free-photo/almond-ice-cream-with-coffee-beans-chocolate-ice-cream-scoop-selective-focus_181624-55285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/almond-ice-cream-with-coffee-beans-chocolate-ice-cream-scoop-selective-focus_181624-55285.jpg?_wi=2",
imageAlt: "Espresso and hazelnut gelato combination"
},
{
id: "c2",
name: "Lemon & Amarena Cherry",
price: "$7.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg?_wi=2",
imageAlt: "Lemon and amarena cherry gelato combination"
}
]}