Update src/app/menu/page.tsx
This commit is contained in:
@@ -95,7 +95,7 @@ export default function MenuPage() {
|
||||
name: "Fresh Orange Juice",
|
||||
price: "Natural & Healthy",
|
||||
variant: "Daily Freshly Pressed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoothies-with-pineapple_23-2148574125.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoothies-with-pineapple_23-2148574125.jpg?_wi=2",
|
||||
imageAlt: "Fresh orange juice",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function MenuPage() {
|
||||
name: "Cappuccino Latte",
|
||||
price: "Premium Blend",
|
||||
variant: "Expertly Crafted",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg?_wi=2",
|
||||
imageAlt: "Cappuccino with latte art",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function MenuPage() {
|
||||
name: "Homemade Pastries",
|
||||
price: "Freshly Baked",
|
||||
variant: "Traditional & Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg?_wi=2",
|
||||
imageAlt: "Homemade pastries",
|
||||
},
|
||||
]}
|
||||
@@ -137,7 +137,7 @@ export default function MenuPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=2"
|
||||
imageAlt="Frutello café welcoming customers"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user