initial commit
This commit is contained in:
77
resources/js/views/pages/home/OurProviders/SeeYourSelf.vue
Normal file
77
resources/js/views/pages/home/OurProviders/SeeYourSelf.vue
Normal file
@@ -0,0 +1,77 @@
|
||||
<template>
|
||||
<section id="takeAction" class="section-py landing-faq mt-0 pb-0">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="takeAction">
|
||||
<div class="col-lg-6">
|
||||
<div class="text-center">
|
||||
<img class="discover-image img-fluid" :src="'assets/img/pages/patient-stories.jpg'"
|
||||
alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4">
|
||||
<h class="mb-1 text-black"><span>TAKE ACTION</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="text-color"><b>Where to Purchase Testosterone Cypionate Injections</b>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="fw-normal text-color">If you are facing challenges with low energy, libido, mood, and
|
||||
metabolism, Testosterone Cypionate injections could potentially offer assistance. To determine if
|
||||
this is suitable for you, take advantage of a free assessment.
|
||||
</p>
|
||||
|
||||
<div class="">
|
||||
<div class="text-dark text-justify">
|
||||
<v-btn class="ml-1" outlined size="x-large" color="error">Take Free Assessment</v-btn>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- <div class="col-lg-6">
|
||||
<div class="text-center">
|
||||
<img class="img-fluid" style="height:200px;width:200px;display: block;position: relative;"
|
||||
:src="'https://static.maleexcel.com/wp-content/uploads/2022/07/01124938/e_symbol.svg'"
|
||||
alt="Medical Expert Image">
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12 mt-0">
|
||||
<p>
|
||||
The content presented on this website is intended for informational purposes only and should not be
|
||||
considered a replacement for professional medical advice, diagnosis, or treatment. If you have any
|
||||
questions or concerns regarding your health, it is advisable to consult with your doctor.
|
||||
</p>
|
||||
<p>
|
||||
To obtain prescription hormones from HGH, an online consultation with one of our licensed healthcare
|
||||
providers is necessary. They will assess your eligibility, discuss the benefits and potential side
|
||||
effects before prescribing. Depending on DEA and state regulations, your testosterone treatment plan
|
||||
may necessitate an in-person medical examination. Your HGH provider will provide more details during
|
||||
your online consultations. Refer to Important Safety Information for further details.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#takeAction {
|
||||
background-color: #9DC1CE;
|
||||
}
|
||||
|
||||
.text-color {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.text-grey {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.discover-image {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 0 50px auto;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user