Initial commit: Сисадмингрупп website

React + Vite + Tailwind, RU/EN, Hero/Services/About/Contact sections
This commit is contained in:
2026-03-14 01:02:02 +03:00
parent b3cb94d01b
commit abff3fa4cc
19 changed files with 2834 additions and 0 deletions

58
src/translations/en.js Normal file
View File

@@ -0,0 +1,58 @@
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',
phone: 'Phone',
email: 'Email',
address: 'Address',
addressValue: 'Pushkino, Moscow Region',
formName: 'Your name',
formCompany: 'Company',
formMessage: 'Describe your task',
formSubmit: 'Send Request',
formSuccess: 'Request sent! We will contact you shortly.',
},
footer: {
rights: 'All rights reserved.',
},
}