website refactor

This commit is contained in:
2026-01-17 22:55:03 +01:00
parent 64d9e7fd16
commit 69d4cce7f1
64 changed files with 1146 additions and 1014 deletions

View File

@@ -4,7 +4,7 @@
*/
export interface SponsorMetric {
icon: any; // React component (lucide-react icon)
icon: string; // Icon name (e.g. 'users', 'zap', 'calendar')
label: string;
value: string | number;
color?: string;