initial commit
This commit is contained in:
36
resources/js/views/pages/home/OurProviders/ourTeam.vue
Normal file
36
resources/js/views/pages/home/OurProviders/ourTeam.vue
Normal file
@@ -0,0 +1,36 @@
|
||||
<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>
|
Reference in New Issue
Block a user