[
  {
    "section_name": "Desserts",
    "items": [
      {
        "name": "Chocolate Lava Cake",
        "description": "Warm chocolate cake with a gooey molten center, served with vanilla ice cream.",
        "price": 6.99,
        "image": "/static/media/breakfast1.029174cee5bc3d9aada4.png"
      },
      {
        "name": "Tiramisu",
        "description": "Italian dessert made with layers of coffee-soaked ladyfingers and mascarpone cheese.",
        "price": 7.49,
        "image": "/static/media/breakfast2.659ea00738d60d82f5ed.png"
      },
      {
        "name": "Fruit Tart",
        "description": "Buttery tart shell filled with custard and topped with fresh seasonal fruits.",
        "price": 5.99,
        "image": "/static/media/breakfast3.0fee32eac2d04e7aab56.png"
      }
    ]
  },
  {
    "section_name": "Entrees",
    "items": [
      {
        "name": "Steak",
        "description": "A juicy grilled steak served with garlic mashed potatoes and seasonal vegetables.",
        "price": 18.99,
        "image": "/static/media/lunch1.1e64546f724cbd988498.png"
      },
      {
        "name": "Grilled Chicken",
        "description": "Tender grilled chicken breast marinated in herbs and spices.",
        "price": 15.49,
        "image": "/static/media/lunch2.5f01f1ce4ad4a63c1027.png"
      },
      {
        "name": "Salmon",
        "description": "Pan-seared salmon fillet served with lemon butter sauce.",
        "price": 17.99,
        "image": "/static/media/lunch3.0ad7af348a05466d0c6d.png"
      }
    ]
  },
  {
    "section_name": "Appetizers",
    "items": [
      {
        "name": "Sampler Platter",
        "description": "A delicious assortment of mini spring rolls, chicken wings, and mozzarella sticks.",
        "price": 10.99,
        "image": "/static/media/dinner1.cdc7380300f22917664e.png"
      },
      {
        "name": "Bruschetta",
        "description": "Toasted baguette slices topped with fresh tomatoes, basil, and balsamic glaze.",
        "price": 7.49,
        "image": "/static/media/dinner2.897df94a0a8614d806a0.png"
      },
      {
        "name": "Spinach Dip",
        "description": "Creamy spinach and artichoke dip served with tortilla chips.",
        "price": 8.99,
        "image": "/static/media/dinner3.336624e45be95b3f88e8.png"
      }
    ]
  },
  {
    "section_name": "pasta",
    "items": [
      {
        "name": "Spaghetti Carbonara",
        "description": "Classic spaghetti with creamy carbonara sauce, bacon, and parmesan cheese.",
        "price": 12.99,
        "image": "/static/media/breakfast1.029174cee5bc3d9aada4.png"
      },
      {
        "name": "Penne Primavera",
        "description": "Penne pasta tossed with fresh vegetables in a light olive oil and garlic sauce.",
        "price": 11.99,
        "image": "/static/media/dinner1.cdc7380300f22917664e.png"
      },
      {
        "name": "Chicken Alfredo",
        "description": "Grilled chicken and fettuccine pasta in a rich alfredo sauce.",
        "price": 13.99,
        "image": "/static/media/lunch1.1e64546f724cbd988498.png"
      }
    ]
  },
  {
    "section_name": "Salads",
    "items": [
      {
        "name": "Caesar Salad",
        "description": "Crisp romaine lettuce, croutons, and parmesan cheese with Caesar dressing.",
        "price": 9.99,
        "image": "/static/media/breakfast2.659ea00738d60d82f5ed.png"
      },
      {
        "name": "Greek Salad",
        "description": "Fresh cucumbers, tomatoes, olives, and feta cheese with Greek vinaigrette.",
        "price": 8.49,
        "image": "/static/media/dinner2.897df94a0a8614d806a0.png"
      },
      {
        "name": "Caprese Salad",
        "description": "Slices of ripe tomatoes, fresh mozzarella, and basil with balsamic glaze.",
        "price": 7.99,
        "image": "/static/media/lunch2.5f01f1ce4ad4a63c1027.png"
      }
    ]
  }
]