edit favicon
All checks were successful
Deploy / build (push) Successful in 55s

edit Contacts.vue
This commit is contained in:
alsaze
2025-12-11 13:22:14 +03:00
parent 2f0b72c387
commit 6853d782a6
3 changed files with 9 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ const route = useRoute()
const contacts = [ const contacts = [
{ {
label: 'Телефон', label: 'Телефон',
value: '+7 (495) 123-45-67', value: '+9 (967) 001-15-500',
icon: 'i-lucide:phone', icon: 'i-lucide:phone',
}, },
{ {
@@ -148,7 +148,7 @@ const contacts = [
}, },
{ {
label: 'Адрес', label: 'Адрес',
value: 'Москва, Тверская улица, 1', value: 'Адрес Бишкек, Свердловский район ул.Ибраимова, дом 115/4',
icon: 'i-lucide:map-pin', icon: 'i-lucide:map-pin',
}, },
] ]

View File

@@ -47,6 +47,9 @@ export default defineNuxtConfig({
}, },
app: { app: {
head: { head: {
link: [
{ rel: 'icon', type: 'image/svg+xml', href: '/main-logo.svg' },
],
meta: [ meta: [
{ {
name: 'viewport', name: 'viewport',

4
public/main-logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.3 KiB