ARREGLOS: Correccion de comentarios y cambio en tablas productos, cambiados los tipos de productos a (bike, accessory, clothing, spare) para manejo futuro de repuestos y carga de datos de excel de productos.

This commit is contained in:
Bryam105
2026-01-28 09:44:01 -03:30
parent 5b5c8b2fc6
commit 869d3e1a2c
22 changed files with 76 additions and 123 deletions
@@ -4,6 +4,7 @@
$colors = [
'gray' => 'bg-gray-700 text-gray-300',
'red' => 'bg-red-900/50 text-red-300 border border-red-800',
'blue' => 'bg-blue-900/50 text-blue-300 border border-blue-800',
'green' => 'bg-green-900/50 text-green-300 border border-green-800',
'yellow' => 'bg-yellow-900/50 text-yellow-300 border border-yellow-800',
'neon' => 'bg-[#ccff00]/10 text-[#ccff00] border border-[#ccff00]/50',