diff --git a/.gitignore b/.gitignore index f99f737..6857fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ dist/ +out/ +.next/ .DS_Store *.local diff --git a/index.html b/index.html deleted file mode 100644 index 4762de2..0000000 --- a/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - -
- - - - - - - - - - - -{d.contact.subtitle}
+{svc.description}
+ + {lang === 'ru' ? 'Обсудить проект' : 'Discuss project'} ++ {lang === 'ru' ? 'Свяжитесь с нами — обсудим детали и рассчитаем стоимость.' : 'Contact us — we will discuss details and calculate the cost.'} +
+{d.services.subtitle}
+{svc.description}
+{d.about.text1}
+{d.about.text2}
+{d.clients.subtitle}
+{d.faq.subtitle}
+{d.hero.subtitle}
+{d.partners.subtitle}
+{d.services.subtitle}
+{svc.description}
+{d.contact.formSuccess}
+{description}
-- {t('hero.subtitle')} -
- - -{t('services.subtitle')}
-{t('about.text1')}
-{t('about.text2')}
-{t('clients.subtitle')}
-{t('partners.subtitle')}
-{t('faq.subtitle')}
-{t('contact.subtitle')}
-{t('contact.formSuccess')}
-- {lang === 'ru' - ? 'Такой страницы не существует или она была удалена' - : 'This page does not exist or has been removed'} -
- - {lang === 'ru' ? 'На главную' : 'Back to home'} - -