-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrums.js
More file actions
42 lines (42 loc) · 1.36 KB
/
drums.js
File metadata and controls
42 lines (42 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module.exports = [
{
id: 1,
name: "Supraphonic LM402 Snare Drum",
brand: "Ludwig",
price: "36,000-",
url:
"https://media.sweetwater.com/api/i/f-webp__q-82__ha-ee99b803bea0394e__hmac-0e644b4ae247ce8e77456b1277a878a3a0782924/images/items/750/LM402-large.jpg"
},
{
id: 2,
name: "Blackhawk Mighty Mini Snare Drum",
brand: "Gretsch",
price: "48,000-",
url:
"https://media.sweetwater.com/api/i/f-webp__q-82__ha-c78c7a1b33dcd744__hmac-63aa406c6f8e06850f81c5c4b8d1fa0afc96bc06/images/items/750/MightyMini-large.jpg"
},
{
id: 3,
name: "S.L.P. Big Black Steel Snare Drum",
brand: "Tama",
price: "28,000-",
url:
"https://media.sweetwater.com/api/i/f-webp__q-82__ha-55a79fcade8481fa__hmac-f0dca11217b1fca5d829183c5761cef68afc13ce/images/items/750/LST148-large.jpg"
},
{
id: 4,
name: "Black Magic Snare Drum",
brand: "Ludwig",
price: "78,000-",
url:
"https://media.sweetwater.com/api/i/f-webp__q-82__ha-2ef9625cc316d7eb__hmac-d6aea5269800eb34f715797a4c9d70e1136eac2a/images/items/750/LW6514C-large.jpg"
},
{
id: 5,
name: "Design Series Snare Drum",
brand: "DW",
price: "89,000-",
url:
"https://media.sweetwater.com/api/i/f-webp__q-82__ha-bb68df63973fc6f3__hmac-0b5b0e6ff306eae5f9a3d49ce2166ab3cbd2b459/images/items/750/DDSD6514BNCR-large.jpg.auto.webps"
}
];