Update src/app/menu/page.tsx
This commit is contained in:
@@ -42,7 +42,7 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Lotus Cheesecake",
|
||||
price: "1,500 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg?_wi=2",
|
||||
imageAlt: "Lotus Biscoff Cheesecake - signature dessert",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -50,7 +50,7 @@ export default function MenuPage() {
|
||||
id: "2",
|
||||
name: "Dark Chocolate Cake",
|
||||
price: "1,200 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg?_wi=2",
|
||||
imageAlt: "Rich Dark Chocolate Layer Cake",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -58,7 +58,7 @@ export default function MenuPage() {
|
||||
id: "3",
|
||||
name: "Strawberry Tart",
|
||||
price: "1,000 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg?_wi=2",
|
||||
imageAlt: "Fresh Strawberry Pastry Tart",
|
||||
initialQuantity: 1
|
||||
}
|
||||
@@ -82,7 +82,7 @@ export default function MenuPage() {
|
||||
id: "4",
|
||||
name: "Specialty Espresso",
|
||||
price: "300 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg?_wi=2",
|
||||
imageAlt: "Rich specialty espresso drink",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -90,7 +90,7 @@ export default function MenuPage() {
|
||||
id: "5",
|
||||
name: "Creamy Cappuccino",
|
||||
price: "400 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg?_wi=3",
|
||||
imageAlt: "Smooth cappuccino with latte art",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -98,7 +98,7 @@ export default function MenuPage() {
|
||||
id: "6",
|
||||
name: "Vanilla Latte",
|
||||
price: "380 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10432.jpg?_wi=4",
|
||||
imageAlt: "Silky vanilla latte",
|
||||
initialQuantity: 1
|
||||
}
|
||||
@@ -122,7 +122,7 @@ export default function MenuPage() {
|
||||
id: "7",
|
||||
name: "Pistachio Dream",
|
||||
price: "1,350 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-vanilla-cheesecake-plate-against-rustic-brown-wood-table_114579-23.jpg?_wi=3",
|
||||
imageAlt: "Elegant pistachio dessert with green layers",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function MenuPage() {
|
||||
id: "8",
|
||||
name: "Matcha Infusion",
|
||||
price: "1,100 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cakes-appetizing-cake-strawberries-pomegranate-lemon-bowls-berries-cookies-table_140725-123555.jpg?_wi=3",
|
||||
imageAlt: "Vibrant matcha-inspired dessert",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -138,7 +138,7 @@ export default function MenuPage() {
|
||||
id: "9",
|
||||
name: "Salted Caramel Bliss",
|
||||
price: "1,200 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-orange-slices-marmalades-black-plate-high-quality-photo_114579-78039.jpg?_wi=3",
|
||||
imageAlt: "Decadent salted caramel delicacy",
|
||||
initialQuantity: 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user