name chanegs

This commit is contained in:
Inshal 2024-10-25 03:14:57 +05:00
parent 775b6df440
commit a1d1a5a566
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ const props = defineProps({
<template>
<v-app-bar color="white" prominent>
<!-- Logo with a link -->
<a href="https://peptidewebmd.com" target="_blank" style="margin-left: 10px;width: 100%;">
<a href="https://rejuvallife.com" target="_blank" style="margin-left: 10px;width: 100%;">
<VImg :src='logo' max-width="250" height="50" />
</a>
@ -17,7 +17,7 @@ const props = defineProps({
<!-- Links on the right -->
<v-btn text color="black" href="#">Live Chat</v-btn>
<v-btn text color="black" href="https://peptidewebmd.com/contact-us/" target="_blank">Contact Us</v-btn>
<v-btn text color="black" href="https://rejuvallife.com/contact/" target="_blank">Contact Us</v-btn>
</v-app-bar>
</template>

View File

@ -532,7 +532,7 @@ const isUserAuthenticate = () => {
</div>
<div>
<span class="text-muted" style="cursor: pointer;">
I agree to the <a href="https://peptidewebmd.com/privacy-policy/" target="_blank">Privacy Policy</a>
I agree to the <a href="https://rejuvallife.com/privacy-policy/" target="_blank">Privacy Policy</a>
</span>
</div>
</div>

View File

@ -221,7 +221,7 @@ const continueFun = () => {
<p>
Thankyou for booking your telehealth visit with us. Please keep an eye on your email for
further instructions, In case you have any questions, please reach out to support at
<a href="mailto:support@peptidewebmd.com">support@peptidewebmd.com</a> or refer to the FAQs.
<a href="mailto:support@rejuvallife.com">support@rejuvallife.com</a> or refer to the FAQs.
</p>
</div>
</VCol>