|
@@ -22,6 +22,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block0",
|
|
|
sequence: 0,
|
|
|
title: "Roxanne",
|
|
|
+ description:
|
|
|
+ "Keep the squat low, especially towards the end. On the squat jump, try to explode up high and catch yourself in a low squat.",
|
|
|
repetitions: 1,
|
|
|
rest: 45,
|
|
|
video: "/media/roxanne.mp4",
|
|
@@ -102,6 +104,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
{
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
+ description:
|
|
|
+ "It's only 20 seconds! Try to stay dynamic on the beat.",
|
|
|
rest: 10,
|
|
|
exercises: [
|
|
|
{
|
|
@@ -135,6 +139,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
{
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
+ description:
|
|
|
+ "Catch yourself and control the downward move, then explode back up again.",
|
|
|
rest: 10,
|
|
|
exercises: [
|
|
|
{
|
|
@@ -175,6 +181,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
{
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
+ description:
|
|
|
+ "The higher you can keep your pelvis, the harder it gets.",
|
|
|
rest: 10,
|
|
|
exercises: [
|
|
|
{
|
|
@@ -195,6 +203,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
{
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
+ description:
|
|
|
+ "You have plenty of time for the squat jump. Go for height this time!",
|
|
|
rest: 10,
|
|
|
exercises: [
|
|
|
{
|
|
@@ -229,6 +239,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
rest: 10,
|
|
|
+ description:
|
|
|
+ "Focus on keeping your hips up. Don't forget to change the side in the second round!",
|
|
|
exercises: [
|
|
|
{
|
|
|
id: "exercise1",
|
|
@@ -249,6 +261,7 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
rest: 10,
|
|
|
+ description: "Go faster than the beat if you can.",
|
|
|
exercises: [
|
|
|
{
|
|
|
id: "exercise1",
|
|
@@ -269,6 +282,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block4",
|
|
|
duration: 20,
|
|
|
rest: 10,
|
|
|
+ description:
|
|
|
+ "Try to move the shoulders away from the floor. More than I did in the video 🙊",
|
|
|
exercises: [
|
|
|
{
|
|
|
id: "exercise1",
|
|
@@ -303,6 +318,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block2",
|
|
|
duration: 45,
|
|
|
rest: 15,
|
|
|
+ description:
|
|
|
+ "Keep the ellbows close to your upper body on the narrow pushup. On the wide pushup, the arms are in a 90° angle away from the upper body.",
|
|
|
video: "/media/circuit-1.mp4",
|
|
|
exercises: [
|
|
|
{
|
|
@@ -337,6 +354,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block3",
|
|
|
duration: 45,
|
|
|
rest: 15,
|
|
|
+ description:
|
|
|
+ "Brace your abs and keep the hips about shoulder high.",
|
|
|
video: "/media/circuit-2.mp4",
|
|
|
exercises: [
|
|
|
{
|
|
@@ -359,6 +378,7 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block4",
|
|
|
duration: 45,
|
|
|
rest: 15,
|
|
|
+ description: "Lift both the chest and your legs.",
|
|
|
video: "/media/circuit-3.mp4",
|
|
|
exercises: [
|
|
|
{
|
|
@@ -463,7 +483,8 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
id: "block0",
|
|
|
sequence: 0,
|
|
|
title: "Rep challenge",
|
|
|
- description: "Finish 6 repetitions and earn a break.",
|
|
|
+ description:
|
|
|
+ "Finish 6 repetitions before 30 seconds are over and earn a break. After 30 seconds, the next round starts for a total of 4 rounds.",
|
|
|
repetitions: 4,
|
|
|
format: {
|
|
|
id: "format0",
|
|
@@ -473,7 +494,6 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
blocks: [
|
|
|
{
|
|
|
id: "block2",
|
|
|
- description: "Finish 6 repetitions and earn a break.",
|
|
|
duration: 30,
|
|
|
video: "/media/challenge.mp4",
|
|
|
exercises: [
|
|
@@ -521,6 +541,183 @@ const data: { trainings: ITraining[]; polls: any } = {
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ id: "block0",
|
|
|
+ sequence: 0,
|
|
|
+ title: "Work B**ch",
|
|
|
+ repetitions: 1,
|
|
|
+ rest: 90,
|
|
|
+ video: "/media/workbitch.mp4",
|
|
|
+ format: {
|
|
|
+ id: "format0",
|
|
|
+ name: "Sequence",
|
|
|
+ description: "Sequence of exercises",
|
|
|
+ },
|
|
|
+ blocks: [
|
|
|
+ {
|
|
|
+ id: "block2",
|
|
|
+ duration: 16,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise0",
|
|
|
+ name: "Pulsing crunch with high knees",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Jog pulling your knees up high while moving sideways",
|
|
|
+ videos: ["https://www.youtube.com/watch?v=s5GanRixp6I"],
|
|
|
+ pictures: [
|
|
|
+ "https://media1.popsugar-assets.com/files/thumbor/xfgCQbEWOZpPDA_HTMSfgcOnYYE/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2015/06/26/981/n/1922729/a7719ba19ea7a1ae_lateral-run-and-hold/i/Tabata-One-Lateral-High-Knee-Run-Hold.jpg",
|
|
|
+ ],
|
|
|
+ targets: [],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Jog on the spot",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block3",
|
|
|
+ duration: 30,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Oblique crunch - right",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 46,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Bicycle crunch",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 30,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Oblique crunch - left",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 45,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Russian Twist",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 18,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Plank",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 45,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Plank with arm extension",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "block4",
|
|
|
+ duration: 20,
|
|
|
+ exercises: [
|
|
|
+ {
|
|
|
+ id: "exercise1",
|
|
|
+ name: "Plank with knee drops",
|
|
|
+ repetitions: 1,
|
|
|
+ description:
|
|
|
+ "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
|
|
|
+ videos: [],
|
|
|
+ pictures: [],
|
|
|
+ targets: ["Thighs", "Glutes"],
|
|
|
+ baseExercise: {
|
|
|
+ id: "baseExercise1",
|
|
|
+ name: "Squat",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
],
|