This commit is contained in:
sdarbinyan
2026-05-19 02:01:36 +04:00
parent 6e5fb3b86a
commit cb2666177a
91 changed files with 4806 additions and 756 deletions

View File

@@ -0,0 +1,20 @@
// Lavero Store Configuration
export const environment = {
production: false,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
theme: 'lavero',
apiUrl: '/api',
logo: '/assets/images/lavero/lavero-logo.png',
contactEmail: 'info@lavero.store',
supportEmail: 'info@lavero.store',
domain: 'lavero.store',
telegram: '@laveromarket',
telegramBot: 'laveroSupportbot',
phones: {
russia: '+7 916 109 10 32',
support: '+7 916 109 10 32'
},
phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy'
};