[
  {
    "id": "1",
    "title": "Luxury Dress",
    "image": "product image 1.jpg",
    "category": "special-edition",
    "price": 3500,
    "popularity": 5,
    "stock": 10
  },
  {
    "id": "2",
    "title": "Luxury Black Clothing",
    "image": "product image 2.jpg",
    "category": "luxury-collection",
    "price": 1050,
    "popularity": 4,
    "stock": 20
  },
  {
    "id": "3",
    "title": "Luxury Blue Dress",
    "image": "product image 3.jpg",
    "category": "summer-edition",
    "price": 5000,
    "popularity": 3,
    "stock": 5
  },
  {
    "id": "4",
    "title": "Special Brown Dress",
    "image": "product image 4.jpg",
    "category": "unique-collection",
    "price": 2500,
    "popularity": 2,
    "stock": 15
  },
  {
    "id": "5",
    "title": "Special Luxury Dress",
    "image": "product image 5.jpg",
    "category": "unique-collection",
    "price": 5200,
    "popularity": 1,
    "stock": 0
  },
  {
    "id": "6",
    "title": "Super Luxury Dress",
    "image": "product image 6.jpg",
    "category": "luxury-collection",
    "price": 8500,
    "popularity": 20,
    "stock": 20
  },
  {
    "id": "7",
    "title": "Luxury Brown Dress",
    "image": "product image 7.jpg",
    "category": "luxury-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "8",
    "title": "Premium Brown Dress",
    "image": "product image 8.jpg",
    "category": "unique-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "9",
    "title": "Luxury White Dress",
    "image": "product image 9.jpg",
    "category": "luxury-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "10",
    "title": "Brown Limited Collection",
    "image": "product image 10.jpg",
    "category": "unique-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "11",
    "title": "Golden Premium T-shirt",
    "image": "product image 11.jpg",
    "category": "luxury-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "12",
    "title": "Golden T-shirt",
    "image": "product image 12.jpg",
    "category": "summer-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "13",
    "title": "White Premium T-shirt",
    "image": "product image 13.jpg",
    "category": "special-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "14",
    "title": "Brown Premium T-shirt",
    "image": "product image 14.jpg",
    "category": "special-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "15",
    "title": "Brown Special Clothing",
    "image": "product image 15.jpg",
    "category": "special-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "16",
    "title": "White Special Clothing",
    "image": "product image 16.jpg",
    "category": "special-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "17",
    "title": "Dark Special Clothing",
    "image": "product image 17.jpg",
    "category": "special-edition",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  },
  {
    "id": "18",
    "title": "Brown Premium Clothing",
    "image": "product image 18.jpg",
    "category": "unique-collection",
    "price": 4500,
    "popularity": 5,
    "stock": 500
  }
]