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.', }, }