46 lines
2.6 KiB
Vue
46 lines
2.6 KiB
Vue
<template>
|
|
<section id="testosterone" class="section-py landing-faq pb-5">
|
|
<div class="container pb-4 text-center">
|
|
<h class="text-center mb-1"><span>OUR EXPERTISE</span></h>
|
|
<div class="col-lg-12 mb-4 text-dark">
|
|
<h1 class=" text-center mb-3 pb-5 text-dark"><b>Meet Our Medical Advisory Board</b></h1>
|
|
</div>
|
|
<div class="row gy-5 bg-white">
|
|
<div class="col-lg-6 m-0">
|
|
<div class="text-center">
|
|
<img class="img-fluid" :src="'assets/images/Mask-Group-32.jpg'" alt="Medical Expert Image">
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<div class="mb-4 text-dark">
|
|
<h4 class="mb-1 text-dark"><b>PETER FOTINOS, MD MEDICAL DIRECTOR</b></h4>
|
|
</div>
|
|
<p class="fs-5 fw-normal text-justify">
|
|
“In contrast to conventional medical firms, HGH does not merely aim to address issues temporarily.
|
|
Alongside supplying medications for treating erectile dysfunction, we emphasize preventive care
|
|
through hormone replacement therapy. While it's typical for testosterone levels to decline with age,
|
|
we believe you shouldn't have to accept this decline without intervention. The specialists at HGH
|
|
focus on restoring your testosterone and thyroid levels to those of your twenties, promoting a
|
|
renewed sense of well-being and optimal functionality.
|
|
</p>
|
|
</div>
|
|
<div class="col-12 mt-3">
|
|
<p class="text-justify">
|
|
Form many years, my exclusive focus has been on administering hormone replacement therapy,
|
|
achieving a success rate exceeding 90% for patients who allow the program sufficient time to yield
|
|
results. Some individuals new to HRT may not fully grasp the safety and effectiveness inherent in
|
|
our program for reversing aging symptoms and revitalizing their quality of life. Personally, there's
|
|
nothing more fulfilling than witnessing patients experience positive transformations in their health
|
|
and lives. This is the driving force behind my practice of medicine.”
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<style>
|
|
#leadership {
|
|
background-color: #e8e6e6 !important;
|
|
}
|
|
</style>
|