Update src/app/menu/page.tsx

This commit is contained in:
2026-04-05 12:50:19 +00:00
parent e80ff684be
commit 11f7b51ae9

View File

@@ -62,35 +62,35 @@ export default function LandingPage() {
id: "p1",
name: "Espresso Roast",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=2",
imageAlt: "Espresso cup",
},
{
id: "p2",
name: "Latte Supreme",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=2",
imageAlt: "Latte art",
},
{
id: "p3",
name: "Cappuccino",
price: "$4.75",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg?_wi=2",
imageAlt: "Cappuccino",
},
{
id: "p4",
name: "Dark Chocolate Tart",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg?_wi=2",
imageAlt: "Chocolate tart",
},
{
id: "p5",
name: "Almond Croissant",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg?_wi=2",
imageAlt: "Almond croissant",
},
{