\`\`\`javascript // WIX Customer Intelligence Agent (CIA) Tracking Script // CIA Base URL: https://cjscottiii.pythonanywhere.com const CIA_BASE_URL = "https://cjscottiii.pythonanywhere.com"; /** * Generates a simple unique ID (UUID v4-like) * @returns {string} A unique ID string */ function generateUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } /** * Retrieves the customer ID from localStorage or creates a new one. * @returns {string} The unique customer ID. */ function getOrCreateCustomerId() { let customerId = localStorage.getItem('cia_customer_id'); if (!customerId) { customerId = generateUUID(); localStorage.setItem('cia_customer_id', customerId); console.log("CIA: New customer ID created:", customerId); } else { console.log("CIA: Existing customer ID retrieved:", customerId); } return customerId; } /** * Sends a page view tracking event to the CIA backend. * @param {string} customerId - The unique ID of the customer. */ function trackPageView(customerId) { const trackUrl = \`\${CIA_BASE_URL}/api/v1/track\`; const data = { customer_id: customerId, page_url: window.location.href, event_type: 'page_view' }; fetch(trackUrl, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify(data), }) .then(response => response.json()) .then(data => { console.log('CIA Tracking Success:', data); }) .catch((error) => { console.error('CIA Tracking Error:', error); }); } /** * Fetches a personalized recommendation from the CIA backend. * @param {string} customerId - The unique ID of the customer. */ function fetchRecommendation(customerId) { const recommendationUrl = \`\${CIA_BASE_URL}/api/v1/recommendation/\${customerId}\`; fetch(recommendationUrl) .then(response => response.json()) .then(data => { console.log('CIA Recommendation:', data.recommendation); // This is the key output. In a future step, you will use Wix Velo/Corvid // to capture this recommendation and display it to the user on the page. // For now, check your browser's console (F12) to confirm it is working. }) .catch((error) => { console.error('CIA Recommendation Error:', error); }); } // Main execution block (function() { const customerId = getOrCreateCustomerId(); trackPageView(customerId); fetchRecommendation(customerId); })(); \`\`\`
top of page
Boxing

#1 Boxing Fitness Course in Fitness with Certified Boxing Coach

What you will learn:

  • How to wrap hands safely and securely in order to avoid injury and provide proper protection to a boxer's hands

  • Boxing-specific warm up which targets and prepares specific areas of the body that are heavily used during a boxing session

  • Boxing stance, defensive guard, movement and footwork for both an orthodox and southpaw boxer

  • Learn proper punches and combinations, defensive techniques and counterpunch, shadowboxing techniques, drills, and fundamentals to improving skill and fitness level

 

CANCELLATION POLICY:

Client gets 3 sessions a week and they must book and use them. All NO SHOWS or not giving a 24 HOUR NOTICE will result in a lost session.

Boxing

$75.00Price
Quantity
  • SINGLE SESSION VALUE: $75

    Semi-Private Training is training with a small group of 6-10 people.

     

    Cost Breakdown:

    1. 8 weeks/24 sessions: $1,000 Total ($41.66 per session)
    2. 12 weeks/36 sessions: $2,000 Total ($55.55 per session)

     

    The following payment plans are available:

    1. 8 weeks/24 sessions - 2 Payments of $750: $1,500 Total
    2. 12 weeks/36 sessions - 3 Payments of $800: $2,400 Total

     

    CLICK HERE TO ACCESS THE PAYMENT PLANS

     

  • SINGLE SESSION VALUE: $100

    Private 1-On-1 Training allows you to get personalized attention and direction. 

     

    Cost Breakdown:

    1. 10 sessions - 10% off: $900 ($90 per session)
    2. 20 sessions - 20% off: $1600 ($80 per session)
    3. 30 sessions - 30% off: $2,100 ($70 per session)
    4. 40 sessions - 40% off: $2,400 ($60 per session)
    5. 50 sessions - 50% off: $2,500 ($50 per session)

Follow us on Instagram

STAY CONNECTED:

  • Facebook Link
  • Instagram Link

These statements have not been evaluated by the Food and Drug Administration. These products are not intended to diagnose, treat, cure or prevent any disease.

*Our AI tool is designed to be privacy-focused. The information you enter during your search with RAPHA© is not stored or logged in any way. It is used solely to process your search query and provide relevant product suggestions or health tips. Once the search is complete, the information is immediately erased from the AI system.
 

Subscribe for Updates

Copyright© 2019-2026 by ATHLETIC SPA NUTRTITION 

ALL RIGHTS RESERVED UCC 1-308.

Site Proudly Designed by MINDYOURBIZ.COM

bottom of page