|
| 1 | +[ |
| 2 | + { |
| 3 | + "title": "Mozzarella Sticks", |
| 4 | + "price": 8, |
| 5 | + "description": "Crispy fried mozzarella sticks served with marinara sauce." |
| 6 | + }, |
| 7 | + { |
| 8 | + "title": "Chicken Wings", |
| 9 | + "price": 10, |
| 10 | + "description": "Crispy fried chicken wings tossed in your choice of sauce." |
| 11 | + }, |
| 12 | + { |
| 13 | + "title": "Nachos", |
| 14 | + "price": 12, |
| 15 | + "description": "Crispy tortilla chips topped with melted cheese, chili, sour cream, and salsa." |
| 16 | + }, |
| 17 | + { |
| 18 | + "title": "Onion Rings", |
| 19 | + "price": 7, |
| 20 | + "description": "Crispy fried onion rings served with ranch dressing." |
| 21 | + }, |
| 22 | + { |
| 23 | + "title": "French Fries", |
| 24 | + "price": 5, |
| 25 | + "description": "Crispy fried french fries." |
| 26 | + }, |
| 27 | + { |
| 28 | + "title": "Mashed Potatoes", |
| 29 | + "price": 6, |
| 30 | + "description": "Creamy mashed potatoes." |
| 31 | + }, |
| 32 | + { |
| 33 | + "title": "Coleslaw", |
| 34 | + "price": 4, |
| 35 | + "description": "Homemade coleslaw." |
| 36 | + }, |
| 37 | + { |
| 38 | + "title": "Classic Cheeseburger", |
| 39 | + "price": 12, |
| 40 | + "description": "A juicy beef patty topped with melted American cheese, lettuce, tomato, and onion on a toasted bun." |
| 41 | + }, |
| 42 | + { |
| 43 | + "title": "Bacon Cheeseburger", |
| 44 | + "price": 14, |
| 45 | + "description": "A classic cheeseburger with the addition of crispy bacon." |
| 46 | + }, |
| 47 | + { |
| 48 | + "title": "Mushroom Swiss Burger", |
| 49 | + "price": 15, |
| 50 | + "description": "A beef patty topped with sautéed mushrooms, melted Swiss cheese, and a creamy horseradish sauce." |
| 51 | + }, |
| 52 | + { |
| 53 | + "title": "Chicken Sandwich", |
| 54 | + "price": 13, |
| 55 | + "description": "A crispy chicken breast on a toasted bun with lettuce, tomato, and your choice of sauce." |
| 56 | + }, |
| 57 | + { |
| 58 | + "title": "Pulled Pork Sandwich", |
| 59 | + "price": 14, |
| 60 | + "description": "Slow-cooked pulled pork on a toasted bun with coleslaw and barbecue sauce." |
| 61 | + }, |
| 62 | + { |
| 63 | + "title": "Reuben Sandwich", |
| 64 | + "price": 15, |
| 65 | + "description": "Thinly sliced corned beef, Swiss cheese, sauerkraut, and Thousand Island dressing on rye bread." |
| 66 | + }, |
| 67 | + { |
| 68 | + "title": "House Salad", |
| 69 | + "price": 8, |
| 70 | + "description": "Mixed greens with your choice of dressing." |
| 71 | + }, |
| 72 | + { |
| 73 | + "title": "Caesar Salad", |
| 74 | + "price": 9, |
| 75 | + "description": "Romaine lettuce with croutons, Parmesan cheese, and Caesar dressing." |
| 76 | + }, |
| 77 | + { |
| 78 | + "title": "Greek Salad", |
| 79 | + "price": 10, |
| 80 | + "description": "Mixed greens with feta cheese, olives, tomatoes, cucumbers, and red onions." |
| 81 | + }, |
| 82 | + { |
| 83 | + "title": "Chocolate Lava Cake", |
| 84 | + "price": 8, |
| 85 | + "description": "A warm, gooey chocolate cake with a molten chocolate center." |
| 86 | + }, |
| 87 | + { |
| 88 | + "title": "Apple Pie", |
| 89 | + "price": 7, |
| 90 | + "description": "A classic apple pie with a flaky crust and warm apple filling." |
| 91 | + }, |
| 92 | + { |
| 93 | + "title": "Cheesecake", |
| 94 | + "price": 8, |
| 95 | + "description": "A creamy cheesecake with a graham cracker crust." |
| 96 | + } |
| 97 | +] |
0 commit comments