This commit is contained in:
Inshal 2024-10-25 19:17:08 +05:00
parent 14c1c39fbd
commit dc11f71ecf

View File

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