refactor: remove unused calss
This commit is contained in:
@@ -6,7 +6,6 @@ const services = [
|
||||
title: 'Облачные решения',
|
||||
description: 'Миграция и управление инфраструктурой на базе Яндекс.Облако и VK Cloud',
|
||||
gradient: 'from-blue-50 to-cyan-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-blue-600',
|
||||
},
|
||||
{
|
||||
@@ -14,7 +13,6 @@ const services = [
|
||||
title: 'Кибербезопасность',
|
||||
description: 'Комплексная защита периметра и данных с решениями Kaspersky',
|
||||
gradient: 'from-violet-50 to-purple-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-violet-600',
|
||||
},
|
||||
{
|
||||
@@ -22,7 +20,6 @@ const services = [
|
||||
title: 'Цифровая трансформация',
|
||||
description: 'Автоматизация процессов на платформах 1С и Галактика',
|
||||
gradient: 'from-emerald-50 to-teal-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-emerald-600',
|
||||
},
|
||||
{
|
||||
@@ -30,7 +27,6 @@ const services = [
|
||||
title: 'Управление данными',
|
||||
description: 'Развертывание и поддержка СУБД Postgres Pro',
|
||||
gradient: 'from-orange-50 to-amber-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-orange-600',
|
||||
},
|
||||
{
|
||||
@@ -38,7 +34,6 @@ const services = [
|
||||
title: 'Серверная инфраструктура',
|
||||
description: 'Поставка и настройка оборудования Kraftway',
|
||||
gradient: 'from-pink-50 to-rose-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-pink-600',
|
||||
},
|
||||
{
|
||||
@@ -46,7 +41,6 @@ const services = [
|
||||
title: 'Системная интеграция',
|
||||
description: 'Построение корпоративной ИТ-архитектуры на Astra Linux',
|
||||
gradient: 'from-indigo-50 to-blue-50',
|
||||
iconBg: 'bg-white',
|
||||
iconColor: 'text-indigo-600',
|
||||
},
|
||||
]
|
||||
@@ -83,7 +77,7 @@ export function Services() {
|
||||
className={`relative h-48 overflow-hidden bg-linear-to-br ${service.gradient} flex items-center justify-center`}
|
||||
>
|
||||
<div
|
||||
className={`w-20 h-20 ${service.iconBg} rounded-2xl flex items-center justify-center group-hover:scale-110 transition-transform duration-300 shadow-md ${floatClass}`}
|
||||
className={`w-20 h-20 bg-white rounded-2xl flex items-center justify-center group-hover:scale-110 transition-transform duration-300 shadow-md ${floatClass}`}
|
||||
>
|
||||
<Icon className={`w-10 h-10 ${service.iconColor}`} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user