edit Contacts.vue
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
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