From c9bbdf58a4136b98effbce8a69f331b52ede8301 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Sun, 1 Feb 2026 10:09:25 +0330 Subject: [PATCH] add new phone number to contact us --- frontend/pages/contact-us.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/pages/contact-us.vue b/frontend/pages/contact-us.vue index 1a79e40..1d38a44 100644 --- a/frontend/pages/contact-us.vue +++ b/frontend/pages/contact-us.vue @@ -38,6 +38,11 @@ const contactWays = ref<{ title: string; ways: { type: "text" | "link"; title: s title: "09026663488", path: "tell:09026663488", }, + { + type: "link", + title: "09022202311", + path: "tell:09022202311", + }, ], }, {