26 lines
830 B
Vue
26 lines
830 B
Vue
<script setup>
|
|
import '@vendor/js/bootstrap';
|
|
</script>
|
|
<template>
|
|
<section class="section-py trt-free-assessment heading">
|
|
<div class="col-lg-4 col-xs-12 ">
|
|
<span class="mb-2 pl-8" style="color: white;">FREE ASSESSMENT</span>
|
|
<br>
|
|
<h3 class="mb-1 pl-8 fs-3" style="color: white;"><b>Is our online TRT clinic right for you?</b></h3>
|
|
<!-- <h class=" text-center mx-5 heading-text">
|
|
Is our online TRT clinic right for you?
|
|
</h> -->
|
|
</div>
|
|
<div class="col-lg-5 col-xs-12 ">
|
|
<p class="pl-8 fs-5 banner-text" style="color: white;">
|
|
Complete an online assessment for testosterone therapy and receive an immediate response.
|
|
</p>
|
|
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
|
|
<style>
|
|
</style>
|