Files
sag24-website/src/translations/en.js
striker 3cb42a4466 Добавить пререндер, партнёров, реквизиты, SEO-улучшения
- SSR-пререндер через Vite + react-dom/server (entry-server.jsx, scripts/prerender.mjs)
- Секция партнёров: RU-CENTER, REG.RU, МТВ, КОНТУР
- Реквизиты компании в футере (ИНН, ОГРН, банк)
- Копирайт с 2011 года
- Логотип увеличен (h-8→h-12 навбар, h-7→h-10 футер)
- favicon.ico пересобран с 16×16, 32×32, 48×48 из logo.png
- og:image и twitter:image переключены на .png
- apple-touch-icon.png и og-image.png сгенерированы через sharp
- SSR-safe: localStorage и window.location проверяются на typeof

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 05:24:01 +03:00

64 lines
2.3 KiB
JavaScript

export const en = {
nav: {
services: 'Services',
about: 'About',
contact: 'Contact',
},
hero: {
title: 'IT Solutions for Your Business',
subtitle: 'We take full responsibility for your IT infrastructure — from workstation support to data protection',
cta: 'Discuss a Project',
ctaSecondary: 'Learn More',
},
services: {
title: 'Our Services',
subtitle: 'End-to-end IT infrastructure management',
items: [
{
title: 'IT Outsourcing',
description: 'Full management of your IT infrastructure: servers, networks, workstations. Fast response, results-driven.',
points: ['24/7 support', 'Remote and on-site service', 'Fixed monthly cost'],
},
{
title: 'Cybersecurity',
description: 'Corporate data protection, security audits, firewall and antivirus configuration.',
points: ['Vulnerability audit & analysis', 'Firewall & VPN setup', 'Data loss prevention'],
},
{
title: 'Technical Support',
description: 'Fast resolution of employee technical issues. Help desk, ticket management, user training.',
points: ['Help desk & ticketing', 'User training', 'SLA from 15 minutes'],
},
],
},
about: {
title: 'About Us',
text1: 'SysadminGroup is an IT company from Pushkino with years of experience serving small and medium businesses. We handle all IT infrastructure so you can focus on your business.',
text2: 'Our team consists of certified specialists in networking, information security, and system administration.',
stat1: { value: '10+', label: 'years on market' },
stat2: { value: '150+', label: 'clients' },
stat3: { value: '15 min', label: 'response time' },
},
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'],
phone: 'Phone',
email: 'Email',
address: 'Address',
addressValue: 'Moscow Region, Pushkino, 38/14',
formName: 'Your name',
formCompany: 'Company',
formMessage: 'Describe your task',
formSubmit: 'Send Request',
formSuccess: 'Request sent! We will contact you shortly.',
},
partners: {
title: 'Partners',
subtitle: 'We work with trusted suppliers and vendors',
},
footer: {
rights: 'All rights reserved.',
},
}