upgraded for new changes

This commit is contained in:
Inshal
2024-10-27 02:51:48 +05:00
parent 76e6f914a7
commit fe495ebd89
41 changed files with 452 additions and 260 deletions

View File

@@ -8,14 +8,24 @@ const date = ref()
const initialize = () => {
date.value = new Date().getFullYear();
}
const constact = () => {
// window.open('/terms-and-conditions', '_blank');
window.open('https://purityselect.com/contact/')
};
const gotoTermsCondition = () => {
router.push('/terms-and-conditions');
// window.open('/terms-and-conditions', '_blank');
window.open('https://purityselect.com/terms-and-condition/')
};
const gotoPrivacyPolicy = () => {
router.push('/privacy-policy');
// window.open('/privacy-policy', '_blank');
window.open('https://purityselect.com/privacy-policy/')
};
const gotoRefundPolicy = () => {
router.push('/refund-policy');
// window.open('/refund-policy', '_blank');
window.open('https://purityselect.com/refund-and-return-policy/')
};
</script>
<template>
@@ -107,7 +117,7 @@ const gotoRefundPolicy = () => {
<!-- <span>Message and data rates may apply</span> -->
</div>
<div class="contact-icons">
<a href="#">Contact Us</a>
<a @click="constact()">Contact Us</a>
</div>
<div class="contact-icons">
<a type="button" @click="gotoTermsCondition()">Terms & Conditions</a>