651 lines
30 KiB
PHP
651 lines
30 KiB
PHP
@extends('website.layouts.master')
|
||
@section('content')
|
||
<?php $currentPage = "our-services" ?>
|
||
|
||
<section class="beyond">
|
||
<div class="container">
|
||
<h2 class="m-0"><span>Transform & Beyond-beginner</span></h2>
|
||
<!--<p>₹ 2999 ₹ 3299 for complete course</p>-->
|
||
</div>
|
||
</section>
|
||
|
||
<section class="transfrom_text">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8">
|
||
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="woman">
|
||
<img src="{{asset('public/assets/website/assets/images/you-made2.png')}}" alt="">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="batch-details" id="selectBatch">
|
||
<div class="container">
|
||
<h4>BATCH DETAILS :</h4>
|
||
<div class="row">
|
||
<div class="col-md-8">
|
||
<select class="form-select form-select-lg mb-3 batch" aria-label=".form-select-lg" data-placeholder="Select Batch">
|
||
<option disable>Select Batch</option>
|
||
<option value="morning" class = "morning">Starts from 1 July 2024 : 7 AM - 8 AM | Monday - Friday</option>
|
||
<option value="evening" class = "evening">Starts from 1 July 2024 : 7:30 PM - 8:30 PM | Monday - Friday</option>
|
||
</select>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<select class="form-select form-select-lg mb-3" aria-label=".form-select-lg">
|
||
<option selected>🌏 asia/Kolkata (+05:30)</option>
|
||
<option >🌏 asia/Mumbai (+05:30)</option>
|
||
</select>
|
||
</div>
|
||
<div id="messageContainer" style="color:red;"></div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section id="book-slot" class="neque">
|
||
<div class="container">
|
||
<h2 class="mb-0">Post registration contact us on Click here <span><a style="font-weight: 600 !important; color: var(--yellow);" href="https://api.whatsapp.com/send?phone=8591130726&text=Hello%2C%20I%20want%20to%20inquire%20about%20your%20services." target="_blank">WhatsApp</a></span></h2>
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="month-card">
|
||
<div class="six-month">
|
||
<div class="six">
|
||
<h2>6</h2>
|
||
<h5>MONTHS</h5>
|
||
</div>
|
||
<div class="rupee">
|
||
<!--<p class="cross"><span>₹</span> 3299</p>-->
|
||
@if($data == "IN")
|
||
<h6><span>₹</span> 2,499/<br>season</h6>
|
||
@else
|
||
<h6><span>USD</span> 48/<br>season</h6>
|
||
@endif
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<ul>
|
||
<li>Live + recorded workouts</li>
|
||
<li>Custom nutrition</li>
|
||
<li>Bio scale/GSF app</li>
|
||
</ul>
|
||
<div class="book">
|
||
<a id="6_month_link" class="batch_redirect" href="" data-link-type="six_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-md-4">
|
||
<div class="month-card">
|
||
<div class="six-month">
|
||
<div class="six">
|
||
<h2>3</h2>
|
||
<h5>MONTHS</h5>
|
||
</div>
|
||
<div class="rupee">
|
||
<!--<p class="cross"><span>₹</span> 3299</p>-->
|
||
@if($data == "IN")
|
||
<h6><span>₹</span>2,999/<br>season</h6>
|
||
@else
|
||
<h6><span>USD</span> 60/<br>season</h6>
|
||
@endif
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<ul>
|
||
<li>Live + recorded workouts</li>
|
||
<li>Custom nutrition</li>
|
||
<li>Bio scale/GSF app</li>
|
||
</ul>
|
||
<div class="book">
|
||
<a href="" id="3_month_link" class="batch_redirect" data-link-type="three_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-md-4">
|
||
<div class="month-card">
|
||
<div class="six-month">
|
||
<div class="six">
|
||
<h2>1</h2>
|
||
<h5>MONTHS</h5>
|
||
</div>
|
||
|
||
<div class="rupee">
|
||
<!--<p class="cross"><span>₹</span> 3299</p>-->
|
||
@if($data == "IN")
|
||
<h6><span>₹</span> 3,499/<br>season</h6>
|
||
@else
|
||
<h6><span>USD</span> 72/<br>season</h6>
|
||
@endif
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<ul>
|
||
<li>Live + recorded workouts</li>
|
||
<li>Custom nutrition</li>
|
||
<li>Bio scale/GSF app</li>
|
||
</ul>
|
||
<div class="book">
|
||
<a id="1_month_link" href="" class="batch_redirect" data-link-type="one_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<div id="book-slot-mob">
|
||
<div class="flex-container mb-4">
|
||
<div class="flex-item border-0 pb-0"></div>
|
||
<div class="flex-item border-0 pb-0" style="font-weight: 600; font-size: 16px;"><span>6</span><span>SEASONS</span></div>
|
||
<div class="flex-item border-0 pb-0" style="font-weight: 600; font-size: 16px;"><span>3</span><span>SEASONS</span></div>
|
||
<div class="flex-item border-0 pb-0" style="font-weight: 600; font-size: 16px;"><span>1</span><span>SEASON</span></div>
|
||
|
||
|
||
<div class="flex-item border-top-0 border-start-0 border-end-0">
|
||
<p class="m-0 text-left w-100">Live + recorded workouts</p>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0 text-center" >
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="flex-item border-start-0 border-top-0 border-end-0">
|
||
<p class="m-0 text-left w-100">Custom nutrition</p>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
|
||
|
||
<div class="flex-item border-0" >
|
||
<p class="m-0 text-left w-100">Bio scale/GSF app</p>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0 border-bottom-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0 border-bottom-0" >
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
<div class="flex-item border-top-0 border-end-0 border-bottom-0">
|
||
<i class="fa-solid fa-check"></i>
|
||
</div>
|
||
|
||
<!--<div class="flex-item border-0" >-->
|
||
|
||
<!--</div>-->
|
||
<!--<div class="flex-item border-0" >-->
|
||
<!-- <button>BUY</button>-->
|
||
<!--</div>-->
|
||
<!--<div class="flex-item border-0" >-->
|
||
<!-- <button>BUY</button>-->
|
||
<!--</div>-->
|
||
<!--<div class="flex-item border-0" >-->
|
||
<!-- <button>BUY</button>-->
|
||
<!--</div>-->
|
||
|
||
</div>
|
||
|
||
<div class="row price-parent" style="margin: 0 10px;">
|
||
<div class="col-4">
|
||
<div class="card card">
|
||
<div class="card-body">
|
||
<p class="text-center mb-2" style="font-weight: 600;"><span>6</span><br><span>MONTHS</span></p>
|
||
<div class="price-card d-flex justify-content-center flex-column align-items-center">
|
||
@if($data == "IN")
|
||
<p class="m-0">
|
||
₹2,499/ season
|
||
</p>
|
||
@else
|
||
<p class="m-0">
|
||
USD 48/ season
|
||
</p>
|
||
@endif
|
||
<p class="mb-2">No cost EMI</p>
|
||
<!--<button>BUY</button>-->
|
||
<a id="6_month_link_mobile" href="" class="batch_redirect" data-link-type="six_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-4">
|
||
<div class="card card">
|
||
<div class="card-body">
|
||
<p class="text-center mb-2" style="font-weight: 600;"><span>3</span><br><span>MONTHS</span></p>
|
||
<div class="price-card d-flex justify-content-center flex-column align-items-center">
|
||
@if($data == "IN")
|
||
<p class="m-0">
|
||
₹2,999/ season
|
||
</p>
|
||
@else
|
||
<p class="m-0">
|
||
USD 60/ season
|
||
</p>
|
||
@endif
|
||
<p class="mb-2">No cost EMI</p>
|
||
<!--<button>BUY</button>-->
|
||
<a id="3_month_link_mobile" href="" class="batch_redirect" data-link-type="three_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-4">
|
||
<div class="card card">
|
||
<div class="card-body">
|
||
<p class="text-center mb-2" style="font-weight: 600;"><span>1</span><br><span>MONTH</span></p>
|
||
<div class="price-card d-flex justify-content-center flex-column align-items-center">
|
||
@if($data == "IN")
|
||
<p class="m-0">
|
||
₹3,499/ season
|
||
</p>
|
||
@else
|
||
<p class="m-0">
|
||
USD 72/ season
|
||
</p>
|
||
@endif
|
||
<p class="mb-2">Onwards</p>
|
||
<!--<button>BUY</button>-->
|
||
<a id="1_month_link_mobile" href="" class="batch_redirect" data-link-type="one_month">
|
||
<p>BUY</p>
|
||
</a>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<section class="what-expect">
|
||
<div class="container">
|
||
<h4>WHAT TO EXPECT :</h4>
|
||
<!--<div class="main-cards">-->
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/device.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>exclusive access to our GetSetFit mobile app</p>-->
|
||
<!-- </div>-->
|
||
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/trainer.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>Intermediate and advance level workouts over Zoom call.</p>-->
|
||
<!-- </div>-->
|
||
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/workouts.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>Workout sessions (Live + Recordings) </p>-->
|
||
<!-- </div>-->
|
||
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/nutrition.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>Nutrition guidelines</p>-->
|
||
<!-- </div>-->
|
||
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/timey.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>Timey video calls to discuss, nutrition, progress, QnA.</p>-->
|
||
<!-- </div>-->
|
||
|
||
<!-- <div class="phone-card">-->
|
||
<!-- <div class="device">-->
|
||
<!-- <img src="{{asset('public/assets/website/assets/images/beyond/whatsapp.svg')}}" alt="">-->
|
||
<!-- </div>-->
|
||
<!-- <p>Dedicated WhatsApp group for open discussions, motivation, and queries resolution</p>-->
|
||
<!-- </div>-->
|
||
<!--</div>-->
|
||
|
||
<div class="main-cards">
|
||
<div class="phone-card">
|
||
<div class="device">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/device.svg')}}" alt="">
|
||
</div>
|
||
<p>Exclusive access to our GETSETFIT Mobile App and BIOSCALE to measure body composition</p>
|
||
</div>
|
||
<div class="phone-card">
|
||
<div class="device">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/nutrition.svg')}}" alt="">
|
||
</div>
|
||
<p>Personal nutrition plan + timely calls with nutritionist</p>
|
||
</div>
|
||
<div class="phone-card">
|
||
<div class="device">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/workouts.svg')}}" alt="">
|
||
</div>
|
||
<p>Live workouts + access to recordings </p>
|
||
</div>
|
||
<div class="phone-card">
|
||
<div class="device">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/whatsapp.svg')}}" alt="">
|
||
</div>
|
||
<p>Dedicated Whatsapp group for open discussions, motivation and queries resolution</p>
|
||
</div>
|
||
<div class="phone-card">
|
||
<div class="device">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/trainer.svg')}}" alt="">
|
||
</div>
|
||
<p> Compete with the community on the Leaderboard</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="transfrom_text">
|
||
<div class="container">
|
||
<p class="m-0">
|
||
Take your first step or restart your fitness journey with this carefully designed fitness program for Beginners. Work on building your strength and endurance.
|
||
</p>
|
||
<!--<p class="m-0">-->
|
||
<!-- This is a 4 weeks program covering structured strength training, cardio and mobility routines. -->
|
||
<!--</p>-->
|
||
<!--<p class="m-0">-->
|
||
<!-- Get exclusive access to GETSETFIT app and BIOSCALE which tells you about your body composition. -->
|
||
<!--</p>-->
|
||
<!--<p class="m-0">-->
|
||
<!-- Enjoy a custom nutrition plan as per your body needs.-->
|
||
<!--</p>-->
|
||
<!--<p class="m-0">-->
|
||
<!-- Compete with the community on the Leaderboard.-->
|
||
<!--</p>-->
|
||
<ul>
|
||
<li>Each season is a 4 weeks program covering structured strength training, cardio and mobility routines. </li>
|
||
<li>Get exclusive access to GETSETFIT app and BIOSCALE which tells you about your body composition. </li>
|
||
<li>Enjoy a custom nutrition plan as per your body needs.</li>
|
||
<li>Compete with the community on the Leaderboard.</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="post-booking">
|
||
<div class="container">
|
||
<!--<p>Post booking, you will be redirected to the Whatsapp group for the selected batch. <br> Please join the group-->
|
||
<!-- as all the communication will be shared in this group.</p>-->
|
||
<p>
|
||
Post booking, you will be redirected to the Whatsapp group for all the communications. <br>
|
||
Your login credentials will be sent to your email id and will be live within 36 hours.
|
||
</p>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="terms-condition">
|
||
<div class="container">
|
||
<h4>TERMS & CONDITIONS:</h4>
|
||
<!--<ul>-->
|
||
<!-- <li>Kindly consult a doctor whether you are fit to work out or not.</li>-->
|
||
<!-- <li> GETSETFIT is not responsible for any injury of the participant.</li>-->
|
||
<!-- <li> We do not give refunds. The spot booked cannot be transferred to any other participant.</li>-->
|
||
<!-- <li> No changes of batch and WhatsApp numbers and email ids will be entertained. Hence request you to kindly-->
|
||
<!-- <br> input them correctly while booking your spot.</li>-->
|
||
<!--</ul>-->
|
||
<ul>
|
||
<li class="p-0">Kindly get a Doctor’s approval before starting the workouts.</li>
|
||
<li class="p-0">GETSETFIT is not responsible for any injury of the participant.</li>
|
||
<li class="p-0">The spot once booked cannot be cancelled or transferred to any other participant or any other season.</li>
|
||
<li class="p-0">No changes of batch and contact details shall be permitted. Hence request you to kindly input them correctly while booking your spot.</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="faq-sec">
|
||
<div class="container">
|
||
<h4>FAQ -Frequently Asked Questions</h4>
|
||
|
||
<div class="row">
|
||
<div class="col-md-7">
|
||
<div class="accordion-container">
|
||
<div class="set">
|
||
<button href="#" class="active">
|
||
<p>What is the refund policy?</p>
|
||
<i class="fa fa-minus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content" style="display: block;">
|
||
<p>We do not give refunds.</p>
|
||
<!--<p>We do not give refunds. However, we would be happy to accommodate requests made within the first 5 days of the program for carry-forward to next month under extreme and genuine circumstances. The right to determine the same rests with the management.</p>-->
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#" class="">
|
||
<!--<p>Are supplements and protein included in the diet plan?</p>-->
|
||
<p>What will be the duration of the session?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content" style="display: none;">
|
||
<!-- <p>Lorem Ipsum is simply dummy text of the printing and-->
|
||
<!--typesetting industrd Lorem Ipsum has been</p>-->
|
||
<p>
|
||
Each session is of 1 hour. The session is divided into 3 parts - warm-up, workout, and cool-down.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<!--<p>Will I get proper attention in the session?</p>-->
|
||
<p>Will you provide recordings of the session?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<!-- <p>Lorem Ipsum is simply dummy text of the printing and-->
|
||
<!--typesetting industrd Lorem Ipsum has been</p>-->
|
||
<p>
|
||
Yes, a recorded session will be provided in case you miss the live workouts. The recordings will expire within a week from the end of the batch.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<!--<p>Will I start losing weight by the end of the program?</p>-->
|
||
<p>What type of diet will be provided?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<!-- <p> Lorem Ipsum is simply dummy text of the printing and-->
|
||
<!--typesetting industrd Lorem Ipsum has been-->
|
||
<!-- </p>-->
|
||
<p>
|
||
At GETSETFIT we aim to create a sustainable lifestyle and isn’t difficult to practice for a lifetime. Out custom diet plans will cater to your body’s requirement. You will also have the opportunity to discuss your special requirements with our in-house nutritionist over the fortnightly calls. We also focus on special requirements of the PCOS/D diet.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<!--<p>What will be the duration of the session?</p>-->
|
||
<p>What are the type of exercises?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<!-- <p> Lorem Ipsum is simply dummy text of the printing and-->
|
||
<!--typesetting industrd Lorem Ipsum has been-->
|
||
<!-- </p>-->
|
||
<p>
|
||
The workouts will be focused on full-body training with special attention given to each body part. This includes strength training, HIIT, mobility, and flexibility enhancing exercises.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<!--<p>Will you provide recordings of the session?</p>-->
|
||
<p>How does the program work?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<!-- <p>Lorem Ipsum is simply dummy text of the printing and-->
|
||
<!--typesetting industrd Lorem Ipsum has been-->
|
||
<!-- </p>-->
|
||
<p>
|
||
The workouts are conducted on video conference. The link for the same will be available on your GETSETFIT mobile app. During the session participants can watch the Coach demonstrate the exercise form. The Coach will also monitor your form and guide you on a real-time basis.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<p>How will I get the BIOSCALE?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<p>
|
||
Once you register for the program, we shall ship the Bioscale to the address mentioned in the registration form.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<p>How do I connect the BIOSCALE on the GETSETFIT App?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<p class="pb-0">
|
||
Step 1: Turn on the Bluetooth and Location on your phone.
|
||
</p>
|
||
<p class="py-0">
|
||
Step 2: Login to the GETSETFIT app.
|
||
</p>
|
||
<p class="py-0">
|
||
Step 3: Click on the Bioscale tab.
|
||
</p>
|
||
<p class="py-0">
|
||
Step 4: Tap your foot on the scale.
|
||
</p>
|
||
<p class="py-0">
|
||
Step 5: Select the device name GSF.
|
||
</p>
|
||
<p class="pt-0">
|
||
Step 6: Step on the scale and see your statistics.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<p>Do I return the BIOSCALE if I do not rejoin the program?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<p>
|
||
No. You can keep it with you and use it when rejoin the GETSETFIT program
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<p>What if my BIOSCALE stops working?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<p>
|
||
Each BIOSCALE is quality tested before it leaves our office. If this event has to occur, we’d request you to reach out to us on team@getsetfit.co and we shall help you resolve the issue.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="set">
|
||
<button href="#">
|
||
<p>How will I get points on the Leaderboard?</p>
|
||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||
</button>
|
||
<div class="content">
|
||
<p>
|
||
The Leaderboard points depend on the following factors: <br>
|
||
a. Body composition <br>
|
||
b. Stepping on the scale everyday <br>
|
||
c. Checking in with us on the Mood-o-meter <br>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-5 faq-img">
|
||
<img src="{{asset('public/assets/website/assets/images/beyond/frame1.png')}}" alt="">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||
<script>
|
||
$(document).ready(function() {
|
||
$('.batch_redirect').on('click', function (e) {
|
||
e.preventDefault();
|
||
|
||
// Get the selected batch value
|
||
var selectedBatch = $('.batch').val();
|
||
|
||
// Check if a batch is selected
|
||
if (selectedBatch == 'morning' || selectedBatch == 'evening') {
|
||
// Define the links based on the selected batch
|
||
var links = {};
|
||
if (selectedBatch == 'morning') {
|
||
links = {
|
||
six_month: "https://getsetfit.co/607a65b1-91a7-4857-a2da-6c28e01bc810?init_booking=true&enable_discount=true&utm_source=beginmor6",
|
||
three_month: "https://getsetfit.co/0de6d9cd-3242-4896-b0e1-0bdbac0915f9?init_booking=true&enable_discount=true&utm_source=beginmor3",
|
||
one_month: "https://getsetfit.co/2faa5d03-e549-4550-8d17-6380d29f04e4?init_booking=true&enable_discount=true&utm_source=beginmor1"
|
||
};
|
||
} else {
|
||
links = {
|
||
six_month: "https://getsetfit.co/12900d1b-3516-4a72-acfa-4f083511e49b?init_booking=true&enable_discount=true&utm_source=begineve6",
|
||
three_month: "https://getsetfit.co/f3df7b67-701f-4db2-85cd-929e27dcdd3d?init_booking=true&enable_discount=true&utm_source=begineve3",
|
||
one_month: "https://getsetfit.co/35206c01-4b61-4f6b-8d75-9d9b146b92b2?init_booking=true&enable_discount=true&utm_source=begineve1"
|
||
};
|
||
}
|
||
// Hide the message container
|
||
$('#messageContainer').hide();
|
||
// Get the selected link based on the clicked button
|
||
var selectedLink = links[$(this).data('link-type')];
|
||
|
||
// Perform the redirection
|
||
window.location.href = selectedLink;
|
||
} else {
|
||
// Show a message and scroll to the selectBatch section
|
||
$('#messageContainer').text('Please select a batch before buying.');
|
||
$('html, body').animate({
|
||
scrollTop: $('#selectBatch').offset().top
|
||
}, 0);
|
||
}
|
||
});
|
||
// Event for hiding the message after selecting a value from the dropdown
|
||
$(".batch").on("change", function () {
|
||
// Hide the message container
|
||
$('#messageContainer').hide();
|
||
});
|
||
});
|
||
</script>
|
||
@endsection
|