Update src/app/menu/page.tsx
This commit is contained in:
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Japanese Katsu Sando",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-red-green-peppers-wooden-cutting-board_141793-1660.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-red-green-peppers-wooden-cutting-board_141793-1660.jpg?_wi=2",
|
||||
imageAlt: "Crispy Japanese Katsu Sando sandwich",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
id: "2",
|
||||
name: "Chef's Bender Tarts",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-cookies_114579-16570.jpg?_wi=2",
|
||||
imageAlt: "Assorted gourmet dessert tarts, colorful and artistic",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
name: "Bender-Misu",
|
||||
price: "$11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-dessert-with-chocolate-top_140725-6103.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-dessert-with-chocolate-top_140725-6103.jpg?_wi=2",
|
||||
imageAlt: "Chef's special tiramisu creation dessert",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
id: "4",
|
||||
name: "Honey Butter Biscone",
|
||||
price: "$7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-muffins_23-2148251615.jpg?_wi=2",
|
||||
imageAlt: "Warm honey butter biscone pastry with coffee",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
id: "5",
|
||||
name: "Avocado Toast 316",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-cottage-cheese-cherry-tomatoes-basil_114579-62683.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-cottage-cheese-cherry-tomatoes-basil_114579-62683.jpg?_wi=2",
|
||||
imageAlt: "Classic avocado toast with cherry tomatoes and basil",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
title: "Strawberry Mint Iced Tea",
|
||||
description: "A refreshing blend of fresh strawberries and cool mint, steeped to perfection for a vibrant taste experience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-pouring-sangria_23-2149426400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-pouring-sangria_23-2149426400.jpg?_wi=2",
|
||||
imageAlt: "Refreshing Strawberry Mint Iced Tea",
|
||||
},
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user