chore(cleanup): curățare masivă site Romfast — 29 ștergeri, design unitar, 404 custom

Faza A: șterge 29 fișiere orfane/duplicate (placeholder-e roa/2-5, module abandonate,
chatbot-uri experimentale, politica root duplicat, stub romfastsuport/index.html)

Faza C: design unitar pe 25 pagini rămase
- Navbar duplicate fix (mobile-class leaked în desktop nav)
- Hub aplicatii-erp.html: 6 carduri 2x3 simetric + card ROA AUTO nou
- Footer flex layout + copy "Ghid instalare ROA Client" (înlocuiește "Descarcă")
- Fonts normalizate la Inter:wght@300;400;500;600;700;800 (1 variant unic)
- href-uri interne corectate: politica → menu/politica, aplicatii → aplicatii-erp

Faza D: sitemap.xml regenerat (24 URL-uri valide, lastmod 2026-04-28),
robots.txt + Sitemap: directive

Faza F: 404.html custom (navbar + 6 recovery links + buton primar),
ErrorDocument 404 în .htaccess, sidebar roa-suport-tehnic (drop TeamViewer/Ammyy),
HORECA hotel section anchor #hotel + hero placeholder + sub-heading

verify-cleanup.sh: 17/17 chec-uri PASS (hrefs, og:url, canonical, sitemap, navbar,
footer flex, 404, hub carduri, sidebar, HORECA anchor)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 21:21:33 +00:00
parent 1f0e4e62b8
commit 61844c8b57
58 changed files with 598 additions and 10805 deletions

View File

@@ -14,7 +14,7 @@
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Professional Theme CSS -->
<link href="../professional-theme.css" rel="stylesheet">
</head>
@@ -36,7 +36,6 @@
<a href="../index.html" class="text-white hover:text-blue-200 transition-colors font-medium nav-link">Prima pagina</a>
<a href="desprenoi.html" class="text-white hover:text-blue-200 transition-colors nav-link">Despre noi</a>
<a href="../roa/aplicatii-erp.html" class="text-white hover:text-blue-200 transition-colors nav-link">ROA</a>
<a href="../roa/cum-arata-roa.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cum arată ROA</a>
<a href="../roa/cum-arata-roa.html" class="text-white hover:text-blue-200 transition-colors nav-link">Cum arată ROA</a>
<div class="relative group">
<button class="text-white hover:text-blue-200 transition-colors flex items-center space-x-1 nav-link">
@@ -93,7 +92,7 @@
<li>
<div class="flex items-center">
<i data-lucide="chevron-right" class="w-4 h-4 text-gray-400"></i>
<a href="suport.html" class="ml-1 text-gray-700 hover:text-blue-600 md:ml-2">Suport</a>
<a href="roa-suport-tehnic.html" class="ml-1 text-gray-700 hover:text-blue-600 md:ml-2">Suport</a>
</div>
</li>
<li aria-current="page">
@@ -432,7 +431,7 @@
Copyright 2025 © <strong>Romfast SRL</strong>. Toate drepturile rezervate.
</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="politica-confidentialitate.html" class="text-blue-200 hover:text-white transition-colors text-sm">
<a href="../menu/politica-confidentialitate.html" class="text-blue-200 hover:text-white transition-colors text-sm">
Politică confidențialitate
</a>
</div>