[aws_search_form]
document.addEventListener("DOMContentLoaded", function () { const initialCount = 80000; const startDate = new Date("2025-03-03"); const currentDate = new Date();
const daysPassed = Math.floor((currentDate - startDate) / (1000 * 60 * 60 * 24)); const newCount = initialCount + daysPassed * 200;
const counter = document.getElementById("customer-count"); if (counter) counter.textContent = newCount.toLocaleString() + "+"; });
Showing all 4 results