[
  {
    "category": "Pastries",
    "sn": 6,
    "name": "white forest slice",
    "imgUrl": "Assets/home/painting.png",
    "size": {
      "regular": {
        "portion": "1 slice",
        "price": 250
      }
    }
  },
  {
    "category": "Pastries",
    "sn": 7,
    "name": "black forest slice",
    "imgUrl": "Assets/home/painting-2.png",
    "size": {
      "regular": {
        "portion": "1 slice",
        "price": 265
      }
    }
  },
  {
    "category": "Doughnuts",
    "sn": 1,
    "name": "Doughnut Box",
    "imgUrl": "Assets/home/painting-1.png",
    "size": {
      "regular": {
        "portion": "8 pcs",
        "price": 560
      }
    }
  },
      {
        "category": "Sandwich",
        "sn": 1,
        "name": "Chicken sandwich",
        "imgUrl": "Assets/home/painting-3.png",
        "size": {
          "regular": {
            "portion": "1 pc",
            "price": 155
          }
        }
      }
   
 
]
