60 lines
2.5 KiB
Vue
60 lines
2.5 KiB
Vue
<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="img-fluid" :src="'assets/images/whychoose.webp'" alt="Medical Expert Image">
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-6">
|
||
<div class="mb-4">
|
||
<h class="mb-1 text-grey"><span>LET’S TALK</span></h>
|
||
<div class="col-lg-12 mb-4 text-dark">
|
||
<h1 class="text-color"><b>Aging is unavoidable, but feeling older is a matter of choice.</b>
|
||
</h1>
|
||
</div>
|
||
</div>
|
||
<p class="fs-5 fw-normal text-color">Staying ahead of hormone loss is among the most effective ways to
|
||
counteract the effects of aging. With HGH online TRT therapy, you can achieve just that,
|
||
leading to a body that makes you feel younger than your chronological age. If you have any inquiries
|
||
about online testosterone prescriptions, testosterone replacement therapy, or wish to get started,
|
||
feel free to call or click the link 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: #1e1e1e;
|
||
}
|
||
|
||
.text-color {
|
||
color: white;
|
||
}
|
||
|
||
.text-grey {
|
||
color: grey;
|
||
}
|
||
</style>
|