79 lines
3.6 KiB
Vue
79 lines
3.6 KiB
Vue
<script setup>
|
|
import Group2444 from '@images/svg/Group-2444.svg';
|
|
import Group2477 from '@images/svg/Group-2477.svg';
|
|
import Group2478 from '@images/svg/Group-2478.svg';
|
|
import Group4 from '@images/svg/Group_4.svg';
|
|
|
|
|
|
|
|
</script>
|
|
<template>
|
|
<section id="landingFeatures" class="section-py landing-features">
|
|
<div class="container">
|
|
<!-- <div class="">
|
|
<span class="">OUR PROCESS</span>
|
|
</div> -->
|
|
<h1 class="">
|
|
<span class=""><b>How Does The Process Work?</b></span>
|
|
|
|
</h1>
|
|
<small>Accessing our telemedicine services is simple! Just follow these steps:</small>
|
|
<!-- <h2 class="text-center">
|
|
<span class="">Achieve an Improved Well-being in 4 Easy Steps.</span>
|
|
</h2> -->
|
|
|
|
<div class="features-icon-wrapper row gx-0 gy-4 g-sm-5">
|
|
<div class="col-lg-3 col-sm-6 features-icon-box">
|
|
<div class="mb-3">
|
|
<img :src="Group2444" alt="laptop charging" style="width: 100px;" />
|
|
</div>
|
|
<h5 class=""><b>Physical Assessment</b></h5>
|
|
<p class="features-icon-description">
|
|
Our first step is evaluating your health history to understand your concerns and treatment goals
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-3 col-sm-6 features-icon-box">
|
|
<div class=" mb-3 mt-3">
|
|
<img :src="Group2477" alt="laptop charging" style="width: 100px;" />
|
|
</div>
|
|
<h5 class="mb-3"><b>Lab Work</b></h5>
|
|
<p class="features-icon-description">
|
|
Your healthcare provider can help you schedule a physical examination and arrange any necessary lab work.
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-3 col-sm-6 features-icon-box">
|
|
<div class=" mb-3 mt-3">
|
|
<img :src="Group2478" alt="laptop charging" style="width: 100px;" />
|
|
</div>
|
|
<h5 class="mb-3"><b>Results Review</b></h5>
|
|
<p class="features-icon-description">
|
|
After the evaluation, you will be linked with one of our team members to go over the findings from your lab work and physical examination.
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-3 col-sm-6 features-icon-box">
|
|
<div class=" mb-3 mt-3">
|
|
<img :src="Group4" alt="laptop charging" style="width: 100px;" />
|
|
</div>
|
|
<h5 class="mb-3 mt-3"><b>Tailored Care at Your Door</b></h5>
|
|
<p class="features-icon-description">
|
|
Our experts will create a personalized treatment plan based on your information. Everything you need will be delivered to your doorstep, including medications, instructions, ongoing guidance, and support.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<!-- <p class="text-center">
|
|
Regular medical monitoring is essential for all prescription medications. Depending on DEA and state
|
|
regulations, your testosterone treatment plan may require an in-person medical examination. Your HGH
|
|
provider will provide more details during your online consultations.
|
|
</p> -->
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<style>
|
|
@media (max-width: 567px) {
|
|
.features-icon-box {
|
|
text-align: center;
|
|
}
|
|
}
|
|
</style>
|