Address - Munshipulia Indira Nagar Block -A Lucknow
document.addEventListener("DOMContentLoaded", function() { // Select the div with class 'text-center' const textDiv = document.querySelector('.text-center'); // Check if the div exists if (textDiv) { // Select the anchor tag within that div const link = textDiv.querySelector('a[rel="nofollow"]'); // Check if the link exists if (link) { // Update the href to your Instagram profile link.href = "https://www.instagram.com/_abhijeetgupta/"; // Change the link text to "Abhijeet Gupta | Django & Backend Development Courses" link.textContent = "Abhijeet Gupta | Django & Backend Development Courses"; // Optionally, update the surrounding text content textDiv.innerHTML = "100K+ developers trust "; textDiv.appendChild(link); textDiv.appendChild(document.createTextNode(" to level up their coding skills.")); } } });