purityselect/resources/js/views/pages/home/OurProviders/OurTeamMember.vue
2024-10-25 01:05:27 +05:00

131 lines
6.4 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script setup>
</script>
<template>
<section id="landingFeatures" class="landing-features">
<div class="container">
<div class="row mt-5 bg-light pt-3 ">
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid " :src="'assets/img/pages/Kelley-Wyant.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5 ">Kelley Wyant, MSN, RN, NP-C</h4>
<p class="text-center fs-6"><b>DIRECTOR OF PATIENT OPERATIONS</b></p>
<p class="text-justify">
I spent many years practicing reactive medicine and caring for patients with acute illnesses
that were often preventable. I believe in HGH mission to provide BHRT for patients
nationwide, with access to care that traditional providers do not always believe is necessary
despite their patients hormonal imbalances.
</p>
</div>
</div>
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid" :src="'assets/img/pages/Michael-Bartuseck.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5">Michael Bartuseck, MSN, FNP-C</h4>
<p class="text-justify">
Hormone Replacement Therapy is the future of medicine. The science of hormones and the effect on
the body as we age is guiding future therapeutic treatment for a multitude of ailments.
Fortunately, HGH is here right now to support our patients and make them feel their best
</p>
</div>
</div>
</div>
<div class="row mt-5 pt-3">
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid " :src="'assets/img/pages/Nicole-Mabardi.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5 ">Nicole Mabardi, MSN, NP-C</h4>
<p class="text-justify">
I dont think people realize how much hormone imbalance contributes to a persons health until
it is corrected. Many people go from one doctor to another trying to figure out whats wrong
with them. HGH has helped so many patients with their health and self-confidence. We
serve patients up-to-date proven treatments from the comfort of their own home.
</p>
</div>
</div>
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid" :src="'assets/img/pages/Ebony-Jenkins.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5">Ebony Jenkins, APRN, FNP-BC, FDN-P</h4>
<p class="text-justify">
I was introduced into HRT while working in Integrative & Functional Medicine settings.
Bio-identical Hormone Replacement Therapy has been the most impactful way for me to improve the
health of my patients. </p>
</div>
</div>
</div>
<div class="row mt-5 pt-3 bg-light">
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid " :src="'assets/img/pages/Meagan-Gregory.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5 ">Meagan Gregory, MSN, APRN, FNP-C</h4>
<p class="text-justify">
HRT allows me to help patients actually improve, rather than just prescribing things to try to
put a band-aid on the problem. Its exciting to see patients who have felt horrible for years
have a complete 180 in how they have been feeling. I chose HGH because I think that they
truly care about improving their patients health and overall well-being.
</p>
</div>
</div>
<div class="col-lg-6 d-flex">
<div class="col-lg-4 col-sm-12 mb-3">
<img class="leadership-img img-fluid" :src="'assets/img/pages/Samantha-Schisler.png'"
alt="Craig Larsen">
</div>
<div class="col-lg-7 col-sm-12 m-2">
<h4 class="text-center text-h fs-5">Samantha Schisler, AGACNP, FNP</h4>
<p class="text-justify">
As a physician, I aim to build relationships that lead to the best possible results and provide
sensitive, customized care to fulfill the health goals of every HGH patient. Medicine is
the most amazing field and Im honored to use my expertise to be a part of my patients
transformation.
</p>
</div>
</div>
</div>
</div>
</section>
</template>
<style>
.leadership-img {
position: relative;
display: block;
margin: 0 auto;
}
@media (max-width:567px) {
.features-icon-box {
text-align: center;
}
}
.text-h {
color: brown;
}
</style>