initial commit
This commit is contained in:
106
resources/js/views/pages/trt/BenefitsOfTestosterone.vue
Normal file
106
resources/js/views/pages/trt/BenefitsOfTestosterone.vue
Normal file
@@ -0,0 +1,106 @@
|
||||
<template>
|
||||
<section id="testosterone" class="landing-faq pt-5">
|
||||
<div class="container pt-0">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<span class="mb-2">RESTORE YOUR VITALITY</span>
|
||||
<br>
|
||||
<h3 class="mb-1"><b>Benefits of Testosterone Replacement Therapy</b></h3>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Restored Energy
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Deeper Sleep
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Muscular Defination
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Marketing automation
|
||||
</h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Renewed Confidence
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Weight Loss
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Fat Reduction
|
||||
</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>
|
||||
<span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Mental Clarity
|
||||
</h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<p class="fs-5">Aging can pose challenges, but HGH is dedicated to making online TRT
|
||||
therapy convenient and safe. Testosterone replacement therapy (TRT) restores your body to
|
||||
the optimal hormone levels you once had, enabling it to function at its peak and counteract
|
||||
age-related decline.</p>
|
||||
</div>
|
||||
<router-link to="/register">
|
||||
|
||||
<!-- <v-btn size="x-large">Take Free Assessment</v-btn> -->
|
||||
<v-btn class="mt-3" size="x-large" color="error">Get TRT Online Now</v-btn>
|
||||
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 d-none d-lg-block">
|
||||
<div class="">
|
||||
<img class="img-fluid" :src="'assets/images/shutterstock_41110191.png'" alt="faq boy with logos"
|
||||
style="height: 600px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#testosterone {
|
||||
background-color: #e8e6e6;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user