edit Contacts.vue
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
@@ -47,6 +47,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/main-logo.svg' },
|
||||
],
|
||||
meta: [
|
||||
{
|
||||
name: 'viewport',
|
||||
|
||||
4
public/main-logo.svg
Normal file
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 |
Reference in New Issue
Block a user