turns <- c(
example_turn_pair(
title = "deadlift PR 220 @ 165 bodyweight",
description = "hit this at my meet",
weight = 220,
unit = "NA",
reps = 1
),
example_turn_pair(
title = "NEW PR 585",
description = "new deadlift personal record",
weight = 585,
unit = "NA",
reps = 1
),
example_turn_pair(
title = "NEW PR 330x3",
description = "",
weight = 330,
unit = "NA",
reps = 3
),
example_turn_pair(
title = "180kg x 3 deadlift PR",
description = "81kg 18 years old.",
weight = 180,
unit = "kg",
reps = 3
),
example_turn_pair(
title = "100kg/220lb deadlift PR",
description = "smashed it",
weight = 100,
unit = "kg",
reps = 1
),
example_turn_pair(
title = "365 lb Deadlift PR @ 165 lbs",
description = "Christal hitting a new deadlift PR @ 365 lbs, beltless. And before anyone says anything about her form, her deadlift PRs have ...",
weight = 365,
unit = "lb",
reps = 1
)
)