feat: configure explore hub smooth scroll anchor and update homepage legacy stats

This commit is contained in:
Amudieshwar A G
2026-07-22 11:57:38 +05:30
parent bcfc5f32e0
commit 0209657182
2 changed files with 12 additions and 21 deletions

View File

@@ -12,11 +12,11 @@ export const NAV_LINKS = [
// ─── Stats ────────────────────────────────────────────────────────────────────
export const STATS: Stat[] = [
{ value: 150, suffix: '+', label: 'PYQs', icon: 'FileText' },
{ value: 40, suffix: '+', label: 'Faculty', icon: 'Users' },
{ value: 25, suffix: '+', label: 'Clubs', icon: 'Star' },
{ value: 20, suffix: '+', label: 'Sports', icon: 'Trophy' },
{ value: 100, suffix: '+', label: 'Faculty', icon: 'Users' },
{ value: 18, suffix: '', label: 'Clubs', icon: 'Star' },
{ value: 24, suffix: '/7', label: 'AI Assistant', icon: 'Bot' },
{ value: 1000, suffix: '+', label: 'Students', icon: 'GraduationCap' },
{ value: 5000, suffix: '+', label: 'Students', icon: 'GraduationCap' },
];
// ─── Features ────────────────────────────────────────────────────────────────