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

27 lines
821 B
Vue

<script setup>
import '@vendor/js/bootstrap';
</script>
<template>
<section class="section-py first-section-pt help-center-header heading">
<div class="col-lg-6 col-xs-12 ">
<h1 class="pl-6 heading-text">
Human Growth Hormone (HGH) Therapy
</h1>
<p class="pl-6 banner-text">
HGH supports the upkeep, growth, and restoration of healthy tissue in the brain and various organs.
It aids in accelerating recovery following an injury and repairing muscle tissue post-exercise, thereby promoting muscle growth,
enhancing metabolism, and facilitating fat loss. Additionally, HGH is believed to improve the skin's quality and appearance.
</p>
</div>
</section>
</template>
<style>
@media (max-width: 567px) {
.heading-text {
font-size: 37px;
}
}
</style>