initial-data.ts 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958
  1. import { ITraining } from "./src/training/types";
  2. const data: { trainings: ITraining[]; polls: any } = {
  3. trainings: [
  4. {
  5. id: "training0",
  6. title: "Circuit",
  7. type: {
  8. id: "type0",
  9. name: "HIIT",
  10. description: "High intensity interval training.",
  11. },
  12. createdAt: "2020-04-14T21:13:43.284Z",
  13. trainingDate: "2020-04-15T09:45:00.000Z",
  14. location: "At home",
  15. registrations: [],
  16. attendance: 0,
  17. ratings: [],
  18. published: true,
  19. blocks: [
  20. {
  21. id: "block0",
  22. sequence: 0,
  23. title: "Roxanne",
  24. description:
  25. "Keep the squat low, especially towards the end. On the squat jump, try to explode up high and catch yourself in a low squat.",
  26. repetitions: 1,
  27. rest: 45,
  28. video: "/media/roxanne.mp4",
  29. format: {
  30. id: "format0",
  31. name: "Sequence",
  32. description: "Sequence of exercises",
  33. },
  34. blocks: [
  35. {
  36. id: "block3",
  37. video: "/media/roxanne.mp4",
  38. duration: 185,
  39. exercises: [
  40. {
  41. id: "exercise1",
  42. name: "Squat",
  43. repetitions: 1,
  44. description:
  45. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  46. videos: [],
  47. pictures: [],
  48. targets: ["Thighs", "Glutes"],
  49. baseExercise: {
  50. id: "baseExercise1",
  51. name: "Squat",
  52. },
  53. },
  54. {
  55. id: "exercise1",
  56. name: "Burpee",
  57. repetitions: 1,
  58. description: "",
  59. videos: [],
  60. pictures: [],
  61. targets: ["Thighs", "Glutes"],
  62. baseExercise: {
  63. id: "baseExercise1",
  64. name: "Squat",
  65. },
  66. },
  67. ],
  68. },
  69. ],
  70. },
  71. {
  72. id: "block1",
  73. sequence: 0,
  74. title: "Tabata",
  75. repetitions: 1,
  76. rest: 60,
  77. video: "/media/tabata.mp4",
  78. format: {
  79. id: "format0",
  80. name: "Sequence",
  81. description: "Sequence of exercises",
  82. },
  83. blocks: [
  84. {
  85. id: "block4",
  86. duration: 10,
  87. exercises: [
  88. {
  89. id: "exercise1",
  90. name: "Prepare",
  91. repetitions: 1,
  92. description: "",
  93. videos: [],
  94. pictures: [],
  95. targets: ["Thighs", "Glutes"],
  96. baseExercise: {
  97. id: "baseExercise1",
  98. name: "Squat",
  99. },
  100. },
  101. ],
  102. },
  103. {
  104. id: "block4",
  105. duration: 20,
  106. description:
  107. "It's only 20 seconds! Try to stay dynamic on the beat.",
  108. rest: 10,
  109. exercises: [
  110. {
  111. id: "exercise1",
  112. name: "Power lunge",
  113. repetitions: 4,
  114. description: "",
  115. videos: [],
  116. pictures: [],
  117. targets: ["Thighs", "Glutes"],
  118. baseExercise: {
  119. id: "baseExercise1",
  120. name: "Squat",
  121. },
  122. },
  123. {
  124. id: "exercise2",
  125. name: "Squat jump",
  126. repetitions: 2,
  127. description: "",
  128. videos: [],
  129. pictures: [],
  130. targets: ["Thighs", "Glutes"],
  131. baseExercise: {
  132. id: "baseExercise1",
  133. name: "Squat",
  134. },
  135. },
  136. ],
  137. },
  138. {
  139. id: "block4",
  140. duration: 20,
  141. description:
  142. "Catch yourself and control the downward move, then explode back up again.",
  143. rest: 10,
  144. exercises: [
  145. {
  146. id: "exercise1",
  147. name: "Plyo pushup",
  148. repetitions: 1,
  149. description: "",
  150. videos: [],
  151. pictures: [],
  152. targets: ["Thighs", "Glutes"],
  153. baseExercise: {
  154. id: "baseExercise1",
  155. name: "Squat",
  156. },
  157. },
  158. ],
  159. },
  160. {
  161. id: "block4",
  162. duration: 20,
  163. rest: 10,
  164. exercises: [
  165. {
  166. id: "exercise1",
  167. name: "Ice skater",
  168. repetitions: 1,
  169. description: "",
  170. videos: [],
  171. pictures: [],
  172. targets: ["Thighs", "Glutes"],
  173. baseExercise: {
  174. id: "baseExercise1",
  175. name: "Squat",
  176. },
  177. },
  178. ],
  179. },
  180. {
  181. id: "block4",
  182. duration: 20,
  183. description:
  184. "The higher you can keep your pelvis, the harder it gets.",
  185. rest: 10,
  186. exercises: [
  187. {
  188. id: "exercise1",
  189. name: "Kick up",
  190. repetitions: 1,
  191. description: "",
  192. videos: [],
  193. pictures: [],
  194. targets: ["Thighs", "Glutes"],
  195. baseExercise: {
  196. id: "baseExercise1",
  197. name: "Squat",
  198. },
  199. },
  200. ],
  201. },
  202. {
  203. id: "block4",
  204. duration: 20,
  205. description:
  206. "You have plenty of time for the squat jump. Go for height this time!",
  207. rest: 10,
  208. exercises: [
  209. {
  210. id: "exercise1",
  211. name: "Lateral jump squat",
  212. repetitions: 2,
  213. description: "",
  214. videos: [],
  215. pictures: [],
  216. targets: ["Thighs", "Glutes"],
  217. baseExercise: {
  218. id: "baseExercise1",
  219. name: "Squat",
  220. },
  221. },
  222. {
  223. id: "exercise1",
  224. name: "Tuck jump burpee",
  225. repetitions: 1,
  226. description: "",
  227. videos: [],
  228. pictures: [],
  229. targets: ["Thighs", "Glutes"],
  230. baseExercise: {
  231. id: "baseExercise1",
  232. name: "Squat",
  233. },
  234. },
  235. ],
  236. },
  237. {
  238. id: "block4",
  239. duration: 20,
  240. rest: 10,
  241. description:
  242. "Focus on keeping your hips up. Don't forget to change the side in the second round!",
  243. exercises: [
  244. {
  245. id: "exercise1",
  246. name: "Side plank with leg lift and kick forward",
  247. repetitions: 1,
  248. description: "",
  249. videos: [],
  250. pictures: [],
  251. targets: ["Thighs", "Glutes"],
  252. baseExercise: {
  253. id: "baseExercise1",
  254. name: "Squat",
  255. },
  256. },
  257. ],
  258. },
  259. {
  260. id: "block4",
  261. duration: 20,
  262. rest: 10,
  263. description: "Go faster than the beat if you can.",
  264. exercises: [
  265. {
  266. id: "exercise1",
  267. name: "X-Man",
  268. repetitions: 1,
  269. description: "",
  270. videos: [],
  271. pictures: [],
  272. targets: ["Thighs", "Glutes"],
  273. baseExercise: {
  274. id: "baseExercise1",
  275. name: "Squat",
  276. },
  277. },
  278. ],
  279. },
  280. {
  281. id: "block4",
  282. duration: 20,
  283. description:
  284. "Try to move the shoulders away from the floor. More than I did in the video 🙊",
  285. exercises: [
  286. {
  287. id: "exercise1",
  288. name: "Cross V-up",
  289. repetitions: 1,
  290. description: "",
  291. videos: [],
  292. pictures: [],
  293. targets: ["Thighs", "Glutes"],
  294. baseExercise: {
  295. id: "baseExercise1",
  296. name: "Squat",
  297. },
  298. },
  299. ],
  300. },
  301. ],
  302. },
  303. {
  304. id: "block1",
  305. sequence: 0,
  306. title: "Tabata",
  307. repetitions: 1,
  308. rest: 60,
  309. video: "/media/tabata2.mp4",
  310. format: {
  311. id: "format0",
  312. name: "Sequence",
  313. description: "Sequence of exercises",
  314. },
  315. blocks: [
  316. {
  317. id: "block4",
  318. duration: 10,
  319. exercises: [
  320. {
  321. id: "exercise1",
  322. name: "Prepare",
  323. repetitions: 1,
  324. description: "",
  325. videos: [],
  326. pictures: [],
  327. targets: ["Thighs", "Glutes"],
  328. baseExercise: {
  329. id: "baseExercise1",
  330. name: "Squat",
  331. },
  332. },
  333. ],
  334. },
  335. {
  336. id: "block4",
  337. duration: 20,
  338. description:
  339. "It's only 20 seconds! Try to stay dynamic on the beat.",
  340. rest: 10,
  341. exercises: [
  342. {
  343. id: "exercise1",
  344. name: "Power lunge",
  345. repetitions: 4,
  346. description: "",
  347. videos: [],
  348. pictures: [],
  349. targets: ["Thighs", "Glutes"],
  350. baseExercise: {
  351. id: "baseExercise1",
  352. name: "Squat",
  353. },
  354. },
  355. {
  356. id: "exercise2",
  357. name: "Squat jump",
  358. repetitions: 2,
  359. description: "",
  360. videos: [],
  361. pictures: [],
  362. targets: ["Thighs", "Glutes"],
  363. baseExercise: {
  364. id: "baseExercise1",
  365. name: "Squat",
  366. },
  367. },
  368. ],
  369. },
  370. {
  371. id: "block4",
  372. duration: 20,
  373. description:
  374. "Catch yourself and control the downward move, then explode back up again.",
  375. rest: 10,
  376. exercises: [
  377. {
  378. id: "exercise1",
  379. name: "Plyo pushup",
  380. repetitions: 1,
  381. description: "",
  382. videos: [],
  383. pictures: [],
  384. targets: ["Thighs", "Glutes"],
  385. baseExercise: {
  386. id: "baseExercise1",
  387. name: "Squat",
  388. },
  389. },
  390. ],
  391. },
  392. {
  393. id: "block4",
  394. duration: 20,
  395. rest: 10,
  396. exercises: [
  397. {
  398. id: "exercise1",
  399. name: "Ice skater",
  400. repetitions: 1,
  401. description: "",
  402. videos: [],
  403. pictures: [],
  404. targets: ["Thighs", "Glutes"],
  405. baseExercise: {
  406. id: "baseExercise1",
  407. name: "Squat",
  408. },
  409. },
  410. ],
  411. },
  412. {
  413. id: "block4",
  414. duration: 20,
  415. description:
  416. "The higher you can keep your pelvis, the harder it gets.",
  417. rest: 10,
  418. exercises: [
  419. {
  420. id: "exercise1",
  421. name: "Kick up",
  422. repetitions: 1,
  423. description: "",
  424. videos: [],
  425. pictures: [],
  426. targets: ["Thighs", "Glutes"],
  427. baseExercise: {
  428. id: "baseExercise1",
  429. name: "Squat",
  430. },
  431. },
  432. ],
  433. },
  434. {
  435. id: "block4",
  436. duration: 20,
  437. description:
  438. "You have plenty of time for the squat jump. Go for height this time!",
  439. rest: 10,
  440. exercises: [
  441. {
  442. id: "exercise1",
  443. name: "Lateral jump squat",
  444. repetitions: 2,
  445. description: "",
  446. videos: [],
  447. pictures: [],
  448. targets: ["Thighs", "Glutes"],
  449. baseExercise: {
  450. id: "baseExercise1",
  451. name: "Squat",
  452. },
  453. },
  454. {
  455. id: "exercise1",
  456. name: "Tuck jump burpee",
  457. repetitions: 1,
  458. description: "",
  459. videos: [],
  460. pictures: [],
  461. targets: ["Thighs", "Glutes"],
  462. baseExercise: {
  463. id: "baseExercise1",
  464. name: "Squat",
  465. },
  466. },
  467. ],
  468. },
  469. {
  470. id: "block4",
  471. duration: 20,
  472. rest: 10,
  473. description:
  474. "Focus on keeping your hips up. Don't forget to change the side in the second round!",
  475. exercises: [
  476. {
  477. id: "exercise1",
  478. name: "Side plank with leg lift and kick forward",
  479. repetitions: 1,
  480. description: "",
  481. videos: [],
  482. pictures: [],
  483. targets: ["Thighs", "Glutes"],
  484. baseExercise: {
  485. id: "baseExercise1",
  486. name: "Squat",
  487. },
  488. },
  489. ],
  490. },
  491. {
  492. id: "block4",
  493. duration: 20,
  494. rest: 10,
  495. description: "Go faster than the beat if you can.",
  496. exercises: [
  497. {
  498. id: "exercise1",
  499. name: "X-Man",
  500. repetitions: 1,
  501. description: "",
  502. videos: [],
  503. pictures: [],
  504. targets: ["Thighs", "Glutes"],
  505. baseExercise: {
  506. id: "baseExercise1",
  507. name: "Squat",
  508. },
  509. },
  510. ],
  511. },
  512. {
  513. id: "block4",
  514. duration: 20,
  515. description:
  516. "Try to move the shoulders away from the floor. More than I did in the video 🙊",
  517. exercises: [
  518. {
  519. id: "exercise1",
  520. name: "Cross V-up",
  521. repetitions: 1,
  522. description: "",
  523. videos: [],
  524. pictures: [],
  525. targets: ["Thighs", "Glutes"],
  526. baseExercise: {
  527. id: "baseExercise1",
  528. name: "Squat",
  529. },
  530. },
  531. ],
  532. },
  533. ],
  534. },
  535. {
  536. id: "block0",
  537. sequence: 0,
  538. title: "Circuit",
  539. repetitions: 2,
  540. rest: 60,
  541. format: {
  542. id: "format0",
  543. name: "Sequence",
  544. description: "Sequence of exercises",
  545. },
  546. blocks: [
  547. {
  548. id: "block2",
  549. duration: 45,
  550. rest: 15,
  551. description:
  552. "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.",
  553. video: "/media/circuit-1.mp4",
  554. exercises: [
  555. {
  556. id: "exercise0",
  557. name: "Narrow pushup",
  558. repetitions: 1,
  559. description: "",
  560. videos: [],
  561. pictures: [],
  562. targets: [],
  563. baseExercise: {
  564. id: "baseExercise1",
  565. name: "Jog on the spot",
  566. },
  567. },
  568. {
  569. id: "exercise0",
  570. name: "Wide pushup",
  571. repetitions: 1,
  572. description: "",
  573. videos: [],
  574. pictures: [],
  575. targets: [],
  576. baseExercise: {
  577. id: "baseExercise1",
  578. name: "Jog on the spot",
  579. },
  580. },
  581. ],
  582. },
  583. {
  584. id: "block3",
  585. duration: 45,
  586. rest: 15,
  587. description:
  588. "Brace your abs and keep the hips about shoulder high.",
  589. video: "/media/circuit-2.mp4",
  590. exercises: [
  591. {
  592. id: "exercise1",
  593. name: "Mountain climber",
  594. repetitions: 1,
  595. description:
  596. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  597. videos: [],
  598. pictures: [],
  599. targets: ["Thighs", "Glutes"],
  600. baseExercise: {
  601. id: "baseExercise1",
  602. name: "Squat",
  603. },
  604. },
  605. ],
  606. },
  607. {
  608. id: "block4",
  609. duration: 45,
  610. rest: 15,
  611. description: "Lift both the chest and your legs.",
  612. video: "/media/circuit-3.mp4",
  613. exercises: [
  614. {
  615. id: "exercise1",
  616. name: "Superman combo",
  617. repetitions: 1,
  618. description:
  619. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  620. videos: [],
  621. pictures: [],
  622. targets: ["Thighs", "Glutes"],
  623. baseExercise: {
  624. id: "baseExercise1",
  625. name: "Squat",
  626. },
  627. },
  628. ],
  629. },
  630. {
  631. id: "block4",
  632. duration: 45,
  633. rest: 15,
  634. video: "/media/circuit-4.mp4",
  635. exercises: [
  636. {
  637. id: "exercise1",
  638. name: "Run & punch",
  639. repetitions: 1,
  640. description:
  641. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  642. videos: [],
  643. pictures: [],
  644. targets: ["Thighs", "Glutes"],
  645. baseExercise: {
  646. id: "baseExercise1",
  647. name: "Squat",
  648. },
  649. },
  650. ],
  651. },
  652. {
  653. id: "block4",
  654. duration: 45,
  655. rest: 15,
  656. video: "/media/circuit-5.mp4",
  657. exercises: [
  658. {
  659. id: "exercise1",
  660. name: "Shoulder fly",
  661. repetitions: 1,
  662. description:
  663. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  664. videos: [],
  665. pictures: [],
  666. targets: ["Thighs", "Glutes"],
  667. baseExercise: {
  668. id: "baseExercise1",
  669. name: "Squat",
  670. },
  671. },
  672. ],
  673. },
  674. {
  675. id: "block4",
  676. duration: 45,
  677. rest: 15,
  678. video: "/media/circuit-6.mp4",
  679. exercises: [
  680. {
  681. id: "exercise1",
  682. name: "Fast knees",
  683. repetitions: 8,
  684. description:
  685. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  686. videos: [],
  687. pictures: [],
  688. targets: ["Thighs", "Glutes"],
  689. baseExercise: {
  690. id: "baseExercise1",
  691. name: "Squat",
  692. },
  693. },
  694. {
  695. id: "exercise1",
  696. name: "High knees",
  697. repetitions: 4,
  698. description:
  699. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  700. videos: [],
  701. pictures: [],
  702. targets: ["Thighs", "Glutes"],
  703. baseExercise: {
  704. id: "baseExercise1",
  705. name: "Squat",
  706. },
  707. },
  708. ],
  709. },
  710. ],
  711. },
  712. {
  713. id: "block0",
  714. sequence: 0,
  715. title: "Rep challenge",
  716. description:
  717. "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.",
  718. repetitions: 4,
  719. format: {
  720. id: "format0",
  721. name: "Rep challenge",
  722. description: "Finish 6 repetitions and earn a break.",
  723. },
  724. blocks: [
  725. {
  726. id: "block2",
  727. duration: 30,
  728. video: "/media/challenge.mp4",
  729. exercises: [
  730. {
  731. id: "exercise1",
  732. name: "One armed burpee",
  733. repetitions: 1,
  734. description:
  735. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  736. videos: [],
  737. pictures: [],
  738. targets: ["Thighs", "Glutes"],
  739. baseExercise: {
  740. id: "baseExercise1",
  741. name: "Squat",
  742. },
  743. },
  744. {
  745. id: "exercise1",
  746. name: "Long jump",
  747. repetitions: 1,
  748. description: "",
  749. videos: [],
  750. pictures: [],
  751. targets: ["Thighs", "Glutes"],
  752. baseExercise: {
  753. id: "baseExercise1",
  754. name: "Squat",
  755. },
  756. },
  757. {
  758. id: "exercise1",
  759. name: "Run back",
  760. repetitions: 1,
  761. description: "",
  762. videos: [],
  763. pictures: [],
  764. targets: ["Thighs", "Glutes"],
  765. baseExercise: {
  766. id: "baseExercise1",
  767. name: "Squat",
  768. },
  769. },
  770. ],
  771. },
  772. ],
  773. },
  774. {
  775. id: "block0",
  776. sequence: 0,
  777. title: "Work B**ch",
  778. repetitions: 1,
  779. rest: 90,
  780. video: "/media/workbitch.mp4",
  781. format: {
  782. id: "format0",
  783. name: "Sequence",
  784. description: "Sequence of exercises",
  785. },
  786. blocks: [
  787. {
  788. id: "block2",
  789. duration: 16,
  790. exercises: [
  791. {
  792. id: "exercise0",
  793. name: "Pulsing crunch with high knees",
  794. repetitions: 1,
  795. description:
  796. "Jog pulling your knees up high while moving sideways",
  797. videos: ["https://www.youtube.com/watch?v=s5GanRixp6I"],
  798. pictures: [
  799. "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",
  800. ],
  801. targets: [],
  802. baseExercise: {
  803. id: "baseExercise1",
  804. name: "Jog on the spot",
  805. },
  806. },
  807. ],
  808. },
  809. {
  810. id: "block3",
  811. duration: 30,
  812. exercises: [
  813. {
  814. id: "exercise1",
  815. name: "Oblique crunch - right",
  816. repetitions: 1,
  817. description:
  818. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  819. videos: [],
  820. pictures: [],
  821. targets: ["Thighs", "Glutes"],
  822. baseExercise: {
  823. id: "baseExercise1",
  824. name: "Squat",
  825. },
  826. },
  827. ],
  828. },
  829. {
  830. id: "block4",
  831. duration: 46,
  832. exercises: [
  833. {
  834. id: "exercise1",
  835. name: "Bicycle crunch",
  836. repetitions: 1,
  837. description:
  838. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  839. videos: [],
  840. pictures: [],
  841. targets: ["Thighs", "Glutes"],
  842. baseExercise: {
  843. id: "baseExercise1",
  844. name: "Squat",
  845. },
  846. },
  847. ],
  848. },
  849. {
  850. id: "block4",
  851. duration: 30,
  852. exercises: [
  853. {
  854. id: "exercise1",
  855. name: "Oblique crunch - left",
  856. repetitions: 1,
  857. description:
  858. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  859. videos: [],
  860. pictures: [],
  861. targets: ["Thighs", "Glutes"],
  862. baseExercise: {
  863. id: "baseExercise1",
  864. name: "Squat",
  865. },
  866. },
  867. ],
  868. },
  869. {
  870. id: "block4",
  871. duration: 45,
  872. exercises: [
  873. {
  874. id: "exercise1",
  875. name: "Russian Twist",
  876. repetitions: 1,
  877. description:
  878. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  879. videos: [],
  880. pictures: [],
  881. targets: ["Thighs", "Glutes"],
  882. baseExercise: {
  883. id: "baseExercise1",
  884. name: "Squat",
  885. },
  886. },
  887. ],
  888. },
  889. {
  890. id: "block4",
  891. duration: 18,
  892. exercises: [
  893. {
  894. id: "exercise1",
  895. name: "Plank",
  896. repetitions: 1,
  897. description:
  898. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  899. videos: [],
  900. pictures: [],
  901. targets: ["Thighs", "Glutes"],
  902. baseExercise: {
  903. id: "baseExercise1",
  904. name: "Squat",
  905. },
  906. },
  907. ],
  908. },
  909. {
  910. id: "block4",
  911. duration: 45,
  912. exercises: [
  913. {
  914. id: "exercise1",
  915. name: "Plank with arm extension",
  916. repetitions: 1,
  917. description:
  918. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  919. videos: [],
  920. pictures: [],
  921. targets: ["Thighs", "Glutes"],
  922. baseExercise: {
  923. id: "baseExercise1",
  924. name: "Squat",
  925. },
  926. },
  927. ],
  928. },
  929. {
  930. id: "block4",
  931. duration: 20,
  932. exercises: [
  933. {
  934. id: "exercise1",
  935. name: "Plank with knee drops",
  936. repetitions: 1,
  937. description:
  938. "Sit down backwards, hip about knee-high. Keep your knees behind the toes.",
  939. videos: [],
  940. pictures: [],
  941. targets: ["Thighs", "Glutes"],
  942. baseExercise: {
  943. id: "baseExercise1",
  944. name: "Squat",
  945. },
  946. },
  947. ],
  948. },
  949. ],
  950. },
  951. ],
  952. },
  953. ],
  954. polls: [],
  955. };
  956. export default data;