initial commit
This commit is contained in:
68
resources/js/views/pages/home/OurStory/SeeYourSelf.vue
Normal file
68
resources/js/views/pages/home/OurStory/SeeYourSelf.vue
Normal file
@@ -0,0 +1,68 @@
|
||||
<template>
|
||||
<section id="letstalk" class="section-py landing-faq mt-0 pb-0">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="letstalk">
|
||||
<div class="col-lg-6">
|
||||
<div class="text-center">
|
||||
<img class="discover-image img-fluid" :src="'assets/img/pages/about-discover.jpg'"
|
||||
alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4">
|
||||
<h class="mb-1 text-grey"><span>SEE FOR YOURSELF</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="text-color"><b>Explore the Benefits of HGH for Yourself</b>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="fw-normal text-color">Alongside easy-to-use home lab testing, we provide 60-day provisions of
|
||||
bioidentical Hormone Replacement Therapy, FDA-approved medications for erectile dysfunction,
|
||||
unrestricted online medical consultations, and personalized treatment from licensed providers based
|
||||
in the United States.
|
||||
</p>
|
||||
<p class="fw-normal text-color">To determine the suitability of HGH treatments for your needs, arrange
|
||||
your complimentary consultation. Dial 454-555-7899 or click the button below.
|
||||
</p>
|
||||
<div class="">
|
||||
<div class="text-dark text-justify">
|
||||
<v-btn class="" outlined size="x-large" color="error">
|
||||
<VIcon icon="tabler-phone-call" />Call Now
|
||||
</v-btn>
|
||||
<v-btn class="ml-1" outlined size="x-large" color="primary">Schedule Free
|
||||
Consult</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>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#letstalk {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.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