From 74ec88c9f4bb1e8b56251a38e86209049d2553ba Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Sun, 22 Sep 2024 18:24:38 +0300 Subject: [PATCH] Contacts --- app.vue | 1 + components/contacts.vue | 48 +++++++++++++++++++++++++++++++++++++++++ components/k-footer.vue | 2 +- components/map-view.vue | 8 ------- 4 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 components/contacts.vue diff --git a/app.vue b/app.vue index 3ac596a..c08ca80 100644 --- a/app.vue +++ b/app.vue @@ -11,6 +11,7 @@ useSeoMeta({ + diff --git a/components/contacts.vue b/components/contacts.vue new file mode 100644 index 0000000..5ad6dd8 --- /dev/null +++ b/components/contacts.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/components/k-footer.vue b/components/k-footer.vue index 30caa80..6d64f11 100644 --- a/components/k-footer.vue +++ b/components/k-footer.vue @@ -3,7 +3,7 @@