Last active
December 3, 2021 18:44
-
-
Save kulakoff/95cd0c6aab6f6d086395d608f410d3fb to your computer and use it in GitHub Desktop.
guitar-catalog
This file contains hidden or 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": "el1", | |
"name": "FENDER SQUIER BULLET STRAT HT HSS BLK", | |
"img": "https://i.ibb.co/QJfqs4K/1.jpg", | |
"price": 13600 | |
}, | |
{ | |
"id": "el2", | |
"name": "FENDER SQUIER AFFINITY", | |
"img": "https://i.ibb.co/pKrG5ZJ/2.jpg", | |
"price": 23900 | |
}, | |
{ | |
"id": "el3", | |
"name": "IBANEZ GIO GRG121DX-BKF BLACK FLAT", | |
"img": "https://i.ibb.co/NnvcYhR/3.jpg", | |
"price": 21600 | |
}, | |
{ | |
"id": "el4", | |
"name": "EPIPHONE LES PAUL STUDIO LT EBONY", | |
"img": "https://i.ibb.co/4Tg91WL/4.jpg", | |
"price": 19900 | |
}, | |
{ | |
"id": "el5", | |
"name": "FENDER SQUIER BULLET TREM HSS AWT", | |
"img": "https://i.ibb.co/MC7sy1F/5.jpg", | |
"price": 14500 | |
}, | |
{ | |
"id": "el6", | |
"name": "FENDER SQUIER BULLET MUSTANG HH BLK", | |
"img": "https://i.ibb.co/qNBWPb0/6.jpg", | |
"price": 14600 | |
}, | |
{ | |
"id": "el7", | |
"name": "FENDER SQUIER BULLET STRAT HT AWT", | |
"img": "https://i.ibb.co/WH1h2wV/7.jpg", | |
"price": 13600 | |
}, | |
{ | |
"id": "el8", | |
"name": "JACKSON JS22-7 DINKY SATIN BLACK", | |
"img": "https://i.ibb.co/2cBg9g9/8.jpg", | |
"price": 28700 | |
}, | |
{ | |
"id": "el9", | |
"name": "JACKSON JS11 DINKY OLYMPIC WHITE", | |
"img": "https://i.ibb.co/wKxFRM8/9.jpg", | |
"price": 18100 | |
}, | |
{ | |
"id": "el10", | |
"name": "YAMAHA PACIFICA 012 WH", | |
"img": "https://i.ibb.co/30qJcZX/10.jpg", | |
"price": 15990 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment