// START OF JS CODE BY NUSSUQ.COM const aboutSection = document.querySelectorAll('.store-footer__inner .grid .col-span-2 .flex.items-center.justify-center'); const selectItems = aboutSection[0]; const newAbout = `
` selectItems.insertAdjacentHTML('afterend', newAbout)