diff --git a/frontend/src/components/Pages/Shows/Flyers/June10th_2026_Richmond.PNG b/frontend/src/components/Pages/Shows/Flyers/June10th_2026_Richmond.PNG new file mode 100644 index 0000000..1598eb6 Binary files /dev/null and b/frontend/src/components/Pages/Shows/Flyers/June10th_2026_Richmond.PNG differ diff --git a/frontend/src/components/Pages/Shows/Flyers/June4th_2026_Houston.PNG b/frontend/src/components/Pages/Shows/Flyers/June4th_2026_Houston.PNG new file mode 100644 index 0000000..cce1635 Binary files /dev/null and b/frontend/src/components/Pages/Shows/Flyers/June4th_2026_Houston.PNG differ diff --git a/frontend/src/components/Pages/Shows/Flyers/June7th_2026_Atlanta.jpg b/frontend/src/components/Pages/Shows/Flyers/June7th_2026_Atlanta.jpg new file mode 100644 index 0000000..c71a121 Binary files /dev/null and b/frontend/src/components/Pages/Shows/Flyers/June7th_2026_Atlanta.jpg differ diff --git a/frontend/src/components/Pages/Shows/Shows.js b/frontend/src/components/Pages/Shows/Shows.js index a37fc21..44d5679 100644 --- a/frontend/src/components/Pages/Shows/Shows.js +++ b/frontend/src/components/Pages/Shows/Shows.js @@ -23,6 +23,9 @@ import may15_2026_doublewide from './Flyers/May5_2026_DoubleWide_Meldamor.png'; import may22_2026_rubbergloves from './Flyers/May22_2026_RubberGloves_OxygenDestroyer.png'; import june11_2026_metrobaltimore from './Flyers/June11_2026_MetroBaltimore_NuclearTomb_TOUR.png'; import june16_2026_greenlantern from './Flyers/June16_2026_GreenLanternBar_Kontusion_TOUR.jpeg'; +import june4th_2026_houston from './Flyers/June4th_2026_Houston.PNG'; +import june7th_2026_atlanta from './Flyers/June7th_2026_Atlanta.jpg'; +import june10th_2026_richmond from './Flyers/June10th_2026_Richmond.PNG'; import sep12th_2026_haltom from './Flyers/sept12_2026_haltom_mortician.jpg'; // Flyer imports - Past shows @@ -83,6 +86,9 @@ export default function Shows() { { flyer: '.' + may15_2026_doublewide, alt: 'may_15th_2026_DoubleWide', date: 'May 15th, 2026', venue: 'DoubleWide', address: '3510 Commerce St, Dallas, TX', bands: ['Meldamor', 'Sucio', 'Special Agent', 'La Bruja (DJ)', 'Llora (DJ)'] }, { flyer: '.' + may22_2026_rubbergloves, alt: 'may_22nd_2026_RubberGloves', date: 'May 22nd, 2026', venue: 'Rubber Gloves', address: '411 E Sycamore St, Denton, TX 76205', bands: ['Oxygen Destroyer', 'Drawn and Quartered', 'Nocturnal Spawn'] }, { flyer: '.' + may31_2026_rubbergloves, alt: 'may_31st_2026_RubberGloves', date: 'May 31st, 2026', venue: 'Rubber Gloves', address: '411 E Sycamore St, Denton, TX 76205', bands: ['Gammacide', 'Silver Tongue Devil', 'Chemicaust'] }, + { flyer: '.' + june4th_2026_houston, alt: 'june_4th_2026_BlackMagicSocialClub', date: 'June 4th, 2026', venue: 'Black Magic Social Club', address: '7036 Harrisburg Blvd, Houston, TX 77011', bands: ['Lethal Agent', 'Galactic Zombies', 'Metallize'] }, + { flyer: '.' + june7th_2026_atlanta, alt: 'june_7th_2026_BoggsSocialAndSupply', date: 'June 7th, 2026', venue: 'Boggs Social & Supply', address: '1310 White St SW, Atlanta, GA 30310', bands: ['Spew', 'Dungeon Filth', 'tubefed'] }, + { flyer: '.' + june10th_2026_richmond, alt: 'june_10th_2026_CobraCabana', date: 'June 10th, 2026', venue: 'Cobra Cabana', address: '901 W Marshall St, Richmond, VA 23220', bands: ['Deceptor', 'Fravant', 'Bonewatch'] }, { flyer: '.' + june11_2026_metrobaltimore, alt: 'june_11th_2026_MetroBaltimore', date: 'June 11th, 2026', venue: 'Metro Baltimore', address: '1700 N Charles St, Baltimore, MD 21201', bands: ['Nuclear Tomb', 'Eyecatcher', 'Obliviator'] }, { flyer: '.' + june16_2026_greenlantern, alt: 'june_16th_2026_GreenLanternBar', date: 'June 16th, 2026', venue: 'Green Lantern Bar', address: '497 W 3rd St, Lexington, KY 40508', bands: ['Kontusion', 'Neglect', 'Sinistrum', 'Dungeon'] }, { flyer: '.' + sep12th_2026_haltom, alt: 'sep_12th_2026_HaltomTheater', date: 'September 12th, 2026', venue: 'Haltom Theater', address: '5601 E Belknap St, Haltom City, TX 76117', bands: ['Sanity Slip', 'Voracious Contempt', 'Dysmorphia', 'Primal Tyrant', 'Distain', 'Brain Matter', 'Gator', '(side stage to Mortician)'] },