import wixUsers from 'wix-users'; import wixLocation from 'wix-location'; $w.onReady(function () { // Check if the current page is the subscribers page if (wixLocation.path.includes("/subscribers/")) { wixUsers.onReady(async function () { const user = wixUsers.currentUser; // Check if the user is logged in if (user.loggedIn) { // User is logged in, get email address const email = user.email; // User Email // Append email address to the URL const newURL = appendEmailToURL(email); // Redirect to the new URL wixLocation.to(newURL); } else { // User is not logged in, prompt to log in await wixUsers.promptLogin({ mode: 'login' }); } }); } }); function appendEmailToURL(email) { // Example URL to append the user email let originalURL = "https://souplessecycling.com/subscribers/"; // Replace "@" with "%40" in the email address const sanitizedEmail = email.replace("@", "%40"); // Append email address to the URL let newURL = originalURL + sanitizedEmail; return newURL; }
top of page
Search

WHAT IS SOUPLESSE?

"Souplesse" is a French word meaning smoothness, suppleness and litheness. Usually used in cycling to describe that silky smooth pedal stroke that most pros have. In essence it is the art of pedalling really smoothly.


If you've ever had a go on rollers this is where this pedalling style can really be honed, as any undue movement in any direction can result in you being ejected altogether! Through developing this style of pedalling all your effort goes into turning the cranks, no energy is wasted.


Pedalling with Souplesse enables you to go further, faster with less effort.

That's exactly what we stand for as a brand. We enable you to go further, faster and achieve your best, effortlessly. Your energy is not wasted on anything other than the joy, freedom and achievement of cycling - exactly how your leisure time should be enjoyed!


It's about the entire cycling journey – from the moment you open your Souplesse Cycling box to the exhilarating sensation of gliding effortlessly on the open road. We believe that cycling should be a freeing, joyous experience. Our subscription box is designed to deliver convenience and satisfaction, taking the guesswork out of your gear selection. With Souplesse Cycling, you can focus on what truly matters – the joy of riding.







 
 
 

Comments


bottom of page