From 4b196e3d0e83310161465900be6eaeb9b8513d8e Mon Sep 17 00:00:00 2001 From: Zotov Ivan Yuryevich Date: Sun, 5 Apr 2026 22:19:59 +0300 Subject: [PATCH] refactor: remove unused calss --- src/sections/Services.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/sections/Services.tsx b/src/sections/Services.tsx index 56b7711..5df5816 100644 --- a/src/sections/Services.tsx +++ b/src/sections/Services.tsx @@ -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`} >