rejuvallife/resources/js/views/pages/home/Leadership.vue
2024-10-25 01:02:11 +05:00

35 lines
1.5 KiB
Vue

<template>
<section id="testosterone" class="section-py landing-faq pb-5">
<div class="container pb-4">
<h class="mb-1"><span>LEADERSHIP</span></h>
<div class="col-lg-12 mb-4 text-dark">
<h1 class="mb-3 pb-5 text-dark"><b>Meet the Medical Experts</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">
Dr. Peter Fotinos stands as a prominent TRT physician in the USA, boasting over 13 years of
expertise in bioidentical testosterone and hormone replacement therapy. As one of the original
founders of HGH, he is dedicated to a comprehensive medical approach that focuses on
counteracting the effects of aging through the maintenance of optimal, rather than average, hormone
levels.
</p>
</div>
</div>
</div>
</section>
</template>
<style>
#leadership {
background-color: #e8e6e6 !important;
}
</style>