{
    "Fresh fruits": [
        {
            "image": "https://i.imgur.com/mgxiN1z.jpg",
            "title": "Green Apple",
            "description": "Ajdagreen organic fresh apple",
            "price": "3.5"
        },
        {
            "image": "https://i.imgur.com/ulwdQsI.jpg",
            "title": "Red Apple",
            "description": "Ajdared organic fresh apple",
            "price": "3.2"
        },
        {
            "image": "https://i.imgur.com/eJSjRdT.jpg",
            "title": "Pomegranate ",
            "description": "Organic fresh Pomegranate",
            "price": "5"
        },
        {
            "image": "https://i.imgur.com/Oo7gaSS.jpg",
            "title": "Pear",
            "description": "Organic fresh yellow pear",
            "price": "6"
        }
    ],
    "Fresh vegetables": [{
            "image": "https://i.imgur.com/zUcFd8x.jpg",
            "title": "Cucumber",
            "description": "Ashley",
            "price": "4"
        },{
            "image": "https://i.imgur.com/0XxncGl.jpg",
            "title": "Onion",
            "description": "White Onion",
            "price": "3"
        },{
            "image": "https://i.imgur.com/TV0BAtf.jpg",
            "title": "Tomato",
            "description": "Spring tomato",
            "price": "3.5"
        },{
            "image": "https://i.imgur.com/cArZZHb.jpg",
            "title": "Cabbage",
            "description": "Organic Cabbage",
            "price": "1"
        },{
            "image": "https://i.imgur.com/xbuaBx7.jpg",
            "title": "Lettuce",
            "description": "Organic Lettuce",
            "price": "1"
        }
    ],
   
    "Honey": [{
            "image": "https://images.unsplash.com/photo-1631447661435-b86ae5ecd564?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=560&q=80",
            "title": "Honey",
            "description": "Organic honey from the Tikves valley and Kozuf mountain",
            "price": "10"
        }
    ]
}
