From 534bdd3bb527f177e1eca909c78bfb79b5c57e8c Mon Sep 17 00:00:00 2001 From: striker Date: Sat, 14 Mar 2026 20:08:04 +0300 Subject: [PATCH] fix: change phone +7 495 945-44-56 to (909) 945-44-56 --- index.html | 4 ++-- src/translations/en.js | 2 +- src/translations/ru.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 40056e5..4dc2829 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ "url": "https://sag24.ru", "logo": "https://sag24.ru/logo.png", "image": "https://sag24.ru/og-image.png", - "telephone": ["+74953637476", "+74953637335", "+74959454456"], + "telephone": ["+74953637476", "+74953637335", "+79099454456"], "email": "info@sag24.ru", "address": { "@type": "PostalAddress", @@ -105,7 +105,7 @@ }, "contactPoint": { "@type": "ContactPoint", - "telephone": ["+74953637476", "+74953637335", "+74959454456"], + "telephone": ["+74953637476", "+74953637335", "+79099454456"], "contactType": "customer service", "availableLanguage": ["Russian", "English"] } diff --git a/src/translations/en.js b/src/translations/en.js index ae281e0..e17aba2 100644 --- a/src/translations/en.js +++ b/src/translations/en.js @@ -43,7 +43,7 @@ export const en = { contact: { title: 'Contact Us', subtitle: 'Tell us about your challenge — we will propose a solution', - phones: ['+7 495 363-74-76', '+7 495 363-73-35', '+7 495 945-44-56'], + phones: ['+7 495 363-74-76', '+7 495 363-73-35', '(909) 945-44-56'], phone: 'Phone', email: 'Email', address: 'Address', diff --git a/src/translations/ru.js b/src/translations/ru.js index 08b021e..eee0d39 100644 --- a/src/translations/ru.js +++ b/src/translations/ru.js @@ -43,7 +43,7 @@ export const ru = { contact: { title: 'Свяжитесь с нами', subtitle: 'Расскажите о задаче — предложим решение', - phones: ['+7 495 363-74-76', '+7 495 363-73-35', '+7 495 945-44-56'], + phones: ['+7 495 363-74-76', '+7 495 363-73-35', '(909) 945-44-56'], phone: 'Телефон', email: 'Email', address: 'Адрес',