Update src/app/menu/page.tsx
This commit is contained in:
@@ -54,42 +54,42 @@ export default function MenuPage() {
|
||||
id: "whole-wheat",
|
||||
name: "Whole Wheat Loaf",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=2",
|
||||
imageAlt: "Whole wheat artisan loaf",
|
||||
},
|
||||
{
|
||||
id: "sourdough",
|
||||
name: "Classic Sourdough",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=2",
|
||||
imageAlt: "Tangy sourdough bread",
|
||||
},
|
||||
{
|
||||
id: "almond-croissant",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=2",
|
||||
imageAlt: "Gourmet almond croissant",
|
||||
},
|
||||
{
|
||||
id: "baguette",
|
||||
name: "Fresh Baguette",
|
||||
price: "$5.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg?_wi=2",
|
||||
imageAlt: "Crispy fresh baguette",
|
||||
},
|
||||
{
|
||||
id: "cinnamon-rolls",
|
||||
name: "Cinnamon Rolls",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg?_wi=2",
|
||||
imageAlt: "Warm cinnamon rolls",
|
||||
},
|
||||
{
|
||||
id: "croissants",
|
||||
name: "Butter Croissants",
|
||||
price: "$3.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg?_wi=2",
|
||||
imageAlt: "Golden flaky croissants",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user