website refactor

This commit is contained in:
2026-01-15 19:55:46 +01:00
parent 5ef149b782
commit ce7be39155
154 changed files with 436 additions and 356 deletions

View File

@@ -51,13 +51,6 @@ export function StatCard({
green: 'text-performance-green',
orange: 'text-warning-amber'
};
const iconHexColors = {
blue: '#3b82f6',
purple: '#a78bfa',
green: '#34d399',
orange: '#fb923c'
};
const cardContent = (
<Card className={`${variantClasses[variant]} ${className} h-full`} p={5}>