Remove icons and empty wrapper divs from all card elements
- Remove all Lucide icons from card elements across website - Clean up empty professional-icon-wrapper divs (108 total removed) - Preserve navigation and UI control icons in headers/menus - Maintain card structure and styling without visual icons - Files affected: index.html, all menu/ and roa/ pages (22 files) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -129,9 +129,6 @@
|
||||
<!-- Service 1 -->
|
||||
<div class="professional-card service-technology p-6">
|
||||
<div class="flex items-center justify-center mb-4">
|
||||
<div class="professional-icon-wrapper w-16 h-16">
|
||||
<i data-lucide="search" class="w-8 h-8 text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold mb-4 professional-text-primary text-center">Analiză de Business și de Sistem</h3>
|
||||
<p class="professional-text-secondary text-center leading-relaxed">
|
||||
@@ -142,9 +139,6 @@
|
||||
<!-- Service 2 -->
|
||||
<div class="professional-card service-reliability p-6">
|
||||
<div class="flex items-center justify-center mb-4">
|
||||
<div class="professional-icon-wrapper w-16 h-16">
|
||||
<i data-lucide="settings" class="w-8 h-8 text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold mb-4 professional-text-primary text-center">Managementul Proiectului de Implementare</h3>
|
||||
<p class="professional-text-secondary text-center leading-relaxed">
|
||||
@@ -155,9 +149,6 @@
|
||||
<!-- Service 3 -->
|
||||
<div class="professional-card service-technology p-6">
|
||||
<div class="flex items-center justify-center mb-4">
|
||||
<div class="professional-icon-wrapper w-16 h-16">
|
||||
<i data-lucide="headphones" class="w-8 h-8 text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold mb-4 professional-text-primary text-center">Suport Tehnic Post-implementare</h3>
|
||||
<p class="professional-text-secondary text-center leading-relaxed">
|
||||
@@ -168,9 +159,6 @@
|
||||
<!-- Service 4 -->
|
||||
<div class="professional-card service-reliability p-6">
|
||||
<div class="flex items-center justify-center mb-4">
|
||||
<div class="professional-icon-wrapper w-16 h-16">
|
||||
<i data-lucide="users" class="w-8 h-8 text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold mb-4 professional-text-primary text-center">Instruirea Personalului Beneficiarului</h3>
|
||||
<p class="professional-text-secondary text-center leading-relaxed">
|
||||
@@ -181,9 +169,6 @@
|
||||
<!-- Service 5 -->
|
||||
<div class="professional-card service-technology p-6 md:col-span-2">
|
||||
<div class="flex items-center justify-center mb-4">
|
||||
<div class="professional-icon-wrapper w-16 h-16">
|
||||
<i data-lucide="cog" class="w-8 h-8 text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="text-xl font-semibold mb-4 professional-text-primary text-center">Alte Activități de Implementare</h3>
|
||||
<p class="professional-text-secondary text-center leading-relaxed max-w-2xl mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user