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

25 lines
951 B
Vue

<template>
<section id="ourMission" class="section-py bg-body landing-faq pb-3 pt-5" style="padding: 0;">
<div class="container">
<div class="row gy-5">
<div class="col-lg-12">
<div class=" text-center mb-4 text-dark">
<img :src="'https://static.maleexcel.com/wp-content/uploads/2021/11/18122633/Quote_up.svg'">
<h3 class="mb-1 mt-3 text-center text-dark"><b>HGH TRT transformed my life.</b> </h3>
<h3 class="mb-1 text-center text-dark"><b>It's genuinely the best choice I've made in years.</b>
</h3>
<h5 class=" text-center pt-4 "><b>C. Prater,</b> Verified HGH Patient</h5>
</div>
</div>
</div>
</div>
</section>
</template>
<style>
#ourMission {
background-color: #9DC1CE !important;
}
</style>