Skip to content

Commit

Permalink
update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor authored Oct 31, 2024
1 parent 3d68213 commit e279e72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions src/components/menuitems/beefburgers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,40 @@ export default [
{
name: 'The Basic',
description: 'Beef patty with lettuce, tomato, pickles, sautéed onions, and On Fleek Sauce.',
price: '$9.90',
double: '$14.90',
price: '$10.05',
double: '$15.05',
},
{
name: 'The Classic',
description: 'Beef patty with cheddar cheese, lettuce, tomato, pickles, sautéed onions, and On Fleek Sauce.',
price: '$10.90',
double: '$16.90',
price: '$11.05',
double: '$17.05',
image: Classic,
},
{
name: 'Bae',
description: 'Beef patty with cheddar cheese, beef bacon, lettuce, tomato, pickles, sautéed onions, and On Fleek Sauce.',
price: '$11.99',
double: '$17.99',
price: '$12.15',
double: '$18.15',
bestseller: true,
image: Bae,
},
{
name: 'Bromance',
description: 'Beef patty with mozzarela cheese, topped with fried chicken thigh, grilled jalapeños, sautéed onions, lettuce, tomato, and chipotle sauce.',
price: '$17.25',
price: '$17.40',
bestseller: true,
image: Bromance,
},
{
name: 'Godzilla',
description: 'Three beef patties with cheddar cheese, beef bacon, lettuce, tomato, sautéed onions, grilled jalapeños, and On Fleek Sauce, between two grilled cheese buns.',
price: '$23.99',
price: '$24.50',
},
{
name: 'Mashup',
description: 'Beef patty with mozzarella cheese, lettuce, tomato, pickles, onion rings, fried egg, pico de gallo, and chipotle sauce.',
price: '$13.90',
price: '$14.00',
image: Mashup,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/menuitems/chickenburgers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export default [
{
name: 'Shawty',
description: 'Fried chicken burger (dark meat) with lettuce, tomato, and chipotle sauce.',
price: '$9.90',
price: '$9.99',
},
];
2 changes: 1 addition & 1 deletion src/components/menuitems/extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"price": {
"Gluten Free Buns": "$2.50",
"Grilled Cheese Buns": "$4.00",
"Keto Buns": "$3.00"
"Keto Buns": "$3.50"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/menuitems/veggieburgers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default [
{
name: 'Shroom',
description: 'Crusted portobello mushroom stuffed with cheese with lettuce, tomato, pickles, and garlic mayo.',
price: '$10.75',
price: '$10.90',
},
];

0 comments on commit e279e72

Please sign in to comment.