Update src/app/menu/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
href: "/order",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-matcha-latte_1339-4138.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-matcha-latte_1339-4138.jpg?_wi=2"
|
||||
imageAlt="cozy barista preparing coffee latte"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Espresso",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg?_wi=1",
|
||||
imageAlt: "rich espresso shot with crema",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
id: "2",
|
||||
name: "Americano",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-coffee-pot-with-beans-black-background-with-copy-space_141793-9224.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-coffee-pot-with-beans-black-background-with-copy-space_141793-9224.jpg?_wi=1",
|
||||
imageAlt: "americano coffee in modern mug",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
name: "Cortado",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-frappe-arrangement-white-table_23-2148623245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-frappe-arrangement-white-table_23-2148623245.jpg?_wi=1",
|
||||
imageAlt: "cortado coffee small glass",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
id: "4",
|
||||
name: "Latte",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-heart-pattern-white-cup-wooden-background-vintage-tone_1258-250.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-heart-pattern-white-cup-wooden-background-vintage-tone_1258-250.jpg?_wi=1",
|
||||
imageAlt: "classic latte art heart design",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
id: "5",
|
||||
name: "Vanilla Latte",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg?_wi=1",
|
||||
imageAlt: "vanilla latte with syrup drizzle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
id: "6",
|
||||
name: "Chai Latte",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cinnamon-sticks-wood-board_114579-83668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cinnamon-sticks-wood-board_114579-83668.jpg?_wi=1",
|
||||
imageAlt: "chai latte spicy warm drink",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
id: "7",
|
||||
name: "Matcha Latte",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-pandan-leaf-table_1150-28280.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-pandan-leaf-table_1150-28280.jpg?_wi=1",
|
||||
imageAlt: "vibrant green matcha latte",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
id: "8",
|
||||
name: "Iced Matcha Latte",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-green-milkshake_23-2147761624.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-green-milkshake_23-2147761624.jpg?_wi=1",
|
||||
imageAlt: "iced matcha latte with milk swirl",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
id: "9",
|
||||
name: "Hojicha Latte",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea_169016-66901.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea_169016-66901.jpg?_wi=1",
|
||||
imageAlt: "hojicha tea latte roasted green tea",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
id: "10",
|
||||
name: "Orange Blossom Latte",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-coffee-with-pink-flowers_23-2148104480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-coffee-with-pink-flowers_23-2148104480.jpg?_wi=1",
|
||||
imageAlt: "orange blossom latte unique flavor",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
id: "11",
|
||||
name: "Lavender Honey Latte",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-fresh-juice-fruit_169016-3405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-fresh-juice-fruit_169016-3405.jpg?_wi=1",
|
||||
imageAlt: "lavender honey latte elegant drink",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
id: "12",
|
||||
name: "Rose Cardamom Latte",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-ginger-asian-drink_181624-21124.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-ginger-asian-drink_181624-21124.jpg?_wi=1",
|
||||
imageAlt: "rose cardamom latte exotic spice",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
name: "Almond Croissant",
|
||||
price: "$4.25",
|
||||
variant: "Plain, Chocolate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408527.jpg?_wi=1",
|
||||
imageAlt: "freshly baked almond croissant",
|
||||
},
|
||||
{
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
name: "Chocolate Chip Cookie",
|
||||
price: "$3.00",
|
||||
variant: "Single, Pack of 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-cooling-rack-with-glass-milk_181624-61154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-cooling-rack-with-glass-milk_181624-61154.jpg?_wi=1",
|
||||
imageAlt: "chocolate chip cookie artisan",
|
||||
},
|
||||
{
|
||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.75",
|
||||
variant: "Classic, Gluten-Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-blackberries_23-2150797866.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-blackberries_23-2150797866.jpg?_wi=1",
|
||||
imageAlt: "blueberry muffin with crumble top",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user