Fire Compartmentation
ACT NOW SPEAK TO OUR EXPERTS
01621-770-834
Surveys
Remedial Works
Name
Best Contact Number
Email
Select Service Required
Survey
Remedial Works
Other
Message
Send
function rotateQuotes() { quotes.forEach(function (q) { q.classList.remove('active'); }); quotes[index].classList.add('active'); console.log('Currently showing quote:', index); // 👈 Add this line index = (index + 1) % quotes.length; }