Di bagian ini Anda bisa menceritakan sedikit tentang latar belakang atau alasan Anda membuat kelas online ini. Anda bisa juga menceritakan seputar perjalanan Anda sebagai mentor sehingga memutuskan untuk membuat kelas online ini.


Subheading 1 (Masalah Terbesar yang Dirasakan Peserta Anda)

Pada bagian ini Anda sebagai mentor bisa menceritakan apa saja masalah-masalah yang biasanya dirasakan oleh peserta Anda. Ceritakan masalah-masalah murid Anda yang bisa diselesaikan dengan belajar di kelas online Anda. Mulai dari masalah paling besar & paling sering dirasakan oleh peserta Anda.


Subheading 2 (Keuntungan Terbesar yang Bisa Peserta Anda Dapatkan)

Pada bagian ini Anda sebagai mentor bisa menceritakan apa saja benefit dari belajar di kelas/webinar Anda. Ceritakan benefit, goal, impian atau cita-cita yang bisa diinginkan oleh peserta Anda. Buat mereka menjadi semakin yakin untuk belajar di kelas/webinar anda.


Subheading 3 (Social Proof / Bukti Sosial)

Di bagian ini, Anda bisa mendeskripsikan berapa banyak orang yang sudah Anda bantu. Berapa banyak perusahaan yang mungkin pernah mengundang Anda. Anda bisa juga mencantumkan quotes-quotes dari orang terkenal. Anda bisa menggunakan Statistik yang mendukung keberhasilan Anda. Lalu Anda bisa juga mencantumkan logo-logo populer yang pernah meliput Anda untuk menaikan authority Anda.


Untuk Design Poster Kayak Gini Pake CANVA.COM Aja!

FACEBOOK-INSTAGRAM-KILLER-ADS-1

Bright-Yellow-Father-s-Day-Bingo-Instagram-Story-2


