watermark logo

The Dark Side Of Extreme Weight Loss (No one talks about this)

7 Views
Wise Phenomenal
Wise Phenomenal
28 Jul 2021

🎯 Use code BRIX12 to get up to 12 FREE MEALS across your first 4 HelloFresh
boxes, including free shipping on your first box at https://bit.ly/3wgyTV9

Get more information about Semi Private coaching (Goal Body Blueprint)
https://billingfd6b39.clickfun....nels.com/optino3kt6n
-----------------
In this video I discuss the dark side of weight-loss, which a lot of people do not talk about. It's something you should be aware of. And as usual, I want to make sure you guys are prepared for whats ahead.

Hope you enjoy the video.

Get well and get money,

Brix
---------------
GET 15% OFF ANY PE SCIENCE SUPPLEMENT. CLICK THE LINK BELOW AND USE CHECKOUT CODE "BRIX"
http://www.pescience.com/brix

PS - Whenever you’re ready, here are the 2 best ways I can help you…
1) CLICK HERE TO GET YOUR FREE FAT LOSS GUIDE: https://billingfd6b39.clickfun....nels.com/optin-31884
2) 12 WEEK TRANSFORMATION JUMPSTART PROGRAM: https://brixfitness.com/shop/1....2-week-simple-transf

#fitness #weightloss #fatloss

***Get More Support:

-Private 1-on-1 Online Coaching: http://www.brixfitness.com/online-coa...
-Brix Fitness Insiders: https://www.brixfitnessinsiders.com/h...
-Podcast: https://brixfitness.com/getwellgetmoney/
-Customized Meal Plan: http://www.brixfitness.com/meal-plan/

***Let’s Connect:
Instagram: https://www.instagram.com/brixfitness/
Twitter: https://twitter.com/brixfitness
Facebook: https://www.facebook.com/brixfitness

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }