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>