initial commit
This commit is contained in:
89
resources/js/views/pages/home/BenefitsOfTestosterone.vue
Normal file
89
resources/js/views/pages/home/BenefitsOfTestosterone.vue
Normal file
@@ -0,0 +1,89 @@
|
||||
<script setup>
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
const isTopLoadingVisible = ref(false);
|
||||
const freeAssessment = () => {
|
||||
isTopLoadingVisible.value = true;
|
||||
router.push('/plans');
|
||||
}
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<VProgressLinear indeterminate color="primary" v-if="isTopLoadingVisible"
|
||||
style="position: fixed; z-index: 99999999; top: 0;" />
|
||||
<section id="testosterone" class="landing-faq pt-5">
|
||||
<div class="container pt-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-7">
|
||||
|
||||
<h3 class="mb-1"><b>What Are the Benefits of Growth Hormone Therapy?</b></h3>
|
||||
<p class="mb-5 pb-3">There are many benefits of HGH Therapy for Men</p>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<p>
|
||||
<strong>Enhanced stamina and energy</strong> – Growth hormone, often referred to as
|
||||
the "fitness hormone," is associated with improved energy levels. HGH therapy
|
||||
diminishes inflammation, fosters healing, and encourages cellular growth, resulting
|
||||
in heightened energy levels.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Fat Burning and Muscle Building Capability</strong> – HGH plays a
|
||||
vital role in muscle growth.
|
||||
HGH replacement therapy for men not only enhances fat-burning capacity but also
|
||||
promotes the development of lean muscle mass.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Bone Strength</strong> – Growth hormone replacement therapy also
|
||||
contributes to fortified bones, reducing the likelihood of fractures and
|
||||
osteoporosis.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Libido and Sexual Performance</strong> – Growth hormone also
|
||||
positively impacts testosterone production, resulting in heightened sex drive and
|
||||
improved sexual performance.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Reduced Risk of Cardiovascular Disease</strong> – Research indicates that
|
||||
HGH therapy positively affects heart health by lowering the risk of cardiovascular
|
||||
disease, reducing cholesterol levels, and decreasing the likelihood of metabolic
|
||||
conditions like diabetes.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Mood</strong> – HGH therapy has been demonstrated to improve mood
|
||||
and reduce the prevalence of anxiety, depression, and other emotional challenges.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Memory and Cognitive Function </strong> – Optimizing HGH levels can
|
||||
lead to improvements in memory, focus, and concentration.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Enhanced Sleep Quality </strong> – HGH is generated during deep sleep
|
||||
phases. HGH replacement therapy aids in facilitating deeper and more rejuvenating
|
||||
sleep.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<v-btn class="mt-3 mb-3" size="large" @click="freeAssessment()">Get Started</v-btn>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5 d-none d-sm-none d-md-block">
|
||||
<div class="" style="border: solid 1px #766d6d; border-radius: 5px;">
|
||||
<img class="img-fluid" :src="'assets/images/benfits.webp'" alt="faq boy with logos"
|
||||
style="border-radius: 5px;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#testosterone {
|
||||
background-color: #e8e6e6;
|
||||
}
|
||||
</style>
|
164
resources/js/views/pages/home/Footer.vue
Normal file
164
resources/js/views/pages/home/Footer.vue
Normal file
@@ -0,0 +1,164 @@
|
||||
<script setup>
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
onBeforeMount(() => initialize());
|
||||
|
||||
const date = ref()
|
||||
const initialize = () => {
|
||||
date.value = new Date().getFullYear();
|
||||
}
|
||||
const gotoTermsCondition = () => {
|
||||
router.push('/terms-and-conditions');
|
||||
};
|
||||
const gotoPrivacyPolicy = () => {
|
||||
router.push('/privacy-policy');
|
||||
};
|
||||
const gotoRefundPolicy = () => {
|
||||
router.push('/refund-policy');
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<footer id="site-footer" class="site-footer" role="contentinfo">
|
||||
<div class="footer-container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-grid-column logo-footer">
|
||||
<!-- <a href="https://welltrustmedical.com"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/2023/11/01100300/logo-welltrust.svg"
|
||||
class="logo-footer-main" width="229" height="57" alt="Welltrust small white logo" /></a> -->
|
||||
<!-- <div class="footer-minilogos">
|
||||
<a href="https://maleexcel.com"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/2023/11/01100259/logo-male-excel.svg"
|
||||
class="minilogo-footer" width="67" height="9" alt="Maleexcel small white logo" /></a>
|
||||
<a href="https://femexcelle.com"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/2023/11/01100301/logo-femexcelle.svg"
|
||||
class="minilogo-footer" width="67" height="9" alt="Femexcelle small white logo" /></a>
|
||||
<a href="https://aemalabs.com"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/2023/11/01100302/logo-aema-labs.svg"
|
||||
class="minilogo-footer" width="67" height="9" alt="AEMA Labs small white logo" /></a>
|
||||
</div> -->
|
||||
|
||||
<div class="social-footer">
|
||||
<h6 class="text-white">Follow Us</h6>
|
||||
<div class="icons">
|
||||
<div class="icon"><a href="#" target="_blank"><img
|
||||
src="https://maleexcel.com/wp-content/uploads/2023/02/facebook.svg" width="25" height="25"
|
||||
alt="FaceBook logo" /></a></div>
|
||||
<div class="icon"><a href="#" target="_blank"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/sites/9/2022/04/22082708/twitter-new.svg"
|
||||
width="25" height="25" alt="Twitter logo" /></a></div>
|
||||
<div class="icon"><a href="#" target="_blank"><img
|
||||
src="https://static.maleexcel.com/wp-content/uploads/2023/11/01081416/icon-instagram.svg" width="25"
|
||||
height="25" alt="Instagram logo" /></a></div>
|
||||
<div class="icon"><a href="#" target="_blank"><img
|
||||
src="https://maleexcel.com/wp-content/uploads/2023/02/linkedin.svg" width="25" height="25"
|
||||
alt="LinkedIn logo" /></a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="footer-grid-column contact-footer">
|
||||
<div>
|
||||
<h4>Contact Us</h4>
|
||||
<p>Mon–Sun: 8am–8pm EST</p>
|
||||
<!-- <span>Message and data rates may apply</span> -->
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114531/contact-icon1.svg" width="23"
|
||||
height="23" alt="Phone icon" />
|
||||
<a href="tel:+1 (789) 450-0010<">(789) 450-0010</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114533/contact-icon2.svg" width="23"
|
||||
height="23" alt="SMS icon" />
|
||||
<a href="sms:+1 (456) 658-2045">(456) 658-2045</a>
|
||||
</div>
|
||||
<div class="contact-icons mb-3">
|
||||
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114534/contact-icon3.svg" width="23"
|
||||
height="23" alt="Email icon" />
|
||||
<a href="mailto:support@hgh.com">support@hgh.com</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="footer-grid-column contact-footer">
|
||||
<div>
|
||||
<h4>Treatments</h4>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Testosterone Replacement</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Thyroid Therapy</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Testosterone Test Kit</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Testosterone Treatment Pricing</a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="footer-grid-column contact-footer">
|
||||
<div>
|
||||
<h4>Learn More</h4>
|
||||
|
||||
<!-- <span>Message and data rates may apply</span> -->
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a href="#">Contact Us</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a type="button" @click="gotoTermsCondition()">Terms & Conditions</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a type="button" @click="gotoPrivacyPolicy()">Privacy Policy</a>
|
||||
</div>
|
||||
<div class="contact-icons">
|
||||
<a type="button" @click="gotoRefundPolicy()">Refund Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-7 copyright-footer mt-5">
|
||||
<p> © Copyright {{ new Date().getFullYear() }}, HGH. All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
<style>
|
||||
@import "@vendor/css/pages/footer.css";
|
||||
@import "@vendor/css/pages/theme.css";
|
||||
|
||||
.menu-footer-1-new-container {
|
||||
text-align: left;
|
||||
/* Align the menu items to the left */
|
||||
}
|
||||
|
||||
.menu {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
margin-bottom: 10px;
|
||||
/* Adjust the spacing between each list item as needed */
|
||||
}
|
||||
|
||||
.menu-item a {
|
||||
text-decoration: none;
|
||||
/* Remove underlines from links */
|
||||
color: #333;
|
||||
/* Set the color of the links */
|
||||
font-weight: bold;
|
||||
/* Make the text bold */
|
||||
display: block;
|
||||
/* Make the links fill the entire width of the container */
|
||||
padding: 5px 0;
|
||||
/* Add some padding to the links for better readability */
|
||||
transition: color 0.3s ease;
|
||||
/* Add a smooth color transition on hover */
|
||||
}
|
||||
</style>
|
731
resources/js/views/pages/home/HeaderTopBar.vue
Normal file
731
resources/js/views/pages/home/HeaderTopBar.vue
Normal file
@@ -0,0 +1,731 @@
|
||||
<script setup>
|
||||
import axios from '@axios';
|
||||
import '@vendor/js/bootstrap';
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
const authentication = ref(false)
|
||||
const getStarted = ref(false)
|
||||
const isTopLoadingVisible = ref(true);
|
||||
const isNavbarOpen = ref(false);
|
||||
const selectMenu = ref('');
|
||||
const isMemeber = ref(false);
|
||||
const isStarted = ref(false);
|
||||
const seetingPlanLogo = ref();
|
||||
// const isLogin = ref(false)
|
||||
// const isTopLoadingVisible = ref(false);
|
||||
const user_role = ref();
|
||||
const padding = ref('90px 0px');
|
||||
const isContent = ref();
|
||||
const scrollFunction = () => {
|
||||
const scrollPosition = window.scrollY || document.documentElement.scrollTop;
|
||||
// console.log("scrollPosition", scrollPosition);
|
||||
if (scrollPosition > 1) {
|
||||
padding.value = '90px 0px';
|
||||
} else {
|
||||
padding.value = '90px 0px';
|
||||
}
|
||||
};
|
||||
|
||||
const redirectRoute = computed(() => {
|
||||
user_role.value = localStorage.getItem('user_role');
|
||||
console.log("user_role", user_role.value);
|
||||
if (user_role.value === 'agent') {
|
||||
return '/provider/dashboard';
|
||||
} else if (user_role.value === 'patient') {
|
||||
return '/overview';
|
||||
} else {
|
||||
// Default route or handle other cases
|
||||
return '/';
|
||||
}
|
||||
});
|
||||
// Attach scroll event listener
|
||||
onMounted(async () => {
|
||||
|
||||
const baseUrl = window.location.hostname;
|
||||
|
||||
if (baseUrl === 'localhost') {
|
||||
isContent.value = 'd-block';
|
||||
} else {
|
||||
isContent.value = 'd-none';
|
||||
}
|
||||
const selectedSidebarMenu = localStorage.getItem('selectedSidebarMenu');
|
||||
if (selectedSidebarMenu == 'memberLogin') {
|
||||
isMemeber.value = true;
|
||||
isStarted.value = false;
|
||||
} else {
|
||||
isMemeber.value = false;
|
||||
isStarted.value = true;
|
||||
}
|
||||
// iselectedMenu.value = true;
|
||||
setTimeout(() => {
|
||||
isTopLoadingVisible.value = false;
|
||||
}, 500);
|
||||
window.addEventListener('scroll', scrollFunction);
|
||||
let setting = await axios.post('/api/settings', {})
|
||||
// console.log(setting.data)
|
||||
seetingPlanLogo.value = '/assets/logo/' + setting.data.logo
|
||||
});
|
||||
|
||||
// function closeNavbar() {
|
||||
// alert('false');
|
||||
// isNavbarOpen.value = false;
|
||||
// }
|
||||
|
||||
// function toggleNavbar() {
|
||||
// alert('Test');
|
||||
// if (isNavbarOpen.value == true)
|
||||
// isNavbarOpen.value = false
|
||||
// else
|
||||
// isNavbarOpen.value = true
|
||||
// // isNavbarOpen.value = !isNavbarOpen.value;
|
||||
// }
|
||||
|
||||
|
||||
// Remove scroll event listener on component destroy
|
||||
onBeforeUnmount(() => {
|
||||
window.removeEventListener('scroll', scrollFunction);
|
||||
});
|
||||
|
||||
const selectnav = (selectnav) => {
|
||||
|
||||
if (selectnav == 'isMemeber') {
|
||||
localStorage.setItem('selectedSidebarMenu', 'memberLogin');
|
||||
isMemeber.value = true;
|
||||
isStarted.value = false;
|
||||
} else {
|
||||
localStorage.setItem('selectedSidebarMenu', 'getStarted');
|
||||
isStarted.value = true;
|
||||
isMemeber.value = false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
onBeforeMount(() => initialize());
|
||||
const initialize = () => {
|
||||
let token = localStorage.getItem('access_token');
|
||||
let isLogin = localStorage.getItem('isLogin');
|
||||
authentication.value = false;
|
||||
getStarted.value = true;
|
||||
console.log("authentication", authentication.value);
|
||||
console.log("token", token);
|
||||
|
||||
if (token && isLogin != 'false') {
|
||||
authentication.value = true;
|
||||
getStarted.value = false;
|
||||
}
|
||||
};
|
||||
const getStartedFun = () => {
|
||||
isTopLoadingVisible.value = true
|
||||
router.replace(route.query.to && route.query.to != '/' ? String(route.query.to) : '/plans')
|
||||
};
|
||||
const gotoDashboard = () => {
|
||||
user_role.value = localStorage.getItem('user_role');
|
||||
if (user_role.value === 'agent') {
|
||||
router.push('/provider/dashboard');
|
||||
} else if (user_role.value === 'patient') {
|
||||
router.push('/overview');
|
||||
} else {
|
||||
router.push('/');
|
||||
}
|
||||
};
|
||||
|
||||
const isUserAuthenticate = () => {
|
||||
|
||||
user_role.value = localStorage.getItem('user_role');
|
||||
if (user_role.value === 'agent') {
|
||||
router.push('/provider/dashboard');
|
||||
} else if (user_role.value === 'patient') {
|
||||
router.push('/overview');
|
||||
} else {
|
||||
window.location.href = window.location.origin;
|
||||
};
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<nav class="layout-navbar py-0" id="navbar" :style="{ padding }">
|
||||
<VProgressLinear indeterminate color="primary" v-if="isTopLoadingVisible"
|
||||
style="position: fixed; z-index: 99999999; top: 0;" />
|
||||
<div class="">
|
||||
<div class="navbar navbar-expand-lg landing-navbar px-3 px-md-4">
|
||||
<!-- Menu logo wrapper: Start -->
|
||||
<div class="navbar-brand app-brand demo d-flex py-0 py-lg-2 me-4">
|
||||
<!-- Mobile menu toggle: Start-->
|
||||
<button class="navbar-toggler border-0 px-0 me-2" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
|
||||
aria-label="Toggle navigation">
|
||||
<i class="ti ti-menu-2 ti-sm align-middle" @click="isNavbarOpen = true"></i>
|
||||
</button>
|
||||
<!-- Mobile menu toggle: End-->
|
||||
|
||||
<div class="app-brand-link cursor-pointer">
|
||||
<span class="app-brand-logo demo">
|
||||
<VImg :src="seetingPlanLogo" width="250" height="100" @click="isUserAuthenticate"></VImg>
|
||||
<!-- <svg width="32" height="22" viewBox="0 0 32 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0.00172773 0V6.85398C0.00172773 6.85398 -0.133178 9.01207 1.98092 10.8388L13.6912 21.9964L19.7809 21.9181L18.8042 9.88248L16.4951 7.17289L9.23799 0H0.00172773Z"
|
||||
fill="#7367F0" />
|
||||
<path opacity="0.06" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M7.69824 16.4364L12.5199 3.23696L16.5541 7.25596L7.69824 16.4364Z" fill="#161616" />
|
||||
<path opacity="0.06" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M8.07751 15.9175L13.9419 4.63989L16.5849 7.28475L8.07751 15.9175Z" fill="#161616" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M7.77295 16.3566L23.6563 0H32V6.88383C32 6.88383 31.8262 9.17836 30.6591 10.4057L19.7824 22H13.6938L7.77295 16.3566Z"
|
||||
fill="#7367F0" />
|
||||
</svg> -->
|
||||
</span>
|
||||
<!-- <span class="app-brand-text demo menu-text fw-bold ms-2 ps-1">HGH</span> -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- Menu logo wrapper: End -->
|
||||
<!-- Menu wrapper: Start -->
|
||||
<div class="collapse navbar-collapse landing-nav-menu" :class="{ 'show': isNavbarOpen }"
|
||||
id="navbarSupportedContent">
|
||||
<button class="navbar-toggler border-0 text-heading position-absolute end-0 top-0 scaleX-n1-rtl" type="button"
|
||||
@click="toggleNavbar" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
|
||||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="ti ti-x ti-sm"></i>
|
||||
</button>
|
||||
<ul class="navbar-nav me-auto">
|
||||
<div class="app-brand-link d-lg-none d-block-sm cursor-pointer"
|
||||
style="text-align: center;display: inline-block;">
|
||||
<VImg :src="seetingPlanLogo" width="250" height="50" class="logo-img" @click="isUserAuthenticate"></VImg>
|
||||
<!-- <span class="app-brand-logo text-center demo" style="text-align: center;display: inline-block;">
|
||||
<svg width="32" height="22" viewBox="0 0 32 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0.00172773 0V6.85398C0.00172773 6.85398 -0.133178 9.01207 1.98092 10.8388L13.6912 21.9964L19.7809 21.9181L18.8042 9.88248L16.4951 7.17289L9.23799 0H0.00172773Z"
|
||||
fill="#7367F0" />
|
||||
<path opacity="0.06" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M7.69824 16.4364L12.5199 3.23696L16.5541 7.25596L7.69824 16.4364Z" fill="#161616" />
|
||||
<path opacity="0.06" fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M8.07751 15.9175L13.9419 4.63989L16.5849 7.28475L8.07751 15.9175Z" fill="#161616" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M7.77295 16.3566L23.6563 0H32V6.88383C32 6.88383 31.8262 9.17836 30.6591 10.4057L19.7824 22H13.6938L7.77295 16.3566Z"
|
||||
fill="#7367F0" />
|
||||
</svg>
|
||||
</span> -->
|
||||
<!-- <span class="app-brand-text demo menu-text fw-bold ms-2 ps-1">HGH</span> -->
|
||||
</div>
|
||||
<li class="nav-item mt-2" :class="{ 'selectedMenu': isMemeber }" v-if="getStarted"
|
||||
@click="[isNavbarOpen = false, selectnav('isMemeber')]">
|
||||
<router-link class="nav-link fw-medium" to="/login">
|
||||
<VIcon icon="mdi-user" size="20" class="me-0 d-lg-none d-block-sm" />
|
||||
Member
|
||||
Login
|
||||
</router-link>
|
||||
</li>
|
||||
<li class="nav-item d-block d-sm-none selectedMenu" v-if="authentication" @click="isNavbarOpen = false">
|
||||
<!-- <router-link class="nav-link fw-medium" :to="redirectRoute"> -->
|
||||
<VBtn @click="gotoDashboard()">
|
||||
<VIcon icon="tabler-smart-home" size="20" class="me-0 d-lg-none d-block-sm" />
|
||||
Dashboard
|
||||
</VBtn>
|
||||
<!-- </router-link> -->
|
||||
</li>
|
||||
<div :class="isContent">
|
||||
<li class="nav-item d-lg-none d-block" :class="{ 'selectedMenu': isStarted }" v-if="getStarted"
|
||||
@click="[isNavbarOpen = false, selectnav('isStarted')]">
|
||||
<router-link class="nav-link fw-medium" to="/plans">
|
||||
<VIcon icon="tabler-arrow-bar-to-right" size="20" class="me-2" />Get
|
||||
Started
|
||||
</router-link>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="landing-menu-overlay d-lg-none" @click="isNavbarOpen = false"></div>
|
||||
<!-- Menu wrapper: End -->
|
||||
<!-- Toolbar: Start -->
|
||||
<ul class="navbar-nav flex-row align-items-center ms-auto d-none d-lg-block">
|
||||
<!-- Style Switcher -->
|
||||
<!-- <li class="nav-item dropdown-style-switcher dropdown me-2 me-xl-0">
|
||||
<a class="nav-link dropdown-toggle hide-arrow" href="javascript:void(0);" data-bs-toggle="dropdown">
|
||||
<i class="ti ti-sm"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end dropdown-styles">
|
||||
<li>
|
||||
<a class="dropdown-item" href="javascript:void(0);" data-theme="light">
|
||||
<span class="align-middle"><i class="ti ti-sun me-2"></i>Light</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="javascript:void(0);" data-theme="dark">
|
||||
<span class="align-middle"><i class="ti ti-moon me-2"></i>Dark</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="dropdown-item" href="javascript:void(0);" data-theme="system">
|
||||
<span class="align-middle"><i class="ti ti-device-desktop me-2"></i>System</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li> -->
|
||||
<!-- / Style Switcher-->
|
||||
|
||||
<!-- navbar button: Start -->
|
||||
<!-- <li class="nav-item loginButton" v-show="loginButton">
|
||||
<router-link to="/login" class="pr-5">
|
||||
Login
|
||||
</router-link>
|
||||
</li> -->
|
||||
|
||||
<li class="nav-item dashboard" v-show="authentication">
|
||||
<!-- <router-link :to="redirectRoute"> -->
|
||||
<VBtn block class="text-capitalize text-white" @click="gotoDashboard()">
|
||||
Dashboard
|
||||
</VBtn>
|
||||
<!-- </router-link> -->
|
||||
</li>
|
||||
<li class="loginButton rounded-pill waves-effect waves-light" v-show="getStarted">
|
||||
<!-- <router-link to="/plans"> -->
|
||||
<!-- <VBtn block class="text-capitalize text-white" @click="getStartedFun()">
|
||||
Get Started
|
||||
</VBtn> -->
|
||||
<!-- </router-link> -->
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
<style>
|
||||
@import "@vendor/css/pages/front-page.css";
|
||||
|
||||
@media (min-width: 575.98px) {
|
||||
.learnmore-nav {
|
||||
border-start-end-radius: 0 !important;
|
||||
border-start-start-radius: 0 !important;
|
||||
box-shadow: 0 15px 17px #cccc !important;
|
||||
inset-block-start: 96% !important;
|
||||
transform: translate(-100%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-img {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu {
|
||||
inline-size: 300px !important;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
position: fixed;
|
||||
inline-size: 100%;
|
||||
transition: 0.4s;
|
||||
|
||||
top: 0;
|
||||
|
||||
/* z-index: 999; */
|
||||
}
|
||||
|
||||
/* */
|
||||
.section-py {
|
||||
padding-block: 5rem;
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1199.98px) {
|
||||
.section-py {
|
||||
padding-block: 4rem;
|
||||
padding-inline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.section-py {
|
||||
padding-block: 3rem;
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
.selectedMenu {
|
||||
background-color: #e6e2ff !important;
|
||||
border-radius: 7px !important;
|
||||
color: #fff8f8 !important;
|
||||
}
|
||||
|
||||
.selectedMenu a {
|
||||
color: #5764ed !important;
|
||||
}
|
||||
}
|
||||
|
||||
.first-section-pt {
|
||||
padding-block-start: 8.84rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1199.98px) {
|
||||
.first-section-pt {
|
||||
padding-block-start: 7.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.card[class*="card-hover-border-"] {
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.section-title::after {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
background: url("./assets/img/front-pages/icons/section-title-icon.png") no-repeat left bottom;
|
||||
background-size: contain;
|
||||
block-size: 100%;
|
||||
content: "";
|
||||
inline-size: 120%;
|
||||
inset-block-end: 0;
|
||||
inset-inline-start: -12%;
|
||||
}
|
||||
|
||||
.light-style body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.dark-style body {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
|
||||
nav.layout-navbar {
|
||||
z-index: 999 !important;
|
||||
backdrop-filter: unset !important;
|
||||
block-size: auto !important;
|
||||
}
|
||||
|
||||
nav.layout-navbar::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
block-size: 100%;
|
||||
content: "";
|
||||
inline-size: 100%;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 0;
|
||||
}
|
||||
|
||||
nav.layout-navbar.navbar-active::after {
|
||||
backdrop-filter: saturate(100%) blur(6px);
|
||||
}
|
||||
|
||||
.navbar.landing-navbar {
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-radius: 0.5rem;
|
||||
background-color: white !important;
|
||||
box-shadow: none;
|
||||
margin-block-start: 1rem;
|
||||
padding-block: 0.75rem;
|
||||
transform: unset !important;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .navbar-nav .nav-link {
|
||||
padding-block: 0.5rem;
|
||||
padding-inline: 0.9375rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1199.98px) {
|
||||
.navbar.landing-navbar .navbar-nav .nav-link {
|
||||
font-size: 18px;
|
||||
padding-inline: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
|
||||
inset-block-start: 100%;
|
||||
inset-inline-start: 50% !important;
|
||||
max-inline-size: 1300px;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.ul-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
|
||||
border: none;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ul-button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu .mega-dropdown-link {
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu .mega-dropdown-link i {
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col,
|
||||
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col img {
|
||||
border-radius: 0.625rem;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.navbar.landing-navbar .landing-menu-overlay {
|
||||
position: fixed;
|
||||
z-index: 9998;
|
||||
display: none;
|
||||
background-color: #fff;
|
||||
block-size: 100%;
|
||||
inline-size: 100%;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 0;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .landing-nav-menu {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
display: block !important;
|
||||
padding: 1rem;
|
||||
block-size: 100%;
|
||||
inline-size: 80%;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: -100%;
|
||||
max-inline-size: 300px;
|
||||
overflow-y: auto;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .landing-nav-menu.show {
|
||||
inset-inline-start: 0;
|
||||
}
|
||||
|
||||
.navbar.landing-navbar .landing-nav-menu.show~.landing-menu-overlay {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .layout-navbar .navbar.landing-navbar {
|
||||
border-color: rgba(255, 255, 255, 68%);
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
|
||||
color: #5d596c;
|
||||
}
|
||||
|
||||
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .show>.nav-link,
|
||||
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .active>.nav-link,
|
||||
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
|
||||
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
|
||||
color: #7367f0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.light-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .layout-navbar.navbar-active .navbar.landing-navbar {
|
||||
background: #fff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 30%);
|
||||
}
|
||||
|
||||
.light-style .layout-navbar .menu-text {
|
||||
color: #5d596c;
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar .navbar.landing-navbar {
|
||||
border-color: rgba(255, 255, 255, 8%);
|
||||
background-color: rgba(255, 255, 255, 4%);
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
|
||||
color: #cfd3ec;
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .show>.nav-link,
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .active>.nav-link,
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
|
||||
color: #7367f0 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.collapse>ul>li.nav-item:hover {
|
||||
background-color: #e6e2ff !important;
|
||||
border-radius: 7px !important;
|
||||
|
||||
}
|
||||
|
||||
.collapse>ul>li>a:hover {
|
||||
color: #5764ed !important;
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar .navbar .menu-text {
|
||||
color: #cfd3ec;
|
||||
}
|
||||
|
||||
.dark-style .layout-navbar.navbar-active .navbar.landing-navbar {
|
||||
border-color: #2f3349;
|
||||
background: #2f3349;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 40%);
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
|
||||
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown>.dropdown-menu {
|
||||
transform: translateX(50%);
|
||||
}
|
||||
}
|
||||
|
||||
.landing-footer .footer-link {
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.landing-footer .footer-link:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.landing-footer .footer-top {
|
||||
background-position: right center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
/* border-start-end-radius: 3.75rem; */
|
||||
|
||||
/* border-start-start-radius: 3.75rem; */
|
||||
padding-block: 3.5rem;
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
.light-style .landing-footer .footer-link,
|
||||
.light-style .landing-footer .footer-text {
|
||||
color: #d3d4dc;
|
||||
}
|
||||
|
||||
div#navbarSupportedContent {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.landing-footer .footer-top {
|
||||
padding-block: 3rem;
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
div#navbarSupportedContent {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.landing-footer .footer-logo-description {
|
||||
color: #d3d4dc;
|
||||
max-inline-size: 322px;
|
||||
}
|
||||
|
||||
/* div#navbarSupportedContent {
|
||||
display: none !important;
|
||||
} */
|
||||
}
|
||||
|
||||
p.footer-text.footer-logo-description.mb-4 {
|
||||
color: #d3d4dc;
|
||||
}
|
||||
|
||||
.landing-footer .footer-form {
|
||||
max-inline-size: 22.25rem;
|
||||
}
|
||||
|
||||
.landing-footer .footer-form input {
|
||||
border-color: #434968;
|
||||
background-color: #25293c;
|
||||
color: #d3d4dc;
|
||||
}
|
||||
|
||||
.landing-footer .footer-form input:hover:not([disabled], [focus]) {
|
||||
border-color: #434968;
|
||||
}
|
||||
|
||||
.landing-footer .footer-form input::placeholder {
|
||||
color: rgba(211, 212, 220, 50%);
|
||||
}
|
||||
|
||||
.landing-footer .footer-form label {
|
||||
color: rgba(211, 212, 220, 50%);
|
||||
}
|
||||
|
||||
.light-style .landing-footer .footer-link,
|
||||
.light-style .landing-footer .footer-text {
|
||||
color: #d3d4dc;
|
||||
}
|
||||
|
||||
.light-style .landing-footer .footer-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.light-style .landing-footer .footer-top {
|
||||
background-image: url("/assets/img/front-pages/backgrounds/footer-bg-light.png");
|
||||
}
|
||||
|
||||
.light-style .landing-footer .footer-bottom {
|
||||
background-color: #282c3e;
|
||||
}
|
||||
|
||||
.dark-style .landing-footer .footer-link,
|
||||
.dark-style .landing-footer .footer-text {
|
||||
color: #b6bee3;
|
||||
}
|
||||
|
||||
.dark-style .landing-footer .footer-title {
|
||||
color: #cfd3ec;
|
||||
}
|
||||
|
||||
.dark-style .landing-footer .footer-top {
|
||||
background-image: url("/assets/img/front-pages/backgrounds/footer-bg-dark.png");
|
||||
}
|
||||
|
||||
/* @media (max-width: 991.98px){
|
||||
.light-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
|
||||
background-color: #fff;
|
||||
}
|
||||
} */
|
||||
|
||||
.dark-style .landing-footer .footer-bottom {
|
||||
background-color: #171925;
|
||||
}
|
||||
|
||||
.app-brand-logo.demo {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 150px !important;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
5
resources/js/views/pages/home/HealthGuid/HealthGuid.vue
Normal file
5
resources/js/views/pages/home/HealthGuid/HealthGuid.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<h1>
|
||||
test
|
||||
</h1>
|
||||
</template>
|
128
resources/js/views/pages/home/HelpArea.vue
Normal file
128
resources/js/views/pages/home/HelpArea.vue
Normal file
@@ -0,0 +1,128 @@
|
||||
<template>
|
||||
<!-- <section id="landingFAQ" class="section-py bg-body landing-faq">
|
||||
<div class="container">
|
||||
<h3 class="text-center mb-1"><span class="section-title">Why Choose Us ?</span></h3>
|
||||
<div class="row gy-5">
|
||||
<div class="col-lg-5">
|
||||
<div class="text-center">
|
||||
<img :src="'assets/images/whychoose.png'" class="d-none d-lg-block" style="width: 450px;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-7">
|
||||
<v-list lines="three" class="mt-10" style="box-shadow: 0 0 19px 0 #ccc;">
|
||||
<v-list-item :title="'Find a Doctor '"
|
||||
subtitle="Have a searchable directory where patients can search for doctors by location, specialty, accepted insurance, etc."></v-list-item>
|
||||
<v-list-item :title="'Make an Appointment'"
|
||||
subtitle=" Allow patients to book appointments with doctors directly through the site. Build in integration with practice management software."></v-list-item>
|
||||
<v-list-item :title="'Telehealth Services'"
|
||||
subtitle="Offer patients the ability to have a video visit with a doctor through the site. This allows access to care without traveling to an office."></v-list-item>
|
||||
<v-list-item :title="'Health Information/Education'"
|
||||
subtitle="Articles, videos, animations on health conditions, treatments, wellness topics to educate patients."></v-list-item>
|
||||
<v-list-item :title="'Symptom Checker'"
|
||||
subtitle="An interactive tool patients can use to input their symptoms and get possible conditions or suggested next steps."></v-list-item>
|
||||
</v-list>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section> -->
|
||||
|
||||
<!-- <section id="landingFAQ" class="section-py bg-body landing-faq"> -->
|
||||
<!-- <div class="container">
|
||||
<div class="text-center mb-3 pb-1">
|
||||
<span class="badge bg-label-primary">FAQ</span>
|
||||
</div>
|
||||
<h3 class="text-center mb-1">Frequently asked <span class="section-title">questions</span></h3>
|
||||
<p class="text-center mb-5 pb-3">Browse through these FAQs to find answers to commonly asked questions.</p>
|
||||
<div class="row gy-5">
|
||||
<div class="col-lg-7">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<div class="card accordion-item active">
|
||||
<h2 class="accordion-header" id="headingOne">
|
||||
<button type="button" class="accordion-button" data-bs-toggle="collapse" data-bs-target="#accordionOne"
|
||||
aria-expanded="true" aria-controls="accordionOne">
|
||||
How do I make an appointment?
|
||||
</button>
|
||||
</h2>
|
||||
|
||||
<div id="accordionOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
You can easily schedule appointments online through our portal 24/7. Select your preferred doctor,
|
||||
choose a date/time that works best, and book your visit. New patients should create an account first.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingTwo">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionTwo" aria-expanded="false" aria-controls="accordionTwo">
|
||||
What if I need to cancel or reschedule?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
||||
data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
Log in to your patient portal and click on “My Appointments”. You can cancel or reschedule existing
|
||||
appointments with just a few clicks. Be sure to do so at least 24 hours in advance.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingThree">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionThree" aria-expanded="false" aria-controls="accordionThree">
|
||||
What telehealth platforms do you use?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
|
||||
data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
We conduct secure video visits through both Zoom and Doxy.me. You just need a smartphone, tablet, or
|
||||
computer with a webcam and internet connection. Virtual visits have the same quality care from the
|
||||
comfort of your home.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingFour">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionFour" aria-expanded="false" aria-controls="accordionFour">
|
||||
Can I get prescription refills online?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionFour" class="accordion-collapse collapse" aria-labelledby="headingFour"
|
||||
data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
Yes, you can request prescription refills electronically through your patient portal anytime. Once
|
||||
approved by your doctor, we’ll send the prescription to your preferred pharmacy. Allow 48-72 hours for
|
||||
processing.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingFive">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionFive" aria-expanded="false" aria-controls="accordionFive">
|
||||
Do I need to create an account first?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionFive" class="accordion-collapse collapse" aria-labelledby="headingFive"
|
||||
data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
Yes, we ask new patients to set up an account prior to making that initial appointment. This securely
|
||||
stores your medical information and enables convenient access to our patient portal offerings.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<div class="text-center">
|
||||
<img src="assets/images/faq.png" alt="faq boy with logos" class="faq-image d-none d-lg-block"
|
||||
style="width: 80%;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </section> -->
|
||||
</template>
|
26
resources/js/views/pages/home/HelpCenterHeader.vue
Normal file
26
resources/js/views/pages/home/HelpCenterHeader.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<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>
|
34
resources/js/views/pages/home/Leadership.vue
Normal file
34
resources/js/views/pages/home/Leadership.vue
Normal file
@@ -0,0 +1,34 @@
|
||||
<template>
|
||||
<section id="testosterone" class="section-py landing-faq pb-5">
|
||||
<div class="container pb-4">
|
||||
<h class="mb-1"><span>LEADERSHIP</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="mb-3 pb-5 text-dark"><b>Meet the Medical Experts</b></h1>
|
||||
</div>
|
||||
<div class="row gy-5 bg-white">
|
||||
<div class="col-lg-6 m-0">
|
||||
<div class="text-center">
|
||||
<img class="img-fluid" :src="'assets/images/Mask-Group-32.jpg'" alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4 text-dark">
|
||||
<h4 class="mb-1 text-dark"><b>PETER FOTINOS, MD MEDICAL DIRECTOR</b></h4>
|
||||
</div>
|
||||
<p class="fs-5 fw-normal">
|
||||
Dr. Peter Fotinos stands as a prominent TRT physician in the USA, boasting over 13 years of
|
||||
expertise in bioidentical testosterone and hormone replacement therapy. As one of the original
|
||||
founders of HGH, he is dedicated to a comprehensive medical approach that focuses on
|
||||
counteracting the effects of aging through the maintenance of optimal, rather than average, hormone
|
||||
levels.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#leadership {
|
||||
background-color: #e8e6e6 !important;
|
||||
}
|
||||
</style>
|
60
resources/js/views/pages/home/LetTalk.vue
Normal file
60
resources/js/views/pages/home/LetTalk.vue
Normal file
@@ -0,0 +1,60 @@
|
||||
<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>
|
79
resources/js/views/pages/home/MaleExcel.vue
Normal file
79
resources/js/views/pages/home/MaleExcel.vue
Normal file
@@ -0,0 +1,79 @@
|
||||
<script setup>
|
||||
import Layer_1 from '@images/svg/Layer_1-2-1.svg';
|
||||
import iconHeartPersonSketch from '@images/svg/icon-heart-person-sketch-1.svg';
|
||||
import iconShippingBox from '@images/svg/icon-shipping-box.svg';
|
||||
import nounDailyCalendar from '@images/svg/noun-daily-calendar-4064786-1.svg';
|
||||
import ribbon from '@images/svg/ribbon.svg';
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="section-py landing-features">
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<span class="">Our Value</span>
|
||||
</div>
|
||||
<h3 class="">
|
||||
<span class=""><b>The HGH Difference</b></span>
|
||||
</h3>
|
||||
<div class="features-icon-wrapper row gx-0 gy-4 g-sm-5">
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class="mb-3">
|
||||
<img :src="Layer_1" alt="laptop charging" style="width: 100px;height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Evidence-based Treatments</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Includes Triclozene, testosterone injections, testosterone cream, Generic Cialis®, and Generic
|
||||
Viagra®.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3">
|
||||
<img :src="ribbon" alt="laptop charging" style="width: 100px;height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Love It or Leave It Guarantee</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Place your order with assurance, cancel anytime.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3">
|
||||
<img :src="nounDailyCalendar" alt="laptop charging" style="width: 100px; height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Daily Testosterone Microdosing</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Daily dosing aligns with your body's natural testosterone cycle to optimize your results.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3">
|
||||
<img :src="'assets/images/doc-laptop.png'" alt="laptop charging" style="width: 100px;height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Unlimited Medical Membership</b></h5>
|
||||
<p class="features-icon-description">Chat with your licensed medical provider online or contact your
|
||||
Patient Care team via phone or email.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3">
|
||||
<img :src="iconShippingBox" alt="laptop charging" style="width: 100px;height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Easy Delivery</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Get your two-month supply of medication delivered to your door.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3">
|
||||
<img :src="iconHeartPersonSketch" alt="laptop charging" style="width: 100px; height:72px" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Unmatched Expertise</b></h5>
|
||||
<p class="features-icon-description">A community of over Thousand's of patients with a remarkable 95%
|
||||
retention rate.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
39
resources/js/views/pages/home/OurMission.vue
Normal file
39
resources/js/views/pages/home/OurMission.vue
Normal file
@@ -0,0 +1,39 @@
|
||||
<template>
|
||||
<section id="ourMission" class="section-py bg-body landing-faq mt-5 pb-5 pt-5" style="padding: 0;">
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<span class="text-dark">Our Mission</span>
|
||||
</div>
|
||||
|
||||
<div class="row gy-5">
|
||||
<div class="col-lg-12">
|
||||
<div class="col-lg-7 mb-4 text-dark">
|
||||
<h1 class="mb-1 text-dark"><b>Increasing Accessibility to Life-Changing Healthcare for Men</b>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="col-lg-12 mb-1 mb-4 pb-1 text-dark text-justify">
|
||||
<p class="fs-5">
|
||||
|
||||
Our founders aimed to enhance the accessibility of life-changing healthcare for men across the
|
||||
United States. Through our established medical protocol, online prescriptions, and convenient
|
||||
mail-delivered medications, we empower men to thrive as they age. Since 2010, <b>HGH has
|
||||
assisted over Thousand's patients </b> in effectively addressing low testosterone and
|
||||
erectile
|
||||
dysfunction—safely, simply, and affordably.
|
||||
</p>
|
||||
</div>
|
||||
<div class="row gy-5">
|
||||
<div class="text-center mb-1 mb-4 pb-1 text-dark text-justify">
|
||||
<v-btn outlined size="x-large"> Our Story</v-btn>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#ourMission {
|
||||
background-color: #9DC1CE !important;
|
||||
}
|
||||
</style>
|
184
resources/js/views/pages/home/OurPatientsLoveBest.vue
Normal file
184
resources/js/views/pages/home/OurPatientsLoveBest.vue
Normal file
@@ -0,0 +1,184 @@
|
||||
<template>
|
||||
<br />
|
||||
<section id="landingFAQ" class="section-py bg-body landing-faq mb-5" style="padding: 0;">
|
||||
<div class="container">
|
||||
|
||||
<h1 class="mb-1 mb-4 pb-1"><b>Growth Hormone Therapy FAQs</b> </h1>
|
||||
<div class="row gy-5">
|
||||
<div class="col-lg-12">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<div class="card accordion-item active">
|
||||
<h1 class="accordion-header" id="headingOne">
|
||||
<button type="button" class="accordion-button" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionOne" aria-expanded="true" aria-controls="accordionOne">
|
||||
<b>What is HGH therapy?</b>
|
||||
</button>
|
||||
</h1>
|
||||
|
||||
<div id="accordionOne" class="accordion-collapse collapse show"
|
||||
data-bs-parent="#accordionExample">
|
||||
<ul>
|
||||
<li class="accordion-body">
|
||||
The human body naturally produces Human Growth Hormone (HGH) throughout an individual's life. During childhood and adolescence, this hormone plays a crucial role in fueling growth and development. However, as we transition into adulthood, HGH continues to serve an essential function in maintaining the optimal health and functioning of our organs and tissues.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
Microdosing testosterone daily aligns with your body's natural hormone cycle,
|
||||
ensuring consistent benefits around the clock. Less frequent treatment may lead to
|
||||
undesirable peaks and lows that can be uncomfortable.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
Unfortunately, the production of HGH begins to decline around middle age, and in some cases, even earlier for certain individuals. This hormonal imbalance can have far-reaching consequences on various aspects of our well-being.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
HGH therapy is a medical intervention designed to replenish and restore optimal hormonal levels, thereby reestablishing a more balanced state within the body. This treatment utilizes a scientifically developed form of HGH, known as "synthetic" or "man-made" human growth hormone.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
By introducing this synthetic variant of the naturally occurring hormone, HGH therapy aims to counteract the effects of age-related or premature decline in HGH production. This therapeutic approach provides the body with the necessary hormones to support proper function and maintain overall health and vitality.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
Through the carefully controlled administration of synthetic HGH, individuals can potentially experience a revitalization of various bodily processes, promoting improved well-being and potentially mitigating the adverse effects associated with hormonal imbalances.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingTwo">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionTwo" aria-expanded="false" aria-controls="accordionTwo">
|
||||
<b>What happens when the body starts producing less HGH?</b>
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
||||
data-bs-parent="#accordionExample">
|
||||
<ul>
|
||||
<li class="accordion-body">
|
||||
In children, a deficiency in Human Growth Hormone (HGH) can lead to stunted growth and a delay in the onset of puberty. However, the impact of HGH depletion in adults can be equally profound and far-reaching. As adults experience a decline in HGH levels, it can trigger a cascade of adverse effects on the body.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
One of the most notable consequences is an increase in stored body fat, accompanied by a loss of lean muscle mass and a potential for physical muscle depletion. This imbalance can lead to suboptimal energy levels and a diminished capacity for exercise and physical activity. Furthermore, HGH depletion in adults may contribute to a decline in cardiac function, highlighting the hormone's influential role in maintaining cardiovascular health.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
Beyond the physical manifestations, HGH deficiency in adults can also have significant psychological and emotional implications. Extensive research has been conducted on the psychological changes associated with low HGH levels. As HGH levels deplete, adults may experience a reduction in their overall quality of life, including decreased energy levels, diminished sexual drive, and a general lack of motivation and drive.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
The impact of HGH deficiency extends beyond physical attributes, affecting an individual's overall well-being and zest for life. Restoring optimal HGH levels through appropriate medical interventions can potentially reverse these detrimental effects, promoting a more balanced and vibrant state of being.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingThree">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionThree" aria-expanded="false" aria-controls="accordionThree">
|
||||
<b>Do I need a prescription for Growth Hormone Replacement Therapy?</b>
|
||||
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
|
||||
data-bs-parent="#accordionExample">
|
||||
<ul>
|
||||
<li class="accordion-body">
|
||||
Certainly! It's crucial to understand that there is a single legitimate avenue to obtain growth hormone therapy, and that is through a valid doctor's prescription. The only recognized method to administer genuine HGH therapy is via prescribed growth hormone injections, administered under medical supervision.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
Any individual or entity offering purported "HGH products" without a proper prescription, or in forms other than injectable solutions, such as pills, powders, or non-injectable formulations, is not providing authentic Human Growth Hormone. These products are essentially ineffective at best and potentially hazardous at worst.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
It's imperative to exercise caution and prioritize your health and well-being by consulting with qualified medical professionals and adhering to prescribed treatment protocols. Attempting to obtain or use non-prescribed or unregulated substances marketed as "HGH" can pose significant risks and should be avoided at all costs.
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingFour">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionFour" aria-expanded="false" aria-controls="accordionFour">
|
||||
<b>What are the benefits of HGH therapy?</b>
|
||||
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionFour" class="accordion-collapse collapse" aria-labelledby="headingFour"
|
||||
data-bs-parent="#accordionExample">
|
||||
<ul>
|
||||
<li class="accordion-body">
|
||||
There are various reasons why an individual might benefit from undergoing Human Growth Hormone (HGH) therapy. Typically, this treatment is recommended for patients experiencing a growth hormone deficiency that results in undesirable side effects.
|
||||
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
When HGH injections are used to address a deficiency, some of the potential benefits can include:
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Increased energy levels</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Enhanced stamina for exercise and physical activity </h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>Diminished stamina and exercise capacity</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Facilitated weight loss </h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>Reduction in body fat</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Improved muscle mass</h5>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
When combined with an effective nutrition and fitness plan, HGH therapy can be an excellent option for patients who desire to look and feel their absolute best.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
It is important to consider that when an individual can pursue a healthier and happier lifestyle, it can positively impact various aspects of their overall well-being. For instance, they might experience a significant reduction in stress, anxiety, or frustration levels due to improved energy and vitality. Additionally, personal relationships may thrive as a result of increased self-confidence and a more positive outlook on life.
|
||||
</li>
|
||||
<li>
|
||||
For many patients, HGH therapy has proven to be a transformative decision that has profoundly enhanced their quality of life. By addressing hormonal imbalances and facilitating a healthier lifestyle, individuals can experience a multitude of benefits that extend far beyond physical attributes, ultimately leading to a more fulfilling and well-rounded state of being.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card accordion-item">
|
||||
<h2 class="accordion-header" id="headingFive">
|
||||
<button type="button" class="accordion-button collapsed" data-bs-toggle="collapse"
|
||||
data-bs-target="#accordionFive" aria-expanded="false" aria-controls="accordionFive">
|
||||
<b>Are there any side effects to growth hormone therapy?</b>
|
||||
|
||||
</button>
|
||||
</h2>
|
||||
<div id="accordionFive" class="accordion-collapse collapse" aria-labelledby="headingFive"
|
||||
data-bs-parent="#accordionExample">
|
||||
<ul>
|
||||
<li class="accordion-body">
|
||||
Numerous individuals, both men and women, who have undergone growth hormone therapy can testify to the transformative and life-changing results they have experienced. Their journeys with HGH therapy have been marked by remarkable improvements, often accompanied by minimal discomfort or side effects.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
It is important to note that, like any medical treatment, individual responses to growth hormone therapy may vary based on factors such as age, gender, and overall health condition. However, in general, patients can anticipate a safe and positive experience when undergoing HGH therapy under proper medical supervision and guidance.
|
||||
</li>
|
||||
<li class="accordion-body">
|
||||
While acknowledging the potential for individual variations, the overwhelming consensus among those who have embarked on this therapeutic path is one of significant positive outcomes. With the guidance of qualified medical professionals and adherence to prescribed protocols, growth hormone therapy offers the promise of remarkable benefits, with a generally favorable risk-benefit profile.
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<h1>
|
||||
test
|
||||
</h1>
|
||||
</template>
|
@@ -0,0 +1,34 @@
|
||||
<script setup>
|
||||
import '@vendor/js/bootstrap';
|
||||
</script>
|
||||
<template>
|
||||
<section class="section-py first-section-pt our-providers-header heading">
|
||||
<div class="col-lg-6 col-xs-12 ">
|
||||
<h1 class="pl-6 heading-text text-white">
|
||||
Trustworthy Hormone Replacement Therapy Specialists
|
||||
</h1>
|
||||
<p class="pl-6 fs-4 text-white">
|
||||
“Our team of HRT providers possesses unparalleled expertise that surpasses any other clinic. Discover more about
|
||||
our team.”
|
||||
</p>
|
||||
<p class="pl-6 fs-4 text-designation text-right">
|
||||
<b>Edward, MD</b>
|
||||
<br><span class="text-white">MEDICAL DIRECTOR</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
@media(max-width:567px) {
|
||||
.heading-text {
|
||||
font-size: 37px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-designation {
|
||||
color: brown;
|
||||
}
|
||||
</style>
|
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<h1>
|
||||
test
|
||||
</h1>
|
||||
</template>
|
130
resources/js/views/pages/home/OurProviders/OurTeamMember.vue
Normal file
130
resources/js/views/pages/home/OurProviders/OurTeamMember.vue
Normal file
@@ -0,0 +1,130 @@
|
||||
<script setup>
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="landing-features">
|
||||
<div class="container">
|
||||
|
||||
<div class="row mt-5 bg-light pt-3 ">
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid " :src="'assets/img/pages/Kelley-Wyant.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5 ">Kelley Wyant, MSN, RN, NP-C</h4>
|
||||
<p class="text-center fs-6"><b>DIRECTOR OF PATIENT OPERATIONS</b></p>
|
||||
<p class="text-justify">
|
||||
I spent many years practicing ‘reactive’ medicine and caring for patients with acute illnesses
|
||||
that were often preventable. I believe in HGH mission to provide BHRT for patients
|
||||
nationwide, with access to care that traditional providers do not always believe is necessary
|
||||
despite their patient’s hormonal imbalances.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid" :src="'assets/img/pages/Michael-Bartuseck.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5">Michael Bartuseck, MSN, FNP-C</h4>
|
||||
<p class="text-justify">
|
||||
Hormone Replacement Therapy is the future of medicine. The science of hormones and the effect on
|
||||
the body as we age is guiding future therapeutic treatment for a multitude of ailments.
|
||||
Fortunately, HGH is here right now to support our patients and make them feel their best
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5 pt-3">
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid " :src="'assets/img/pages/Nicole-Mabardi.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5 ">Nicole Mabardi, MSN, NP-C</h4>
|
||||
|
||||
<p class="text-justify">
|
||||
I don’t think people realize how much hormone imbalance contributes to a person’s health until
|
||||
it is corrected. Many people go from one doctor to another trying to figure out what’s wrong
|
||||
with them. HGH has helped so many patients with their health and self-confidence. We
|
||||
serve patients up-to-date proven treatments from the comfort of their own home.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid" :src="'assets/img/pages/Ebony-Jenkins.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5">Ebony Jenkins, APRN, FNP-BC, FDN-P</h4>
|
||||
<p class="text-justify">
|
||||
I was introduced into HRT while working in Integrative & Functional Medicine settings.
|
||||
Bio-identical Hormone Replacement Therapy has been the most impactful way for me to improve the
|
||||
health of my patients. </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5 pt-3 bg-light">
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid " :src="'assets/img/pages/Meagan-Gregory.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5 ">Meagan Gregory, MSN, APRN, FNP-C</h4>
|
||||
<p class="text-justify">
|
||||
HRT allows me to help patients actually improve, rather than just prescribing things to try to
|
||||
put a band-aid on the problem. It’s exciting to see patients who have felt horrible for years
|
||||
have a complete 180 in how they have been feeling. I chose HGH because I think that they
|
||||
truly care about improving their patient’s health and overall well-being.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 d-flex">
|
||||
<div class="col-lg-4 col-sm-12 mb-3">
|
||||
<img class="leadership-img img-fluid" :src="'assets/img/pages/Samantha-Schisler.png'"
|
||||
alt="Craig Larsen">
|
||||
</div>
|
||||
<div class="col-lg-7 col-sm-12 m-2">
|
||||
<h4 class="text-center text-h fs-5">Samantha Schisler, AGACNP, FNP</h4>
|
||||
<p class="text-justify">
|
||||
As a physician, I aim to build relationships that lead to the best possible results and provide
|
||||
sensitive, customized care to fulfill the health goals of every HGH patient. Medicine is
|
||||
the most amazing field and I’m honored to use my expertise to be a part of my patients’
|
||||
transformation.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.leadership-img {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width:567px) {
|
||||
.features-icon-box {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.text-h {
|
||||
color: brown;
|
||||
}
|
||||
</style>
|
77
resources/js/views/pages/home/OurProviders/SeeYourSelf.vue
Normal file
77
resources/js/views/pages/home/OurProviders/SeeYourSelf.vue
Normal file
@@ -0,0 +1,77 @@
|
||||
<template>
|
||||
<section id="takeAction" class="section-py landing-faq mt-0 pb-0">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="takeAction">
|
||||
<div class="col-lg-6">
|
||||
<div class="text-center">
|
||||
<img class="discover-image img-fluid" :src="'assets/img/pages/patient-stories.jpg'"
|
||||
alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4">
|
||||
<h class="mb-1 text-black"><span>TAKE ACTION</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="text-color"><b>Where to Purchase Testosterone Cypionate Injections</b>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="fw-normal text-color">If you are facing challenges with low energy, libido, mood, and
|
||||
metabolism, Testosterone Cypionate injections could potentially offer assistance. To determine if
|
||||
this is suitable for you, take advantage of a free assessment.
|
||||
</p>
|
||||
|
||||
<div class="">
|
||||
<div class="text-dark text-justify">
|
||||
<v-btn class="ml-1" outlined size="x-large" color="error">Take Free Assessment</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 class="col-lg-12 mt-0">
|
||||
<p>
|
||||
The content presented on this website is intended for informational purposes only and should not be
|
||||
considered a replacement for professional medical advice, diagnosis, or treatment. If you have any
|
||||
questions or concerns regarding your health, it is advisable to consult with your doctor.
|
||||
</p>
|
||||
<p>
|
||||
To obtain prescription hormones from HGH, an online consultation with one of our licensed healthcare
|
||||
providers is necessary. They will assess your eligibility, discuss the benefits and potential side
|
||||
effects before prescribing. Depending on DEA and state regulations, your testosterone treatment plan
|
||||
may necessitate an in-person medical examination. Your HGH provider will provide more details during
|
||||
your online consultations. Refer to Important Safety Information for further details.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#takeAction {
|
||||
background-color: #9DC1CE;
|
||||
}
|
||||
|
||||
.text-color {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.text-grey {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.discover-image {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 0 50px auto;
|
||||
}
|
||||
</style>
|
348
resources/js/views/pages/home/OurProviders/Testimonial.vue
Normal file
348
resources/js/views/pages/home/OurProviders/Testimonial.vue
Normal file
File diff suppressed because one or more lines are too long
36
resources/js/views/pages/home/OurProviders/ourTeam.vue
Normal file
36
resources/js/views/pages/home/OurProviders/ourTeam.vue
Normal file
@@ -0,0 +1,36 @@
|
||||
<script setup>
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="landing-features">
|
||||
<div class="container">
|
||||
<div class="mt-4">
|
||||
<span class="mt-4">OUR TEAM</span>
|
||||
</div>
|
||||
<h1 class="">
|
||||
<span class=""><b>Meet Our HRT Specialists</b></span>
|
||||
</h1>
|
||||
<p class="">
|
||||
<span class="">Introduce our top-tier, board-licensed physicians and HRT specialists committed to providing
|
||||
secure, evidence-based treatments for long-term health enhancement. Our providers are carefully selected
|
||||
and undergo training based on the Fotinos Healthy Aging Formula™, an exclusive protocol available solely
|
||||
to our members.</span>
|
||||
</p>
|
||||
<p class="">
|
||||
<span class="">Our practitioners, certified in ABHRT (Advanced Bioidentical Hormone Replacement Therapy),
|
||||
possess the education, experience, and credentials required to lead you towards optimal health.</span>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@media (max-width:567px) {
|
||||
.features-icon-box {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
29
resources/js/views/pages/home/OurStory/FaqInfo.vue
Normal file
29
resources/js/views/pages/home/OurStory/FaqInfo.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
<template>
|
||||
<section id="ourMission" class="section-py bg-body landing-faq pb-2 pt-4" style="padding: 0;">
|
||||
<div class="container">
|
||||
<div class="row gy-5">
|
||||
<div class="col-lg-12">
|
||||
<div class="mb-4">
|
||||
<p>
|
||||
The information presented on this website is meant solely for informational purposes and should
|
||||
not be considered a substitute for professional medical advice, diagnosis, or treatment. If you
|
||||
have any questions or concerns regarding your health, it is recommended to consult with your
|
||||
doctor.</p>
|
||||
<p>In order to acquire prescription hormones from HGH, it is essential to undergo an online
|
||||
consultation with one of our licensed healthcare providers. They will evaluate your eligibility,
|
||||
discuss the advantages and potential side effects, and then proceed with the prescription
|
||||
process. Depending on DEA and state regulations, your testosterone treatment plan may require an
|
||||
in-person medical examination. Additional information will be communicated by your HGH provider
|
||||
during your online consultations. <span><a class="text-danger" href="#">See Important
|
||||
Safety</a></span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>#ourMission {
|
||||
background-color: #9DC1CE !important;
|
||||
}
|
||||
</style>
|
21
resources/js/views/pages/home/OurStory/HelpCenterHeader.vue
Normal file
21
resources/js/views/pages/home/OurStory/HelpCenterHeader.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup>
|
||||
import '@vendor/js/bootstrap';
|
||||
</script>
|
||||
<template>
|
||||
<section class="section-py first-section-pt our-story-header heading">
|
||||
<div class="col-lg-6 col-xs-12 ">
|
||||
<h1 class="pl-6 heading-text">
|
||||
About HGH
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
@media(max-width:567px) {
|
||||
.heading-text {
|
||||
font-size: 37px;
|
||||
}
|
||||
}
|
||||
</style>
|
45
resources/js/views/pages/home/OurStory/OurExperties.vue
Normal file
45
resources/js/views/pages/home/OurStory/OurExperties.vue
Normal file
@@ -0,0 +1,45 @@
|
||||
<template>
|
||||
<section id="testosterone" class="section-py landing-faq pb-5">
|
||||
<div class="container pb-4 text-center">
|
||||
<h class="text-center mb-1"><span>OUR EXPERTISE</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class=" text-center mb-3 pb-5 text-dark"><b>Meet Our Medical Advisory Board</b></h1>
|
||||
</div>
|
||||
<div class="row gy-5 bg-white">
|
||||
<div class="col-lg-6 m-0">
|
||||
<div class="text-center">
|
||||
<img class="img-fluid" :src="'assets/images/Mask-Group-32.jpg'" alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4 text-dark">
|
||||
<h4 class="mb-1 text-dark"><b>PETER FOTINOS, MD MEDICAL DIRECTOR</b></h4>
|
||||
</div>
|
||||
<p class="fs-5 fw-normal text-justify">
|
||||
“In contrast to conventional medical firms, HGH does not merely aim to address issues temporarily.
|
||||
Alongside supplying medications for treating erectile dysfunction, we emphasize preventive care
|
||||
through hormone replacement therapy. While it's typical for testosterone levels to decline with age,
|
||||
we believe you shouldn't have to accept this decline without intervention. The specialists at HGH
|
||||
focus on restoring your testosterone and thyroid levels to those of your twenties, promoting a
|
||||
renewed sense of well-being and optimal functionality.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<p class="text-justify">
|
||||
Form many years, my exclusive focus has been on administering hormone replacement therapy,
|
||||
achieving a success rate exceeding 90% for patients who allow the program sufficient time to yield
|
||||
results. Some individuals new to HRT may not fully grasp the safety and effectiveness inherent in
|
||||
our program for reversing aging symptoms and revitalizing their quality of life. Personally, there's
|
||||
nothing more fulfilling than witnessing patients experience positive transformations in their health
|
||||
and lives. This is the driving force behind my practice of medicine.”
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#leadership {
|
||||
background-color: #e8e6e6 !important;
|
||||
}
|
||||
</style>
|
52
resources/js/views/pages/home/OurStory/OurLeaderShip.vue
Normal file
52
resources/js/views/pages/home/OurStory/OurLeaderShip.vue
Normal file
@@ -0,0 +1,52 @@
|
||||
<script setup>
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="landing-features">
|
||||
<div class="container">
|
||||
<div class="text-center ">
|
||||
<span class="text-center">LEADERSHIP</span>
|
||||
</div>
|
||||
<h1 class="text-center">
|
||||
<span class="text-center"><b>Meet Our Founders</b></span>
|
||||
</h1>
|
||||
<div class="text-center mx-7 py-2 mb-5">
|
||||
<span class="">Together, our founders created an online men’s health clinic that uses the power of
|
||||
proactive
|
||||
medicine to keep men healthy and performing optimally at every age and every stage of life.</span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<img class="leadership-img img-fluid" :src="'assets/img/pages/about-craig.jpg'">
|
||||
<h1 class="text-center">Craig Larsen</h1>
|
||||
<p class="text-center">Co-Founder & CEO</p>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<img class="leadership-img text-center img-fluid" :src="'assets/img/pages/about-leif.jpg'">
|
||||
<h1 class="text-center">Craig Larsen</h1>
|
||||
<p class="text-center">Co-Founder & CEO</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.leadership-img {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width:567px) {
|
||||
.features-icon-box {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
68
resources/js/views/pages/home/OurStory/SeeYourSelf.vue
Normal file
68
resources/js/views/pages/home/OurStory/SeeYourSelf.vue
Normal file
@@ -0,0 +1,68 @@
|
||||
<template>
|
||||
<section id="letstalk" class="section-py landing-faq mt-0 pb-0">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="letstalk">
|
||||
<div class="col-lg-6">
|
||||
<div class="text-center">
|
||||
<img class="discover-image img-fluid" :src="'assets/img/pages/about-discover.jpg'"
|
||||
alt="Medical Expert Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="mb-4">
|
||||
<h class="mb-1 text-grey"><span>SEE FOR YOURSELF</span></h>
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="text-color"><b>Explore the Benefits of HGH for Yourself</b>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="fw-normal text-color">Alongside easy-to-use home lab testing, we provide 60-day provisions of
|
||||
bioidentical Hormone Replacement Therapy, FDA-approved medications for erectile dysfunction,
|
||||
unrestricted online medical consultations, and personalized treatment from licensed providers based
|
||||
in the United States.
|
||||
</p>
|
||||
<p class="fw-normal text-color">To determine the suitability of HGH treatments for your needs, arrange
|
||||
your complimentary consultation. Dial 454-555-7899 or click the button below.
|
||||
</p>
|
||||
<div class="">
|
||||
<div class="text-dark text-justify">
|
||||
<v-btn class="" outlined size="x-large" color="error">
|
||||
<VIcon icon="tabler-phone-call" />Call Now
|
||||
</v-btn>
|
||||
<v-btn class="ml-1" outlined size="x-large" color="primary">Schedule Free
|
||||
Consult</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>
|
||||
#letstalk {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.text-color {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.text-grey {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.discover-image {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 0 50px auto;
|
||||
}
|
||||
</style>
|
46
resources/js/views/pages/home/OurStory/ourMission.vue
Normal file
46
resources/js/views/pages/home/OurStory/ourMission.vue
Normal file
@@ -0,0 +1,46 @@
|
||||
<script setup>
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="landing-features">
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<span class="">OUR MISSION</span>
|
||||
</div>
|
||||
<h1 class="">
|
||||
<span class=""><b>Delivering Life-Changing Healthcare</b></span>
|
||||
</h1>
|
||||
<p class="">
|
||||
<span class="">Like most men, you likely aspire to maintain good health, stay active, and experience a sense
|
||||
of well-being throughout your life. Unfortunately, conventional healthcare often falls short in
|
||||
supporting these goals, primarily focusing on treating illnesses rather than preventing them. The
|
||||
traditional approach lacks the proactive care necessary to keep your body functioning at its best. In
|
||||
2019, we revolutionized this paradigm with the introduction of HGH. Our online men's clinic is dedicated
|
||||
to providing proactive treatments, offering men a transformative path to wellness. HGH has emerged as a
|
||||
reliable alternative to the shortcomings of America's healthcare system. And our commitment doesn't end
|
||||
there.</span>
|
||||
</p>
|
||||
<p class="">
|
||||
<span class="">HGH was constructed on a fully online platform, allowing patients to receive treatments and
|
||||
connect with licensed medical providers from the comfort of their homes. This approach ensures not only
|
||||
health-optimizing care but also enhances efficiency. At HGH, we take pride in providing a pioneering
|
||||
clinic, unparalleled in its dedication to preparing you for a lifetime of health, a unique offering not
|
||||
found elsewhere.</span>
|
||||
</p>
|
||||
<div class="mb-3">
|
||||
<VBtn class="pe-3" color="error"> Get Started</VBtn>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@media (max-width:567px) {
|
||||
.features-icon-box {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
84
resources/js/views/pages/home/StartOverPupup.vue
Normal file
84
resources/js/views/pages/home/StartOverPupup.vue
Normal file
@@ -0,0 +1,84 @@
|
||||
<script setup>
|
||||
import { defineProps } from 'vue';
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
import { useStore } from 'vuex';
|
||||
const store = useStore()
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
const props = defineProps({
|
||||
showPopup: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
})
|
||||
const startOver = async () => {
|
||||
const confirmation = window.confirm('Are you sure you want to leave this page?')
|
||||
if (!confirmation) {
|
||||
return false
|
||||
|
||||
|
||||
} else {
|
||||
store.dispatch('updateShowStartOverPupup', false)
|
||||
// await store.dispatch('deletePatientRegRecord');
|
||||
localStorage.removeItem('isLogin');
|
||||
localStorage.removeItem('patient_id');
|
||||
localStorage.removeItem('user_role');
|
||||
localStorage.removeItem('access_token');
|
||||
localStorage.removeItem('userAbilities');
|
||||
localStorage.removeItem('agent_id');
|
||||
localStorage.removeItem('appiontment-id');
|
||||
localStorage.removeItem('patient_appointment_id');
|
||||
localStorage.removeItem('cominguser');
|
||||
localStorage.removeItem('currentPage');
|
||||
localStorage.removeItem('profileCompleted');
|
||||
localStorage.removeItem('category_name');
|
||||
localStorage.removeItem('selectedSidebarMenu');
|
||||
localStorage.removeItem('plan_id');
|
||||
localStorage.removeItem('plan_image');
|
||||
localStorage.removeItem('list_sub_title');
|
||||
localStorage.removeItem('list_one_title');
|
||||
localStorage.removeItem('list_two_title');
|
||||
localStorage.removeItem('plan_name');
|
||||
localStorage.removeItem('plan_price');
|
||||
localStorage.removeItem('patient_appointment_details');
|
||||
localStorage.removeItem('selected_time_slot');
|
||||
const baseUrl = window.location.hostname;
|
||||
console.log('baseUrl', window.location.origin)
|
||||
let pathUrl = localStorage.getItem('go_checkout')
|
||||
if (baseUrl === 'localhost') {
|
||||
|
||||
router.push(`${pathUrl}`);
|
||||
} else {
|
||||
window.location.href = window.location.origin + pathUrl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
const goWhereLeave = () => {
|
||||
store.dispatch('updateShowStartOverPupup', false)
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<VDialog v-model="props.showPopup" refs="startOverDialog" width="500">
|
||||
|
||||
<!-- <template v-slot:default="{ isActive }"> -->
|
||||
<v-card>
|
||||
<v-card-text>
|
||||
<div class="mt-2 mb-2">
|
||||
<h5>Do you want to start where you left? or You want to discard the saved data?.</h5>
|
||||
</div>
|
||||
|
||||
|
||||
</v-card-text>
|
||||
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<VBtn type="submit" text="Start Over" @click="startOver()"></VBtn>
|
||||
<VBtn text="Continue" color="success" @click="goWhereLeave()"></VBtn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
<!-- </template> -->
|
||||
</VDialog>
|
||||
</template>
|
64
resources/js/views/pages/home/Symptoms.vue
Normal file
64
resources/js/views/pages/home/Symptoms.vue
Normal file
@@ -0,0 +1,64 @@
|
||||
<template>
|
||||
<br />
|
||||
<section id="symptoms" class="pb-5">
|
||||
<div class="container pb-4">
|
||||
<div class="col-lg-12 mb-4 text-dark">
|
||||
<h1 class="mb-3 pb-5 text-dark"><b>Signs and Symptoms</b></h1>
|
||||
</div>
|
||||
<div class="row gy-5 bg-white pl-6">
|
||||
<div class="col-lg-12">
|
||||
<div class="mb-4 text-dark">
|
||||
<h4 class="mb-1 text-dark"><b>PETER FOTINOS, MD MEDICAL DIRECTOR</b></h4>
|
||||
</div>
|
||||
<p class="fs-5 fw-normal">
|
||||
While HGH is crucial during our formative years, its importance extends into adulthood.
|
||||
As adults, we still require HGH to replenish damaged cells and uphold optimal muscle mass and bone health throughout our lives.
|
||||
Unfortunately, HGH levels naturally decline as we enter our 20s. If left unaddressed, age-related growth hormone deficiency can result in various adverse effects, including.
|
||||
</p>
|
||||
<div class="row pl-8">
|
||||
<div class="col-lg-12">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Abnormal blood cholesterol levels</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Bone loss, reduced muscle mass </h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>Diminished stamina and exercise capacity</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Fatigue </h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Increased abdominal fat </h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> Heightened risk of heart disease</h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span> And a lower life expectancy. </h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>However, growth hormone therapy can replace what time and nature take away!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#leadership {
|
||||
background-color: #e8e6e6 !important;
|
||||
}
|
||||
</style>
|
409
resources/js/views/pages/home/Testimonial.vue
Normal file
409
resources/js/views/pages/home/Testimonial.vue
Normal file
File diff suppressed because one or more lines are too long
78
resources/js/views/pages/home/TestosteroneOnline.vue
Normal file
78
resources/js/views/pages/home/TestosteroneOnline.vue
Normal file
@@ -0,0 +1,78 @@
|
||||
<script setup>
|
||||
import Group2444 from '@images/svg/Group-2444.svg';
|
||||
import Group2477 from '@images/svg/Group-2477.svg';
|
||||
import Group2478 from '@images/svg/Group-2478.svg';
|
||||
import Group4 from '@images/svg/Group_4.svg';
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<section id="landingFeatures" class="section-py landing-features">
|
||||
<div class="container">
|
||||
<!-- <div class="">
|
||||
<span class="">OUR PROCESS</span>
|
||||
</div> -->
|
||||
<h1 class="">
|
||||
<span class=""><b>How Does The Process Work?</b></span>
|
||||
|
||||
</h1>
|
||||
<small>Accessing our telemedicine services is simple! Just follow these steps:</small>
|
||||
<!-- <h2 class="text-center">
|
||||
<span class="">Achieve an Improved Well-being in 4 Easy Steps.</span>
|
||||
</h2> -->
|
||||
|
||||
<div class="features-icon-wrapper row gx-0 gy-4 g-sm-5">
|
||||
<div class="col-lg-3 col-sm-6 features-icon-box">
|
||||
<div class="mb-3">
|
||||
<img :src="Group2444" alt="laptop charging" style="width: 100px;" />
|
||||
</div>
|
||||
<h5 class=""><b>Physical Assessment</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Our first step is evaluating your health history to understand your concerns and treatment goals
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3 mt-3">
|
||||
<img :src="Group2477" alt="laptop charging" style="width: 100px;" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Lab Work</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Your healthcare provider can help you schedule a physical examination and arrange any necessary lab work.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3 mt-3">
|
||||
<img :src="Group2478" alt="laptop charging" style="width: 100px;" />
|
||||
</div>
|
||||
<h5 class="mb-3"><b>Results Review</b></h5>
|
||||
<p class="features-icon-description">
|
||||
After the evaluation, you will be linked with one of our team members to go over the findings from your lab work and physical examination.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6 features-icon-box">
|
||||
<div class=" mb-3 mt-3">
|
||||
<img :src="Group4" alt="laptop charging" style="width: 100px;" />
|
||||
</div>
|
||||
<h5 class="mb-3 mt-3"><b>Tailored Care at Your Door</b></h5>
|
||||
<p class="features-icon-description">
|
||||
Our experts will create a personalized treatment plan based on your information. Everything you need will be delivered to your doorstep, including medications, instructions, ongoing guidance, and support.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <p class="text-center">
|
||||
Regular medical monitoring is essential for all prescription medications. Depending on DEA and state
|
||||
regulations, your testosterone treatment plan may require an in-person medical examination. Your HGH
|
||||
provider will provide more details during your online consultations.
|
||||
</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@media (max-width: 567px) {
|
||||
.features-icon-box {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
140
resources/js/views/pages/home/order-complete.vue
Normal file
140
resources/js/views/pages/home/order-complete.vue
Normal file
@@ -0,0 +1,140 @@
|
||||
<script setup>
|
||||
import { VRow } from 'vuetify/lib/components/index.mjs';
|
||||
const props = defineProps({
|
||||
state: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
patientName: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
selectedDate: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
scheduleDateFormate: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
timezone: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
selectTimeSlot: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VCol cols="12" lg="12" md="6">
|
||||
<h2 class="text-center mt-2"><span class=" badge badge-center rounded-pill bg-success p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Your Order is Complete
|
||||
</h2>
|
||||
</VCol>
|
||||
<div class="v-col v-col-12 text-center w-100">
|
||||
<img class="img-fluid text-center" src="assets/img/pages/7xm.xyz325616.jpg" alt="Medical Expert Image"
|
||||
style="width: 100%; max-height: 300px; object-fit: cover;">
|
||||
</div>
|
||||
|
||||
<VCol cols="12">
|
||||
<VCardText>
|
||||
<p>We've emailed your order confirmation to you.</p>
|
||||
<p>When your hormone test kit ships, we'll notify you via email and text. We'll also send you appointment
|
||||
reminders via email and text before your online
|
||||
consultation.</p>
|
||||
<p><b>Please note that we charge a $59 fee for any missed appointments.</b></p>
|
||||
<p>If you need to reschedule or cancel, please do so at least 24 hours prior to your appointment. For
|
||||
questions,
|
||||
text Member Support at (243)-445-0088</p>
|
||||
</VCardText>
|
||||
|
||||
</VCol>
|
||||
<VCol cols="12">
|
||||
|
||||
<h2 class="text-center mt-2"><span class=" badge badge-center rounded-pill bg-success p-0 me-2"><i
|
||||
class="ti ti-check ti-xs"></i></span>
|
||||
Your are Schedule
|
||||
</h2>
|
||||
<p class="text-center">A calendar invitation has been sent to your email address.</p>
|
||||
<VCardText class="rounded-0" style="display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<h2 class="text-center">
|
||||
{{ state }} Video Consult
|
||||
</h2>
|
||||
|
||||
<v-list class="align-self-center">
|
||||
<v-list-item>
|
||||
<template v-slot:prepend>
|
||||
<v-icon icon="tabler-users"></v-icon>
|
||||
</template>
|
||||
<v-list-item-title class="text-wrap">{{ patientName }}</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<template v-slot:prepend>
|
||||
<v-icon icon="mdi-clock"></v-icon>
|
||||
</template>
|
||||
<v-list-item-title class="text-wrap">{{ selectTimeSlot }} , {{ scheduleDateFormate
|
||||
}}</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<template v-slot:prepend>
|
||||
<v-icon icon="mdi-clock"></v-icon>
|
||||
</template>
|
||||
<v-list-item-title class="text-wrap">{{ timezone }}</v-list-item-title>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</VCardText>
|
||||
|
||||
<VRow no-gutters>
|
||||
<VCol cols="12" lg="4" class="p-0 d-none d-md-block">
|
||||
<VCardText class="pb-0 px-0 position-relative h-100">
|
||||
<VImg :src="'assets/img/pages/8c8b3766126753c6d098cdb2e42cff49.png'" height="147" width="300"
|
||||
class="congo-john-img w-100" />
|
||||
</VCardText>
|
||||
</VCol>
|
||||
<VCol cols="12" lg="7" class="p-0">
|
||||
<VCardText>
|
||||
<h6 class="text-lg text-no-wrap font-weight-medium">
|
||||
Access Your HGH Member Portal Inside the portal,<br> you can access:
|
||||
</h6>
|
||||
<ul>
|
||||
<li>
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-subtitle>Your treatment plan
|
||||
</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</li>
|
||||
<li>
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-subtitle>Medication refill status</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</li>
|
||||
<li>
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-subtitle> Billing information</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</li>
|
||||
</ul>
|
||||
</VCardText>
|
||||
</VCol>
|
||||
|
||||
|
||||
</VRow>
|
||||
</VCol>
|
||||
<VCol cols="12 mb-3" class="text-center">
|
||||
<RouterLink to="/overview">
|
||||
<VBtn> Access Member Portral</VBtn>
|
||||
</RouterLink>
|
||||
|
||||
</VCol>
|
||||
</template>
|
487
resources/js/views/pages/home/privacy-policy.vue
Normal file
487
resources/js/views/pages/home/privacy-policy.vue
Normal file
@@ -0,0 +1,487 @@
|
||||
<template>
|
||||
<section id="termsCon" class="section-py landing-faq mt-0 pb-5">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="termsCon">-
|
||||
<div class="col-lg-12">
|
||||
<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>Privacy Policy</b></h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="fs-5 fw-normal text-justify p-black">
|
||||
<div class="bg-gray-100">
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
|
||||
|
||||
<p class="mb-4">
|
||||
This privacy statement explains how HGH gathers and utilizes Personal Data about you via
|
||||
our mobile
|
||||
applications, website, email, text messages, and other electronic correspondence.
|
||||
</p>
|
||||
|
||||
<h2 class="text-2xl font-bold mb-2">Introduction</h2>
|
||||
|
||||
<p class="mb-4">
|
||||
At Hgh ("Hgh," "we," "our," or "us"), safeguarding your privacy is of utmost importance
|
||||
to us, and we are
|
||||
committed to upholding this principle through our policies. This Privacy Policy outlines
|
||||
the information we
|
||||
collect from you or that you provide when using our Website (hgh.codelfi.com) and
|
||||
Application, as well as
|
||||
our practices concerning the collection, usage, storage, protection, and sharing of that
|
||||
information.
|
||||
This policy encompasses the following information we acquire:
|
||||
</p>
|
||||
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>On our Website and Application.</li>
|
||||
<li>Through email, text, and other electronic exchanges between you and our Website and
|
||||
Application.</li>
|
||||
<li>When you engage with our advertisements and applications on third-party websites and
|
||||
services, provided
|
||||
that those applications or advertisements contain links to this policy.</li>
|
||||
</ul>
|
||||
<p>
|
||||
This policy does not extend to information gathered by:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Us offline or through alternative methods, including on any other website managed by
|
||||
Hgh or any third
|
||||
party.</li>
|
||||
<li>Any third party, inclusive of through any application or content (including
|
||||
advertising) that might link
|
||||
to or be accessible from or on the Website or Application.</li>
|
||||
</ul>
|
||||
<p><b>
|
||||
Please be aware that HGH is not a medical entity. Any telemedicine consultations
|
||||
obtained through our
|
||||
Website or Application are facilitated by independent medical practitioners,
|
||||
including but not limited
|
||||
to HGH Medical, P.A. ("HGH Medical"), an independent medical group comprising a
|
||||
network of healthcare
|
||||
providers based in the United States (each, a "Provider"). HGH Medical (or your
|
||||
designated medical
|
||||
provider if you opt not to use an HGH Medical Provider) is responsible for
|
||||
furnishing you with a Notice
|
||||
of Privacy Practices delineating its practices regarding the collection and
|
||||
utilization of your health
|
||||
information, not HGH. If you do not consent to adhere to those terms, you are not
|
||||
authorized to access
|
||||
or utilize our Website, and you should promptly exit our Website.
|
||||
</b></p>
|
||||
<p>
|
||||
Please carefully review this policy to comprehend our protocols and procedures
|
||||
concerning your information
|
||||
and how we intend to handle it. If you disagree with our policies and practices, your
|
||||
option is to refrain
|
||||
from using our Website and Applications. By accessing or utilizing our Website and/or
|
||||
Application, you
|
||||
consent to this Privacy Policy. Please note that this Privacy Policy may undergo
|
||||
revisions periodically
|
||||
(refer to Changes to Our Privacy Policy). Your ongoing use of our Website or Application
|
||||
following any
|
||||
modifications constitutes acceptance of those changes, thus we encourage you to
|
||||
periodically review this
|
||||
Privacy Policy for updates.
|
||||
</p>
|
||||
<h2 class="text-2xl font-bold mb-2">Children Below the Age of 18</h2>
|
||||
|
||||
<p class="mb-4">
|
||||
Our Website and Application are designed for individuals aged 18 and above, and minors
|
||||
under 18 are not
|
||||
authorized to use them. Any information pertaining to a child under 18 will be promptly
|
||||
removed upon our
|
||||
awareness of it.
|
||||
</p>
|
||||
<p class="mb-4">
|
||||
Our Website and Application are exclusively intended for individuals aged 18 years and
|
||||
older. Individuals
|
||||
under the age of 18 are prohibited from providing any information through the Website or
|
||||
Application. We do
|
||||
not knowingly gather Personal Data from individuals under 18 years old. If you are under
|
||||
18, refrain from
|
||||
using or disclosing any information on our Website or in our Applications, including
|
||||
your name, address,
|
||||
phone number, email address, or any screen name or username you might use. Should we
|
||||
discover that we have
|
||||
collected Personal Data from a child under 18 without verified parental consent, we will
|
||||
promptly delete
|
||||
such information. If you suspect that we may have information from a child under 18,
|
||||
please contact us at
|
||||
support@hghcodelfi.com or call us at (822)-122-1192.
|
||||
</p>
|
||||
<h2 class="text-2xl font-bold mb-2">The data we gather about you and the methods by which we
|
||||
obtain it</h2>
|
||||
<p class="mb-4">
|
||||
We gather various types of information about you, including details that may directly
|
||||
identify you,
|
||||
information related to you but doesn't personally identify you individually, and data
|
||||
that we merge with
|
||||
that of our other users. This encompasses information obtained directly from you or
|
||||
through automated
|
||||
collection technologies.
|
||||
</p>
|
||||
<h2 class="text-2xl font-bold mb-2">In general: </h2>
|
||||
<p>
|
||||
We collect various types of information from users of our Website and Application,
|
||||
including:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Personal Data: Information that can personally identify you, such as name, address,
|
||||
email address, phone
|
||||
numbers, driver’s license number, date of birth, credit/debit card number (solely
|
||||
for payment purposes),
|
||||
Social Security Number, medical history, biometrics (e.g., fingerprints), and health
|
||||
information.</li>
|
||||
<li>Non-Identifying Information: Data related to you but doesn't individually identify
|
||||
you, like traffic
|
||||
data, logs, referring/exit pages, date and time of visits or app usage, error
|
||||
information, clickstream
|
||||
data, and other communication data, as well as the resources accessed and used on
|
||||
the Website or through
|
||||
the Application.</li>
|
||||
<li>Connection and Equipment Details: Information regarding your Internet connection,
|
||||
the devices used to
|
||||
access our Website or Application, and usage specifics.</li>
|
||||
</ul>
|
||||
<p>We gather this information in the following ways:</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Directly from you: When you provide it to us.</li>
|
||||
<li>Automatically: As you browse through the Website or utilize our Application.
|
||||
Automatically collected
|
||||
information may encompass usage specifics, IP addresses, and data obtained via
|
||||
cookies and other
|
||||
tracking technologies.</li>
|
||||
<li>From third parties: Such as our business partners.</li>
|
||||
</ul>
|
||||
<h2 class="text-2xl font-bold mb-2">Data Supplied by You </h2>
|
||||
|
||||
<p class="mb-4">
|
||||
The information we gather on or via our Website or Application includes:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Details you provide by completing forms on our Website or the Application. This
|
||||
encompasses information
|
||||
furnished when registering to use our Application, utilizing our physician
|
||||
consultation services, making
|
||||
purchases, or requesting additional services. We may also request information when
|
||||
you report issues
|
||||
with our Website or Application.</li>
|
||||
<li>Records and copies of your communications (including email addresses) if you contact
|
||||
us.</li>
|
||||
<li>Transaction details from activities conducted through our Website or Application and
|
||||
the execution of
|
||||
your orders. You might need to provide financial details before making a purchase
|
||||
through our Website or
|
||||
Application.</li>
|
||||
</ul>
|
||||
<p>You may also choose to provide information for publication or display (referred to as
|
||||
"posted") in public
|
||||
areas of the Website or Application or transmitted to other users or third parties
|
||||
(collectively termed as
|
||||
"User Contributions"). Your User Contributions are shared and transmitted at your own
|
||||
risk. While we
|
||||
restrict access to certain pages, it's important to note that no security measures are
|
||||
entirely foolproof.
|
||||
Additionally, we cannot govern the actions of other users of the Website and Application
|
||||
with whom you might
|
||||
decide to share your User Contributions. Consequently, we cannot guarantee that
|
||||
unauthorized persons will
|
||||
not view your User Contributions.</p>
|
||||
|
||||
<h2 class="text-2xl font-bold mb-2">Data Obtained via Automated Data Collection Technologies
|
||||
</h2>
|
||||
|
||||
<p class="mb-4">
|
||||
As you navigate and interact with our Website and Application, we may employ automatic
|
||||
data collection
|
||||
technologies to gather specific details about your device, browsing behaviors, and usage
|
||||
patterns,
|
||||
including:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Visitation details: Such as traffic data, logs, referring/exit pages, date and time
|
||||
of visits or app
|
||||
usage, error information, clickstream data, communication data, and the resources
|
||||
accessed and utilized
|
||||
on the Website or Application.</li>
|
||||
<li>Device and connection information: Including your IP address, operating system,
|
||||
browser type, and
|
||||
Application version details.</li>
|
||||
</ul>
|
||||
<p>
|
||||
The data collected automatically may include Personal Data, or it may be retained or
|
||||
linked with Personal
|
||||
Data obtained through other means or from third parties. This aids us in enhancing our
|
||||
Website and
|
||||
Application and providing a more tailored and improved service by enabling us to:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Gauge audience size and usage trends</li>
|
||||
<li>Store information about your preferences to customize our Website and Application
|
||||
based on your
|
||||
individual interests.
|
||||
</li>
|
||||
<li>Recognize you upon your return to our Website and Application.</li>
|
||||
</ul>
|
||||
<p>The technologies utilized for this automatic data collection may comprise:</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Cookies (or browser cookies): Small files stored on the hard drive of your computer
|
||||
or mobile device.
|
||||
You can adjust your browser settings to refuse browser cookies, but this may limit
|
||||
access to certain
|
||||
parts of our Website or Application.</li>
|
||||
<li>Google Analytics: Utilized to collect information about your Website usage. Google
|
||||
Analytics employs
|
||||
cookies to analyze user behavior on the site. You can learn more about how Google
|
||||
utilizes data when you
|
||||
visit our Website by reviewing "How Google uses data when you use our partners’
|
||||
sites or apps" on their
|
||||
privacy policy page. For additional information about Google Analytics, please visit
|
||||
Google’s website
|
||||
and relevant pages describing Google Analytics.
|
||||
</li>
|
||||
</ul>
|
||||
<h2 class="text-2xl font-bold mb-2"> Our Utilization of Your Information</h2>
|
||||
<p>We utilize your Personal Data for various purposes outlined below, which include:</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Provision of our Website or Application to you.</li>
|
||||
<li>Delivery of products and services to you.</li>
|
||||
<li>Provision of requested information. Enforcement of contractual rights.</li>
|
||||
<li>Notification of changes.</li>
|
||||
<li>Provision of account-related notices.</li>
|
||||
</ul>
|
||||
<p class="mb-4">
|
||||
We use the information collected about you or provided by you, including any Personal
|
||||
Data, to:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Display our Website and their contents to you.</li>
|
||||
<li>Present our Application.</li>
|
||||
<li>Provide requested information, products, or services.</li>
|
||||
<li>Process, fulfill, and manage transactions and orders.</li>
|
||||
<li>Issue notices regarding your HGH Account.</li>
|
||||
<li>Respond to your inquiries.</li>
|
||||
<li>Fulfill any other purposes as specified by you.</li>
|
||||
<li>Notify you about changes to our Website, Application, or offered products/services.
|
||||
</li>
|
||||
<li>Utilize information for purposes stated at the time of data collection.</li>
|
||||
<li>Employ information for any other purposes with your consent.</li>
|
||||
|
||||
</ul>
|
||||
<p>Additionally, we may use your information to contact you regarding goods and services
|
||||
that may be of interest
|
||||
to you, including newsletters. If you prefer not to receive such communications, you can
|
||||
opt out at any time
|
||||
by clicking unsubscribe at the bottom of these communications or by visiting your
|
||||
Account Preferences page.
|
||||
For further details, refer to Choices About How We Use and Disclose Your Information.
|
||||
</p>
|
||||
|
||||
<h2 class="text-2xl font-bold mb-2">Sharing Your Information</h2>
|
||||
|
||||
<p class="mb-4">
|
||||
We uphold the commitment to not share, sell, or otherwise disclose your Personal Data
|
||||
for purposes other
|
||||
than those outlined in this Privacy Policy. However, we do disclose your Personal Data
|
||||
to a limited number
|
||||
of third parties, including:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Our affiliates and third-party service providers who support our business
|
||||
operations.</li>
|
||||
<li>Companies with whom we merge, acquire, or undergo structural changes.</li>
|
||||
<li>Entities to comply with legal obligations.</li>
|
||||
<li>Affiliates and third parties for their commercial endeavors.</li>
|
||||
<li>To enforce our rights and with your consent.</li>
|
||||
</ul>
|
||||
<p>We refrain from sharing, selling, or otherwise disclosing your Personal Data beyond the
|
||||
scope defined in this
|
||||
Privacy Policy. Nevertheless, we may disclose aggregated user information and
|
||||
non-identifiable data without
|
||||
constraints.</p>
|
||||
<p>We may disclose Personal Data collected or provided by you as follows:</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>To affiliates, contractors, service providers, and other third parties assisting our
|
||||
business
|
||||
operations. These services include IT support, infrastructure maintenance,
|
||||
marketing, and payment
|
||||
processing.</li>
|
||||
<li>To a buyer or successor in the event of a corporate transaction, where Personal Data
|
||||
held by HGH about
|
||||
our users becomes part of the assets transferred.</li>
|
||||
<li>To fulfill the intended purpose for which you provided the information, such as
|
||||
disclosing your
|
||||
personal information to a healthcare Provider.</li>
|
||||
<li>For purposes explicitly disclosed at the time of data provision or with your
|
||||
consent.</li>
|
||||
</ul>
|
||||
<p>Additionally, we may disclose your Personal Data:</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>To comply with legal obligations or governmental requests.</li>
|
||||
<li>To affiliates and third parties for marketing purposes unless you have opted out of
|
||||
such disclosures.
|
||||
</li>
|
||||
<li>To enforce our agreements, including billing and collection purposes.</li>
|
||||
<li>If we believe disclosure is necessary to protect the rights, property, or safety of
|
||||
HGH, our customers,
|
||||
or others, including fraud protection and credit risk reduction.</li>
|
||||
</ul>
|
||||
<h2 class="text-2xl font-bold mb-2">Choices Regarding Your Information</h2>
|
||||
|
||||
<p class="mb-4">
|
||||
We provide options for you to control the use of tracking technology, the disclosure of
|
||||
your Personal Data
|
||||
for advertising purposes, and other targeted advertising. However, please note that we
|
||||
do not oversee the
|
||||
collection and use of your information by third parties, as described in the "Disclosure
|
||||
of Your
|
||||
Information" section. These third parties may combine the information they collect with
|
||||
data from other
|
||||
sources for their own purposes.
|
||||
</p>
|
||||
<p class="mb-4">
|
||||
Furthermore, we endeavor to offer you choices regarding the Personal Data you share with
|
||||
us. We have
|
||||
implemented mechanisms to grant you control over your Personal Data as follows:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-4">
|
||||
<li>Tracking Technologies and Advertising: You can adjust your browser or operating
|
||||
system settings to
|
||||
reject all or some cookies, or to receive alerts when cookies are being sent.
|
||||
However, disabling or
|
||||
refusing cookies may result in certain parts of our Website or Application being
|
||||
inaccessible or
|
||||
functioning improperly.</li>
|
||||
<li>Promotional Offers from HGH: If you prefer not to receive promotional emails
|
||||
promoting our products and
|
||||
services, you can opt out at any time by clicking the unsubscribe link at the bottom
|
||||
of any marketing
|
||||
communication you receive from us or by accessing your Account Preferences page.
|
||||
Please note that this opt-out does not apply to information provided to us as a
|
||||
result of product
|
||||
purchases or service usage.
|
||||
</li>
|
||||
<li>Disclosure of Your Information to Affiliates and Third Parties: By using our Website
|
||||
and Application,
|
||||
you consent to the sharing of your Personal Data with our affiliates and third
|
||||
parties for promotional
|
||||
purposes. If you wish to unsubscribe from promotional communications from these
|
||||
affiliates and third
|
||||
parties, you can do so by clicking the unsubscribe link at the bottom of any
|
||||
marketing communication you
|
||||
receive from them. If you prefer to opt out of this sharing, please adjust your
|
||||
preferences in your
|
||||
Account Preferences page or contact us at support@hghcodelfi.com.</li>
|
||||
|
||||
</ul>
|
||||
<h4>Your Rights and Accessing/Correcting Your Information</h4>
|
||||
<p>You have the right to review and amend your personal information by accessing the Account
|
||||
Preferences page
|
||||
within the Application or Website.</p>
|
||||
<p>To review and amend your Personal Data, simply log into our Website or Application and
|
||||
navigate to either the
|
||||
Settings or Account Preferences sections. Alternatively, you can inform us of any
|
||||
changes or inaccuracies in
|
||||
your Personal Data by using the Contact Information provided below. This allows us to
|
||||
ensure that your
|
||||
information remains complete, accurate, and up to date, or to request the deletion of
|
||||
your Account. Please
|
||||
note that we cannot delete your personal information without also deleting your Account.
|
||||
Additionally, we
|
||||
may be unable to fulfill your request if we believe it would violate any legal
|
||||
requirements or cause the
|
||||
information to become inaccurate.</p>
|
||||
<h4>Do Not Track Signals</h4>
|
||||
<p>Presently, we do not employ automated data collection technologies to track users across
|
||||
websites.
|
||||
Consequently, we do not currently adhere to "do-not-track" signals that certain browsers
|
||||
may transmit.</p>
|
||||
<p>While some web browsers allow users to send a signal to websites and online services
|
||||
expressing a preference
|
||||
to opt out of having their online activities tracked, we do not currently honor such
|
||||
signals. However, it's
|
||||
important to note that we do not utilize automated data collection technologies to
|
||||
gather information about
|
||||
your online activities over time and across third-party websites or online services
|
||||
(behavioral tracking).
|
||||
</p>
|
||||
|
||||
<h4>Data Security</h4>
|
||||
<p>While we strive to protect your Personal Data, please be aware that transmitting
|
||||
information over the
|
||||
Internet is not entirely secure. However, we employ various measures to safeguard your
|
||||
Personal Data from
|
||||
accidental loss and unauthorized access, use, alteration, and disclosure. Encryption
|
||||
technology is utilized
|
||||
for transmitting information to and from our systems.</p>
|
||||
<p>Your cooperation is also crucial in maintaining the safety and security of your
|
||||
information. You are
|
||||
responsible for keeping your password to our Website confidential and not sharing it
|
||||
with anyone.</p>
|
||||
<p>Although we take steps to protect your Personal Data, we cannot guarantee its absolute
|
||||
security during
|
||||
transmission to our Website or Application. Any transmission of Personal Data is done at
|
||||
your own risk. We
|
||||
cannot be held responsible for the circumvention of any privacy settings or security
|
||||
measures contained on
|
||||
the Website, within your operating system, or in the Application.</p>
|
||||
<h4>California Privacy Rights</h4>
|
||||
<p>
|
||||
Under certain circumstances, California law may grant you the right to receive a list of
|
||||
third parties (if
|
||||
any) to whom we have provided your Personal Data for their own direct marketing
|
||||
purposes. California Civil
|
||||
Code Section 1798.83 (California’s “Shine the Light” law) permits California residents
|
||||
who provide Personal
|
||||
Data on our Website to request specific information regarding our disclosure of Personal
|
||||
Data to third
|
||||
parties for their own direct marketing purposes. You may request this information once
|
||||
per calendar year. To
|
||||
make such a request, please contact us using the Contact Information provided below.
|
||||
</p>
|
||||
<h4>Changes to Our Privacy Policy</h4>
|
||||
<p>Any changes made to our Privacy Policy will be posted on our Website. In the event of
|
||||
significant changes, we
|
||||
may notify you through your contact information and invite you to review and accept the
|
||||
updated terms if
|
||||
necessary.</p>
|
||||
<p>We reserve the right to modify this Privacy Policy at any time. It is our practice to
|
||||
post any revisions to
|
||||
our Privacy Policy on this page, along with a notice that the policy has been updated on
|
||||
the Website’s home
|
||||
page or the Application’s home screen. In case of material changes in how we handle
|
||||
users’ Personal Data, we
|
||||
will notify you via email to the address provided in your Account and/or through a
|
||||
notice on the Website’s
|
||||
home page or the Application’s home screen. The date of the last revision to this
|
||||
Privacy Policy is
|
||||
indicated at the top of the page. It is your responsibility to ensure that we have an
|
||||
up-to-date and
|
||||
deliverable email address for you and to periodically review this Privacy Policy on the
|
||||
Application or
|
||||
Website for any updates.</p>
|
||||
<p class="mb-4">
|
||||
<b>This privacy policy is subject to change without notice.</b>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#letstalk1 {
|
||||
background-color: #9dc1ce !important;
|
||||
}
|
||||
|
||||
.p-black {
|
||||
color: #000 !important;
|
||||
}
|
||||
</style>
|
45
resources/js/views/pages/home/refund-policy.vue
Normal file
45
resources/js/views/pages/home/refund-policy.vue
Normal file
@@ -0,0 +1,45 @@
|
||||
<template>
|
||||
<section id="termsCon" class="section-py landing-faq mt-0 pb-5">
|
||||
<div class="container">
|
||||
<div class="row gy-5" id="termsCon">-
|
||||
<div class="col-lg-12">
|
||||
<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 text-center"><b>Refund Policy</b></h1>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center">
|
||||
Regrettably, we're unable to authorize returns of prescription items for reuse or resale, thus
|
||||
all transactions are considered final. Nonetheless, if you believe there's been an error in
|
||||
fulfilling your prescription, please reach out to us at <b
|
||||
class="text-primary">(833)625-3392.</b>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section style="background-color: #9DC1CE;">
|
||||
<VContainer>
|
||||
<p>The content presented on this website serves informational purposes only and does not replace
|
||||
professional medical advice, diagnosis, or treatment. Should you have any inquiries or concerns
|
||||
regarding your health, it is advisable to consult with your doctor.</p>
|
||||
<p>
|
||||
To obtain prescription hormones like HGH, you'll need to undergo an online consultation with one of our
|
||||
licensed healthcare professionals. They will assess your suitability for the treatment, discuss its
|
||||
benefits and potential side effects, and determine if further medical examinations, as per DEA and state
|
||||
regulations, are necessary for your testosterone treatment plan. Further details will be provided by
|
||||
your HGH provider during your online consultations.</p>
|
||||
</VContainer>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
#letstalk1 {
|
||||
background-color: #9dc1ce !important;
|
||||
}
|
||||
|
||||
.p-black {
|
||||
color: #000 !important;
|
||||
}
|
||||
</style>
|
1058
resources/js/views/pages/home/terms-conditions.vue
Normal file
1058
resources/js/views/pages/home/terms-conditions.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user