add new phone number to contact us

This commit is contained in:
Parsa Nazer
2026-02-01 10:09:25 +03:30
parent 4f11bc5c2d
commit c9bbdf58a4
+5
View File
@@ -38,6 +38,11 @@ const contactWays = ref<{ title: string; ways: { type: "text" | "link"; title: s
title: "09026663488", title: "09026663488",
path: "tell:09026663488", path: "tell:09026663488",
}, },
{
type: "link",
title: "09022202311",
path: "tell:09022202311",
},
], ],
}, },
{ {