Update src/app/menu/page.tsx
This commit is contained in:
@@ -95,7 +95,7 @@ export default function MenuPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=2",
|
||||
imageAlt: "Beautiful brunch spread with coffee and pastries",
|
||||
},
|
||||
]}
|
||||
@@ -115,35 +115,35 @@ export default function MenuPage() {
|
||||
id: "sourdough",
|
||||
name: "Sourdough Breakfast",
|
||||
price: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pregnant-woman-eating-brunch-home-bed_23-2148447638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pregnant-woman-eating-brunch-home-bed_23-2148447638.jpg?_wi=2",
|
||||
imageAlt: "Artisan sourdough toast with seasonal toppings",
|
||||
},
|
||||
{
|
||||
id: "burrito",
|
||||
name: "Breakfast Burrito",
|
||||
price: "14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=2",
|
||||
imageAlt: "Hearty breakfast burrito with eggs and bacon",
|
||||
},
|
||||
{
|
||||
id: "french-toast",
|
||||
name: "French Toast",
|
||||
price: "13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129778.jpg?_wi=2",
|
||||
imageAlt: "Golden french toast with berries and maple syrup",
|
||||
},
|
||||
{
|
||||
id: "avocado",
|
||||
name: "Avocado Toast",
|
||||
price: "11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-796.jpg?_wi=2",
|
||||
imageAlt: "Creamy avocado on artisan toast with poached egg",
|
||||
},
|
||||
{
|
||||
id: "bacon",
|
||||
name: "Crispy Bacon",
|
||||
price: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-scrambled-eggs-bacon-sausage-toast_2829-5727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-scrambled-eggs-bacon-sausage-toast_2829-5727.jpg?_wi=2",
|
||||
imageAlt: "Perfectly cooked artisan bacon strips",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user