phone number and address

This commit is contained in:
tonoyan
2026-05-28 12:56:41 +00:00
parent 49f69f6af0
commit b0a744034b
4 changed files with 6 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
<div class="info-card"> <div class="info-card">
<div class="card-icon">📍</div> <div class="card-icon">📍</div>
<h3>Адрес</h3> <h3>Адрес</h3>
<p>Армения, 0501, Арагацотиская обл., г. Талин, ул. Гая, д. 12</p> <p>АРМЕНИЯ, КОТАЙК, АБОВЯН, ВЕРИН ПТГНИ, ул. 3-я, 28</p>
</div> </div>
<div class="info-card"> <div class="info-card">

View File

@@ -12,8 +12,8 @@ export const environment = {
telegram: '@laveromarket', telegram: '@laveromarket',
telegramBot: 'laveroSupportbot', telegramBot: 'laveroSupportbot',
phones: { phones: {
russia: '+7 916 109 10 32', russia: '+374 96 601607',
support: '+7 916 109 10 32' support: '+374 96 601607'
}, },
phoneTel: 'tel:+79161091032', phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy' useMockData: false, defaultLanguage: 'hy'

View File

@@ -12,8 +12,8 @@ export const environment = {
telegram: '@laveromarket', telegram: '@laveromarket',
telegramBot: 'laveroSupportbot', telegramBot: 'laveroSupportbot',
phones: { phones: {
russia: '+7 916 109 10 32', russia: '+374 96 601607',
support: '+7 916 109 10 32' support: '+374 96 601607'
}, },
phoneTel: 'tel:+79161091032', phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy' useMockData: false, defaultLanguage: 'hy'

1
start
View File

@@ -1,2 +1,3 @@
pm2 start "ng serve --configuration=novo --host 127.0.0.1 --port 4010" --name novo-market pm2 start "ng serve --configuration=novo --host 127.0.0.1 --port 4010" --name novo-market
pm2 start "ng serve --configuration=lavero --host 127.0.0.1 --port 4202" --name lavero-market
pm2 start "ng serve --host 127.0.0.1 --port 4001" --name dexar-market pm2 start "ng serve --host 127.0.0.1 --port 4001" --name dexar-market