Since 1996, Enduro Bearings has worked closely with frame, fork and component manufacturers in the bicycle industry to ensure we provide the best bearing or seal for every application. Successful collaboration with component fabricators has helped Enduro Bearings develop the following unique design features.
Nitrogen steel ball bearing races
MAX type (oversized) ball bearings to increase capacity and bearing life
Silicon Nitride Ceramic to decrease weight and reduce friction
XD-15 Stainless alloy race material to eliminate corrosion
Development of special greases for the highest performance
Silicone seals to reduce friction and increase performance
Polyurethane fork wipers for ultimate sealing performance
The TorqTite press-fit bottom bracket solution
Unique bike-specific bearing tools for professional mechanics
At Enduro, we constantly think about how we can make the bearings in our bike work better and work longer. We are all passionate about riding bikes, and though we like to work on our bikes, we’d always rather be out “product testing.”
Read more
Read less
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}