purityselect/resources/js/views/pages/home/LetTalk.vue
2024-10-25 01:05:27 +05:00

61 lines
2.8 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<section id="letstalk1" class="section-py landing-faq mt-0 pb-5">
<div class="container">
<div class="row gy-5" id="letstalk1">
<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 text-dark">
<h class="mb-1"><span></span></h>
<div class="col-lg-12 mb-4 text-dark">
<h1 class="text-dark"><b>Why Choose Us?</b></h1>
</div>
</div>
<p class="fs-5 fw-normal text-justify p-black">
For numerous years, Hormone Logics has effectively treated men experiencing growth hormone
deficiencies associated with aging.
</p>
<p class="mt-2 text-justify p-black">
According to our growth hormone therapy patients, they feel rejuvenated and reminiscent of their
prime.
This encapsulates the essence of HGH therapy for men restoring hormones to youthful levels to
promote a younger, stronger, and optimal self, regardless of age.
</p>
<p class="m-0 text-justify p-black">
Growth hormone therapy has the potential to mitigate and sometimes even reverse the physical
decline that diminishes men's energy, strength, libido, and mental sharpness.
</p>
<p class="m-0 text-justify p-black">Our experts are committed to assisting you in reclaiming your
vitality and zest for life.</p>
<!-- <div class="">
<div class="mt-4 mb-4 pb-1 text-dark text-justify">
<v-btn outlined size="x-large" color="error">Schedule a Free Call</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>
#letstalk1 {
background-color: #9dc1ce !important;
}
.p-black {
color: #000 !important;
}
</style>