diff --git a/app/greenhouse-sonic-orb.png b/app/greenhouse-sonic-orb.png new file mode 100644 index 000000000..4eff2bc26 Binary files /dev/null and b/app/greenhouse-sonic-orb.png differ diff --git a/app/pedaltank-bass-booster.png b/app/pedaltank-bass-booster.png new file mode 100644 index 000000000..f5bdead89 Binary files /dev/null and b/app/pedaltank-bass-booster.png differ diff --git a/app/xvive-echoman.png b/app/xvive-echoman.png new file mode 100644 index 000000000..2daa3a328 Binary files /dev/null and b/app/xvive-echoman.png differ diff --git a/public/data/pedals.json b/public/data/pedals.json index d84944bbf..f83088fd9 100644 --- a/public/data/pedals.json +++ b/public/data/pedals.json @@ -1,4 +1,25 @@ [ + { + "Brand": "Pedaltank", + "Name": "Bass Booster", + "Width": 2.73, + "Height": 4.17, + "Image": "pedaltank-bass-booster.png" + }, + { + "Brand": "Greenhouse Effects", + "Name": "Sonic Orb Phaser", + "Width": 2.38, + "Height": 4.5, + "Image": "greenhouse-sonic-orb.png" + }, + { + "Brand": "Xvive", + "Name": "Echoman", + "Width": 1.74, + "Height": 3.70, + "Image": "xvive-echoman.png" + }, { "Brand": "1981 Inventions", "Name": "DRV", diff --git a/public/images/pedals/greenhouse-sonic-orb.png b/public/images/pedals/greenhouse-sonic-orb.png new file mode 100644 index 000000000..9c3df880b Binary files /dev/null and b/public/images/pedals/greenhouse-sonic-orb.png differ diff --git a/public/images/pedals/pedaltank-bass-booster.png b/public/images/pedals/pedaltank-bass-booster.png new file mode 100644 index 000000000..2eb889da8 Binary files /dev/null and b/public/images/pedals/pedaltank-bass-booster.png differ diff --git a/public/images/pedals/xvive-echoman.png b/public/images/pedals/xvive-echoman.png new file mode 100644 index 000000000..7ac261721 Binary files /dev/null and b/public/images/pedals/xvive-echoman.png differ