Refactor and enhance various components across the application. Updated global styles for improved animations and added new icons for better visual representation. Removed UX Software page and related references. Improved functionality in the Contacts, Electronics, and Secure-T pages with new icons and layout adjustments.

This commit is contained in:
albivkt
2025-08-13 15:44:34 +03:00
parent 89d65ccb43
commit 068077dd29
15 changed files with 592 additions and 1253 deletions

View File

@ -81,16 +81,9 @@ export default function InteractiveBlocks() {
color: "from-cyan-500 to-teal-500",
link: "/electronics",
},
{
id: 3,
title: "UX Софт",
description: "Улучшение пользовательского опыта",
icon: <Shield className="w-10 h-10" />,
color: "from-blue-500 to-purple-500",
link: "/ux-software",
},
{
id: 4,
title: "Соловей",
description: "Платформа видеосвязи",
icon: <Bird className="w-10 h-10" />,
@ -98,7 +91,7 @@ export default function InteractiveBlocks() {
link: "/solovey",
},
{
id: 5,
id: 4,
title: "Secure-T",
description: "Информационная безопасность",
icon: <Shield className="w-10 h-10" />,
@ -106,7 +99,7 @@ export default function InteractiveBlocks() {
link: "/secure-t",
},
{
id: 6,
id: 5,
title: "Dr.Web",
description: "Антивирусные решения",
icon: <Settings className="w-10 h-10" />,
@ -127,8 +120,7 @@ export default function InteractiveBlocks() {
{ x: 350, y: -650 },
{ x: 650, y: -450 },
{ x: 150, y: -800 },
{ x: 450, y: -350 },
{ x: 250, y: -550 }
{ x: 450, y: -350 }
];
const basePos = positions[index % positions.length];