diff --git a/frontend/pages/contact-us.vue b/frontend/pages/contact-us.vue index 00486ed..1a79e40 100644 --- a/frontend/pages/contact-us.vue +++ b/frontend/pages/contact-us.vue @@ -2,7 +2,7 @@ // state useSeoMeta({ - title : "ارتباط با ما" + title: "ارتباط با ما", }); const contactInfo = ref({ @@ -15,39 +15,38 @@ const contactInfo = ref({ const requestTypes = ref(["انتقادات", "پیشنهادات", "پیگیری سفارش"]); -const contactWays = ref([ +const contactWays = ref<{ title: string; ways: { type: "text" | "link"; title: string; path?: string }[] }[]>([ { title: "آدرس", ways: [ { - type: "link", - title: "mlz@gmail.com", - path: "mailto:mlz@gmail.com", + type: "text", + title: `استان فارس,شهرستان شيراز,بخش مركزى, شهر + شيراز, گلستان، بلوار سما,خيابان شهيد طهماسبى ،پلاك ١٩٨ ,طبقه همكف`, + }, + { + type: "text", + title: "کد پستی :7145746584", }, ], }, { - title: "آدرس الکترونیکی", + title: "شماره تماس", ways: [ { type: "link", - title: "mlz2@gmail.com", - path: "mailto:mlz2@gmail.com", - }, - { - type: "link", - title: "mlz3@gmail.com", - path: "mailto:mlz3@gmail.com", + title: "09026663488", + path: "tell:09026663488", }, ], }, { - title: "تلفن", + title: "ایمیل شرکت", ways: [ { type: "link", - title: "+33 (0) 31-305-210", - path: "tel:12345678", + title: "npsayna@gmail.com", + path: "mailto:npsayna@gmail.com", }, ], }, @@ -115,57 +114,33 @@ const contactWays = ref([ -