top of page
CLIFF HAWK - Red

CLIFF HAWK - Red

PRODUCT DESCRIPTION 
On dirt, gravel and pavement, the Cliff Hawk keeps the adventure going when it’s time to explore the path less traveled. To give you the ideal balance of stability and easy handling, the Cliff Hawk features Progressive Wheel Sizing, using the wheel size that best matches the rider size. With 21 gear combinations at your fingertips, you’ll always find a comfortable pedaling pace, and disc brakes provide great stopping power.
    $546.75Price
    Product Page: Stores_Product_Widget
    bottom of page
    import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL parameter "utm_source" directly using Wix Location API const utmSource = wixLocation.query.utm_source; if (utmSource === 'google') { $w('#multiStepForm1').onSuccess(() => { let formData = $w('#comp-lpb63umo1').getFormData(); // Assuming formData already has utm parameters wixData.insert('Leads', { ...formData, googleAdsLead: true // add custom field indicating a lead from Google }) .then(() => { console.log('Lead from Google Ads campaign submitted successfully'); }) .catch((error) => { console.error('Error submitting lead from Google Ads campaign:', error); }); }); } });