Basic FulFillCardVer2:

```jsx
<FulFillCardVer2
  text1="Mark as fulfilled"
  text2="QUANTITY TO FULFILL"
  textcolumn1="Items"
  textcolumn1="Quantity"
  textcolumn1="Weight"
  items={[
    {
      image:
        "https://uploads-ssl.webflow.com/5bbed931f8149f332875c562/5bbf02acbd08906c00233766_Printer_small.jpg",
      badge: "1 of 1",
      name: "Faxtex Product Sample",
      sku: "SKU: 4827521",
      type: "M / Blue",
      weight: "0kg"
    },
    {
      image:
        "https://cdn.shopify.com/s/files/1/0053/4508/3490/products/Photocamera_small.jpg?v=1538713910",
      badge: "5 of 10",
      name: "Donkix Product Sample",
      type: "M / Red / 1 Year",
      weight: "0kg"
    }
  ]}
  text3="TRACKING INFORMATION "
  text4="OPTIONAL"
/>
```
