Skip to content

Add powerlifting coach information #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/Coach/Facts.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const Facts: React.FC = () => {
const credentials = [
"NASM Certified Personal Trainer since October 2021",
"NASM Certified Personal Trainer since September 2021",
"Powerlifting coach since 2017",
"Coached powerlifting athletes who placed top-3 in USPA meets",
"Specialization in strength, hypertrophy, and powerlifting meet preparation",
"An advocate for prehabilitation, rehabilitation, and recovery work",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Coach/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Hero() {
<h1 id="hero-welcome">Hi, I'm</h1>
<h1 id="hero-title">Tom Vo,</h1>
<h2 id="hero-description">
a NASM Certified Personal Trainer.
a NASM Certified Personal Trainer and Powerlifting Coach.
<span className="blinking-cursor">|</span>
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Coach/Services/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Services: React.FC = () => {
bullets: [
"Focus on strategies to improve nutrition through education, accountability, and behavior changes",
"Develop habits and behaviors for long-term benefits to your health and wellbeing",
"Incorporate consistent meal timing and well-balanced diets (no strict meal planning!)"
"Integrate sustainable meal timing practices and well-balanced diets (no strict meal planning!)"

],
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Coach/Services/ServicesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const ServicesList: React.FC = () => {
const services = [
"Custom-tailored training programs",
"Habit-based nutritonal coaching",
"Progress review over email/text (weekly or bi-weekly)",
"Video check-in (as needed)",
"Progress review over email/text",
"Virtual check-in",
"24-hr access for questions, form-checks, etc.",
];

Expand Down
2 changes: 1 addition & 1 deletion src/views/Coach.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Coach: React.FC = () => {

<section className="section" id="values">
<div className="container has-text-centered">
<h1 className="section-title">— My Credentials and Quick Facts—</h1>
<h1 className="section-title">— My Credentials and Facts—</h1>
<Facts />
</div>
</section>
Expand Down