document.addEventListener("DOMContentLoaded", function() {
const ids = {
"66f684806be1a96372d9d52b": "fpv",
"66f68d0bf0709d6ed3e49191": "traditional",
"66f2c1a75b194702f6041589": "compare",
"66f7213c76543a664c121fee": "reviews",
"66f68d83b5d0b85f98a56043": "contact"
};
for (const [sqid, newid] of Object.entries(ids)) {
const section = document.querySelector(`[data-section-id="${sqid}"]`);
if (section) section.id = newid;
}
});
//
///