Created
February 9, 2025 11:53
-
-
Save root404-ir/f3de9e68d2cab27bec3c13d12a4c90b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"image": "../src/assets/images/products-images/1.jpeg", | |
"title": "لباس شماره 1", | |
"price": "210,000", | |
"stock": 10, | |
"score":2 | |
}, | |
{ | |
"id": 2, | |
"image": "../src/assets/images/products-images/2.jpeg", | |
"title": "لباس شماره 2", | |
"price": "100,000", | |
"stock": 60, | |
"score":3 | |
}, | |
{ | |
"id": 3, | |
"image": "../src/assets/images/products-images/3.jpeg", | |
"title": "لباس شماره 3", | |
"price": "530,000", | |
"stock": 90, | |
"score":4 | |
}, | |
{ | |
"id": 4, | |
"image": "../src/assets/images/products-images/4.jpeg", | |
"title": "لباس شماره 4", | |
"price": "340,000", | |
"stock": 50, | |
"score":1 | |
}, | |
{ | |
"id": 5, | |
"image": "../src/assets/images/products-images/5.jpeg", | |
"title": "لباس شماره 5", | |
"price": "123,000", | |
"stock": 100, | |
"score":2 | |
}, | |
{ | |
"id": 6, | |
"image": "../src/assets/images/products-images/6.jpeg", | |
"title": "لباس شماره 6", | |
"price": "432,000", | |
"stock": 500, | |
"score":4 | |
}, | |
{ | |
"id": 7, | |
"image": "../src/assets/images/products-images/7.jpeg", | |
"title": "لباس شماره 7", | |
"price": "232,000", | |
"stock": 12, | |
"score":3 | |
}, | |
{ | |
"id": 8, | |
"image": "../src/assets/images/products-images/8.jpeg", | |
"title": "لباس شماره 8", | |
"price": "1,000,000", | |
"stock": 32, | |
"score":5 | |
}, | |
{ | |
"id": 9, | |
"image": "../src/assets/images/products-images/9.jpeg", | |
"title": "لباس شماره 9", | |
"price": "760,000", | |
"stock": 78, | |
"score":5 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment