22 lines
672 B
Vue
22 lines
672 B
Vue
<script setup>
|
|
import '@vendor/js/bootstrap';
|
|
</script>
|
|
<template>
|
|
<section class="section-py first-section-pt trt-header heading">
|
|
<div class="col-lg-6 col-xs-12 ">
|
|
<h1 class="pl-6 heading-text">
|
|
Get Testosterone Replacement Therapy Online
|
|
</h1>
|
|
<p class="pl-6 banner-text"
|
|
style="background: #c0c0c091;border-radius: 5px;margin: 10px;color: black;padding: 10px;">
|
|
Embrace vitality and defy aging with our online testosterone replacement treatments that foster overall
|
|
well-being.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
|
|
<style>
|
|
</style>
|