Tentang Mentor

  • 7 Kelas
  • Faisal Haikal

    iiii

    ", amount: amount, coupon_code, courseId: 4217, }), }).then(function (result) { if (typeof fbpixel_initiate_checkout === 'function') { fbpixel_initiate_checkout() } if (typeof ttpixel_initiate_checkout === 'function') { ttpixel_initiate_checkout() } if (typeof gads_initiate_checkout === 'function') { gads_initiate_checkout() } return result.json(); }).then(function (data) { if (data.invoice_url) { window.location.replace(data.invoice_url); } else { $('#payment-process').hide(); $('#input-phone-number-modal').modal({ backdrop: 'static', keyboard: false }); toastr.error('Please add your phone number via profile page'); } }); }; // Create a Checkout Session with the selected product var freeCourseEnrolled = function (elem) { var userLogin = ''; var adminLogin = ''; console.log('userLogin', userLogin); if (userLogin != '1') { // toastr.error('Mohon Sign Up / Login Terlebih Dahulu'); if (typeof fbpixel_view_content === 'function') { fbpixel_view_content() } if (typeof ttpixel_view_content === 'function') { ttpixel_view_content() } if (typeof gads_view_content === 'function') { gads_view_content() } showModalSignup() return; } if(adminLogin == '1'){ toastr.error('Silahkan login sebagai Peserta atau Mentor'); return; } elem.disabled = true; elem.textContent = 'Please wait...'; if (typeof fbpixel_initiate_checkout === 'function') { fbpixel_initiate_checkout() } if (typeof ttpixel_initiate_checkout === 'function') { ttpixel_initiate_checkout() } if (typeof gads_initiate_checkout === 'function') { gads_initiate_checkout() } location.href = 'https://tujuhub.com/home/get_enrolled_to_free_course/4217'; }; function toggleRatingView(course_id) { $('#course_info_view_'+course_id).toggle(); $('#course_rating_view_'+course_id).toggle(); $('#edit_rating_btn_'+course_id).toggle(); $('#cancel_rating_btn_'+course_id).toggle(); } function publishRating(course_id) { var review = $('#review_of_a_course_'+course_id).val(); var starRating = 0; starRating = $('#star_rating_of_course_'+course_id).val(); if (starRating > 0) { $.ajax({ type : 'POST', url : 'https://tujuhub.com/home/rate_course', data : {course_id : course_id, review : review, starRating : starRating}, success : function(response) { location.reload(); } }); }else{ } } function getCoursesByCategoryId(category_id) { $.ajax({ type : 'POST', url : 'https://tujuhub.com/home/my_courses_by_category', data : {category_id : category_id}, success : function(response){ $('#my_courses_area').html(response); } }); } function getCoursesBySearchString(search_string) { $.ajax({ type : 'POST', url : 'https://tujuhub.com/home/my_courses_by_search_string', data : {search_string : search_string}, success : function(response){ $('#my_courses_area').html(response); } }); } function typing( index, text ) { var textIndex = 1; var tmp = setInterval(function() { if ( textIndex < text[ index ].length + 1 ) { $('.typewriter-text').text( text[ index ].substr( 0, textIndex ) ); textIndex++; } else { setTimeout(function() { deleting( index, text ) }, 2000); clearInterval(tmp); } }, 150); } function deleting( index, text ) { var textIndex = text[ index ].length; var tmp = setInterval(function() { if ( textIndex + 1 > 0 ) { $('.typewriter-text').text( text[ index ].substr( 0, textIndex ) ); textIndex--; } else { index++; if ( index == text.length ) { index = 0; } typing( index, text ); clearInterval(tmp); } }, 150) } $(document).ready(function() { var queryString = window.location.search; var urlParams = new URLSearchParams(queryString); var destination = urlParams.get('to') var errorParams = urlParams.get('e') $('#firstName, #phonenumber-input2, #emailAddress').focus(function () { sendAddPaymentInfoEventAPI() }) if ($(".cart_btnss[id^='buttondaftar-floating']").length > 0) { if(destination === "payment") { $('#payment-process').modal({ backdrop: 'static', keyboard: false }) $(".cart_btnss[id^='buttondaftar-floating']").click(); } if(errorParams === "emailAlreadyRegistered") { showModalLogin() $(".cart_btnss[id^='buttondaftar-floating']").click(); $('#exampleModalCenter a[href="#home"]').tab('show') $('#notification-emailAlreadyRegistered').show() } } if (urlParams.get('package') !== null) { var packages = urlParams.get('package'); var signup_element_hidden = ''; $("#instructorSignupForm").append(signup_element_hidden); } if (urlParams.get('selected_package') !== null) { var packages = urlParams.get('selected_package'); $('#payment-process').modal({ backdrop: 'static', keyboard: false }) instructorPackageFn(packages); } if ($('.typewriter-text').length > 0) { typing( 0, $('.typewriter-text').data('text') ); } if ($('#description').length > 0) { var el = $('#description')[0]; var isOverflowing = el.clientHeight < el.scrollHeight; if (!isOverflowing) { $('#showMore').addClass('d-none'); $('#description').toggleClass('show-less'); } } if ($('#biography').length) { $('#biography').summernote(); console.log('success run'); } $('.password-with-icon-eye .icon-show-password').click(function () { $('.password-with-icon-eye .password').attr('type', 'text'); $('.icon-show-password').toggleClass('hidden'); $('.icon-hide-password').toggleClass('hidden'); }); $('.password-with-icon-eye .icon-hide-password').click(function () { $('.password-with-icon-eye .password').attr('type', 'password'); $('.icon-show-password').toggleClass('hidden'); $('.icon-hide-password').toggleClass('hidden'); }); const element = document.querySelector('#formSignup'); const element2 = document.querySelector('#formSignup2'); const elPhoneNumberInput = document.querySelector('#phonenumber-input'); const elPhoneNumberError = document.querySelector('#phonenumber-error'); const elPhoneNumberInput2 = document.querySelector('#phonenumber-input2'); const elPhoneNumberError2 = document.querySelector('#phonenumber-error2'); if (element) { element.addEventListener('submit', event => { $("#formSignup #signup-button").addClass('disabled').attr('disabled', 'disabled').html('Mendaftar...') try { var phoneNumber = $('#phonenumber-input').val() var theNumber = checkPhoneNumber(phoneNumber) if (theNumber === 'invalid') { elPhoneNumberError.style.display = 'block'; event.preventDefault(); return false; } $('#phonenumber-input').val(theNumber); elPhoneNumberError.style.display = 'none'; } catch (e) { console.log('Error.', e.toString()); elPhoneNumberError.style.display = 'block'; event.preventDefault(); } }); } if (element2) { element2.addEventListener('submit', event => { $("#formSignup2 #signup-button").addClass('disabled').attr('disabled', 'disabled').html('Mendaftar...') try { var phoneNumber = $('#phonenumber-input2').val() var theNumber = checkPhoneNumber(phoneNumber) if (theNumber === 'invalid') { elPhoneNumberError2.style.display = 'block'; event.preventDefault(); return false; } $('#phonenumber-input2').val(theNumber); elPhoneNumberError2.style.display = 'none'; } catch (e) { console.log('Error.', e.toString()); elPhoneNumberError2.style.display = 'block'; event.preventDefault(); } }); } const modal = document.querySelector('#modal-phonenumber'); const modalPhoneNumberInput = document.querySelector('#modal-phonenumber-input'); const modalPhoneNumberError = document.querySelector('#modal-phonenumber-error'); if (modal) { modal.addEventListener('submit', event => { try { var phoneNumber = $('#modal-phonenumber-input').val() var theNumber = checkPhoneNumber(phoneNumber) if (theNumber === 'invalid') { modalPhoneNumberError.style.display = 'block'; event.preventDefault(); return false; } $('#modal-phonenumber-input').val(theNumber); modalPhoneNumberError.style.display = 'none'; } catch (e) { console.log('Error.', e.toString()); modalPhoneNumberError.style.display = 'block'; event.preventDefault(); } }); } }); $(".cart_btnss[id^='buttondaftar-header']").click(function(){ course_clicked() sendViewContentEventAPI() }); $(".poster-signup").click(function(){ payWithXendit(this) course_clicked() }); $(".cart_btnss[id^='buttondaftar-footer']").click(function(){ course_clicked() }); $(".cart_btnss[id^='buttondaftar-floating']").click(function(){ course_clicked() sendViewContentEventAPI() }); $("#header-login").click(function(){ course_clicked() }); $('#exampleModalCenter').on('show.bs.modal', function (e) { window.location = '#signuplogin' }); $('#exampleModalCenter').on('hidden.bs.modal', function (e) { $("#loginNavigation").remove(); $("#signupNavigation").remove(); }); function course_clicked () { var login_element_hidden = '' $("#formLogin").append(login_element_hidden); var signup_element_hidden = '' $("#formSignup").append(signup_element_hidden); $("#formSignup2").append(signup_element_hidden); } function showMoreText(id) { $('#showMore').addClass('d-none'); $('#showLess').removeClass('d-none'); $('#'+id).css('height', 'auto'); $('#'+id).toggleClass('show-less') } function showLessText(id) { $('#showLess').addClass('d-none'); $('#showMore').removeClass('d-none'); $('#'+id).css('height', '100px'); $('#'+id).toggleClass('show-less') } var queryString = window.location.search; var urlParams = new URLSearchParams(queryString); function sendViewContentEventAPI() { sendViewContentEventApiMetaPixel() sendViewContentEventApiTiktokPixel() } function sendViewContentEventApiMetaPixel() { if (!metaPixelContentViewed) { metaPixelContentViewed = true const url = 'https://tujuhub.com/home/send_view_content_event_meta_pixel/4217?from_url=https://tujuhub.com/lt-script-gt-alert-quot-heked-kah-quot-lt-script-gt' fetch(url) if (typeof sendViewContentEventBrowserMetaPixel === 'function') { sendViewContentEventBrowserMetaPixel(); } } } function sendViewContentEventApiTiktokPixel() { if (!tiktokPixelContentViewed) { tiktokPixelContentViewed = true const url = 'https://tujuhub.com/home/send_view_content_event_tiktok_pixel/4217?from_url=https://tujuhub.com/lt-script-gt-alert-quot-heked-kah-quot-lt-script-gt' fetch(url) if (typeof sendViewContentEventBrowserTiktokPixel === 'function') { sendViewContentEventBrowserTiktokPixel(); } } } function sendAddPaymentInfoEventAPI() { sendAddPaymentInfoEventApiMetaPixel() sendAddPaymentInfoEventApiTiktokPixel() } function sendAddPaymentInfoEventApiMetaPixel() { if (!metaPixelPaymentInfo) { metaPixelPaymentInfo = true const url = 'https://tujuhub.com/home/send_add_payment_info_event_meta_pixel/4217?from_url=https://tujuhub.com/lt-script-gt-alert-quot-heked-kah-quot-lt-script-gt' fetch(url) if (typeof sendAddPaymentInfoEventBrowserMetaPixel === 'function') { sendAddPaymentInfoEventBrowserMetaPixel(); } } } function sendAddPaymentInfoEventApiTiktokPixel() { if (!tiktokPixelPaymentInfo) { tiktokPixelPaymentInfo = true const url = 'https://tujuhub.com/home/send_add_payment_info_event_tiktok_pixel/4217?from_url=https://tujuhub.com/lt-script-gt-alert-quot-heked-kah-quot-lt-script-gt' fetch(url) if (typeof sendAddPaymentInfoEventBrowserTiktokPixel === 'function') { sendAddPaymentInfoEventBrowserTiktokPixel(); } } } const counters = document.querySelectorAll('.students-enrolled'); const speed = 200; counters.forEach( counter => { const animate = () => { const value = +counter.getAttribute('count'); const data = +counter.innerText; const time = value / speed; if(data < value) { counter.innerText = Math.ceil(data + time); setTimeout(animate, 1); }else{ counter.innerText = value; } } animate(); }); function formatNumberWithDots(number) { return number.replace(/\B(?=(\d{3})+(?!\d))/g, "."); } $('#customizable_price_display').on('input', function() { let inputField = $(this); let cursorPosition = inputField[0].selectionStart; let value = inputField.val().replace(/\./g, ''); // Remove existing dots $('#customizable_price').val(value) let formattedValue = formatNumberWithDots(value); inputField.val(formattedValue); // Correct cursor position after formatting let dotsBeforeCursor = (formattedValue.slice(0, cursorPosition).match(/\./g) || []).length; inputField[0].setSelectionRange(cursorPosition + dotsBeforeCursor, cursorPosition + dotsBeforeCursor); });