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