diff --git a/src/constants/index.ts b/src/constants/index.ts index b032620..07d88c0 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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 ──────────────────────────────────────────────────────────────── diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index a0f80f6..edb4ecd 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -37,17 +37,12 @@ export default function Home() { initial={{ opacity: 0, scale: 0.95 }} animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.7 }} - className="relative w-full max-w-lg group" + className="relative w-full max-w-lg" > - {/* Ambient Blurry Glow behind the image container */} -
- - {/* Main campus image/graphic card */} + {/* Main campus image/graphic card with soft blurry drop shadow */}
- {/* Glassmorphic border overlay (frosted edge blur effect) */} -
-
- {/* Subtle dark gradient overlay to ensure text contrast */} -
+
{/* Text on top of the image (RIT Events Hub Style) */}
@@ -121,7 +112,7 @@ export default function Home() { transition={{ duration: 0.6, delay: 0.3 }} className="flex flex-wrap gap-4 mb-8" > - + - + {/* ─── Features Section ─────────────────────────────────────────────────── */} -
+