Skip to content

Commit 5157f13

Browse files
Add powerlifting coach information (#53)
1 parent c712d94 commit 5157f13

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

src/components/Coach/Facts.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const Facts: React.FC = () => {
22
const credentials = [
3-
"NASM Certified Personal Trainer since October 2021",
3+
"NASM Certified Personal Trainer since September 2021",
4+
"Powerlifting coach since 2017",
45
"Coached powerlifting athletes who placed top-3 in USPA meets",
56
"Specialization in strength, hypertrophy, and powerlifting meet preparation",
67
"An advocate for prehabilitation, rehabilitation, and recovery work",

src/components/Coach/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Hero() {
1111
<h1 id="hero-welcome">Hi, I'm</h1>
1212
<h1 id="hero-title">Tom Vo,</h1>
1313
<h2 id="hero-description">
14-
a NASM Certified Personal Trainer.
14+
a NASM Certified Personal Trainer and Powerlifting Coach.
1515
<span className="blinking-cursor">|</span>
1616
</h2>
1717
</div>

src/components/Coach/Services/Services.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Services: React.FC = () => {
2929
bullets: [
3030
"Focus on strategies to improve nutrition through education, accountability, and behavior changes",
3131
"Develop habits and behaviors for long-term benefits to your health and wellbeing",
32-
"Incorporate consistent meal timing and well-balanced diets (no strict meal planning!)"
32+
"Integrate sustainable meal timing practices and well-balanced diets (no strict meal planning!)"
3333

3434
],
3535
},

src/components/Coach/Services/ServicesList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const ServicesList: React.FC = () => {
1212
const services = [
1313
"Custom-tailored training programs",
1414
"Habit-based nutritonal coaching",
15-
"Progress review over email/text (weekly or bi-weekly)",
16-
"Video check-in (as needed)",
15+
"Progress review over email/text",
16+
"Virtual check-in",
1717
"24-hr access for questions, form-checks, etc.",
1818
];
1919

src/views/Coach.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Coach: React.FC = () => {
2121

2222
<section className="section" id="values">
2323
<div className="container has-text-centered">
24-
<h1 className="section-title">— My Credentials and Quick Facts—</h1>
24+
<h1 className="section-title">— My Credentials and Facts—</h1>
2525
<Facts />
2626
</div>
2727
</section>

0 commit comments

Comments
 (0)