Merge version_1 into main #1
@@ -50,42 +50,42 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Pistachio Latte",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=3",
|
||||
imageAlt: "Creamy pistachio latte with foam"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Coconut Matcha Cloud",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg?_wi=2",
|
||||
imageAlt: "Airy matcha cloud with coconut milk"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crème Brûlée Latte",
|
||||
price: "$6.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=3",
|
||||
imageAlt: "Dessert-inspired crème brûlée latte"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Charcoal Honey Iced Latte",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg?_wi=2",
|
||||
imageAlt: "Bold charcoal honey iced latte"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amaretto Latte",
|
||||
price: "$6.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=4",
|
||||
imageAlt: "Cozy aromatic amaretto latte"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Golden Turmeric Latte",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg?_wi=3",
|
||||
imageAlt: "Anti-inflammatory golden turmeric latte"
|
||||
}
|
||||
]}
|
||||
@@ -109,21 +109,21 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Cinnamon Bun",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=4",
|
||||
imageAlt: "Golden cinnamon bun with icing"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thai Tea Macaron",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=2",
|
||||
imageAlt: "Delicate Thai tea flavored macarons"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chicken Pesto Sandwich",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=2",
|
||||
imageAlt: "Fresh chicken pesto sandwich on artisan bread"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -69,35 +69,35 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Pistachio Latte",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=1",
|
||||
imageAlt: "Creamy pistachio latte with foam"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Crème Brûlée Latte",
|
||||
price: "$6.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=1",
|
||||
imageAlt: "Dessert-inspired crème brûlée latte"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Coconut Matcha Cloud",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg?_wi=1",
|
||||
imageAlt: "Airy matcha cloud with coconut milk"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Charcoal Honey Iced Latte",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg?_wi=1",
|
||||
imageAlt: "Bold charcoal honey iced latte"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amaretto Latte",
|
||||
price: "$6.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=2",
|
||||
imageAlt: "Cozy aromatic amaretto latte"
|
||||
}
|
||||
]}
|
||||
@@ -152,21 +152,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Cinnamon Bun",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=2",
|
||||
imageAlt: "Golden cinnamon bun with icing"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thai Tea Macaron",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=1",
|
||||
imageAlt: "Delicate Thai tea flavored macarons"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chicken Pesto Sandwich",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=1",
|
||||
imageAlt: "Fresh chicken pesto sandwich on artisan bread"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user