Skip to content

Commit

Permalink
added all items to the menu data
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmadrid committed Jul 26, 2020
1 parent 033e420 commit 5c8c96f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sliceline/src/Data/FoodData.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,28 @@ export const foods = [
name: 'Pepperoni Pizza',
img: '/img/pizza2.jpeg',
},
{
name: 'Chicken Pizza',
img: '/img/chicken-pizza.jpeg',
},
{
name: 'Veggie Pizza',
img: '/img/healthy-pizza.jpeg',
},
{
name: 'Burger',
img: '/img/burger.jpeg',
},
{
name: 'Gyro',
img: '/img/gyro.jpeg',
},
{
name: 'Shrimp PoBoy',
img: '/img/sandwich.jpeg',
},
{
name: 'Fries',
img: '/img/fries.jpeg',
},
]

0 comments on commit 5c8c96f

Please sign in to comment.