feat: simplify navigation and add RU/EN home and contacts
- simplify main navigation and hide extra menu items - make home page more sales-focused with updated hero, benefits and fleet teaser - add RU/EN handling for home and contacts, including SEO defaults - integrate basic Strapi homepage API client (no breaking changes) - update contacts page with messenger buttons and dynamic footer year Made-with: Cursor
This commit is contained in:
@@ -6,8 +6,6 @@ export const NAV_LINKS = [
|
||||
{ label: 'О компании', href: '/about' },
|
||||
{ label: 'Услуги', href: '/services' },
|
||||
{ label: 'Проекты', href: '/projects' },
|
||||
{ label: 'Автопарк', href: '/fleet' },
|
||||
{ label: 'Сертификаты', href: '/certificates' },
|
||||
{ label: 'Контакты', href: '/contacts' },
|
||||
];
|
||||
|
||||
@@ -21,7 +19,7 @@ export const BENEFITS: BenefitItem[] = [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: 'Надежность',
|
||||
description: 'Надежную компанию, которая входит в ТОП-3 по Республике Башкортостан'
|
||||
description: 'Надежную компанию, которая входит в ТОП-10 по России'
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
@@ -56,11 +54,6 @@ export const SERVICES: ServiceItem[] = [
|
||||
description: 'Разработка проектной и рабочей документации (ПД и РД) для объектов гражданского и промышленного назначения. Архитектурные и конструктивные решения.',
|
||||
image: '/media/images/services/design.png'
|
||||
},
|
||||
{
|
||||
title: 'Строительство',
|
||||
description: 'Выполнение полного цикла строительно-монтажных работ. Возведение зданий, сооружений, ангаров, реконструкция и капитальный ремонт.',
|
||||
image: '/media/images/services/construction.png'
|
||||
},
|
||||
{
|
||||
title: 'Обследование грунтов',
|
||||
description: 'Лабораторные и полевые испытания грунтов. Определение физико-механических свойств для расчета фундаментов и оснований.',
|
||||
|
||||
Reference in New Issue
Block a user