37 lines
1.2 KiB
Vue
37 lines
1.2 KiB
Vue
<script setup>
|
|
|
|
|
|
|
|
</script>
|
|
<template>
|
|
<section id="landingFeatures" class="landing-features">
|
|
<div class="container">
|
|
<div class="mt-4">
|
|
<span class="mt-4">OUR TEAM</span>
|
|
</div>
|
|
<h1 class="">
|
|
<span class=""><b>Meet Our HRT Specialists</b></span>
|
|
</h1>
|
|
<p class="">
|
|
<span class="">Introduce our top-tier, board-licensed physicians and HRT specialists committed to providing
|
|
secure, evidence-based treatments for long-term health enhancement. Our providers are carefully selected
|
|
and undergo training based on the Fotinos Healthy Aging Formula™, an exclusive protocol available solely
|
|
to our members.</span>
|
|
</p>
|
|
<p class="">
|
|
<span class="">Our practitioners, certified in ABHRT (Advanced Bioidentical Hormone Replacement Therapy),
|
|
possess the education, experience, and credentials required to lead you towards optimal health.</span>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<style>
|
|
@media (max-width:567px) {
|
|
.features-icon-box {
|
|
text-align: center;
|
|
}
|
|
|
|
}
|
|
</style>
|