From 775b50b1c9ba849cf8636b2072dcb8af9768c718 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 22:56:16 +0000 Subject: [PATCH] Add enhanced hover effects and animations to user paths cgen-aad447b8c2674759bb2f266956598006 --- client/pages/Index.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 62549727..fea0e6ef 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -59,7 +59,8 @@ export default function Index() { description: 'Join our development community with access to tools, mentorship, and collaborative projects.', icon: GamepadIcon, features: ['Development Tools', 'Expert Mentorship', 'Project Collaboration', 'Technical Workshops'], - color: 'from-neon-purple to-aethex-500' + color: 'from-neon-purple to-aethex-500', + glowClass: 'glow-purple' }, { id: 'client', @@ -67,7 +68,8 @@ export default function Index() { description: 'Partner with us for custom game development and technical consulting services.', icon: BriefcaseIcon, features: ['Custom Development', 'Technical Consulting', 'Project Management', 'End-to-End Solutions'], - color: 'from-neon-blue to-aethex-400' + color: 'from-neon-blue to-aethex-400', + glowClass: 'glow-blue' }, { id: 'member', @@ -75,7 +77,8 @@ export default function Index() { description: 'Access cutting-edge research, networking opportunities, and exclusive content.', icon: UsersIcon, features: ['Research Access', 'Professional Network', 'Exclusive Events', 'Innovation Labs'], - color: 'from-neon-green to-aethex-600' + color: 'from-neon-green to-aethex-600', + glowClass: 'glow-green' }, { id: 'customer', @@ -83,7 +86,8 @@ export default function Index() { description: 'Explore our games, tools, and products designed for enhanced experiences.', icon: ShoppingCartIcon, features: ['Premium Games', 'Development Tools', 'Beta Access', 'Community Support'], - color: 'from-neon-yellow to-aethex-700' + color: 'from-neon-yellow to-aethex-700', + glowClass: 'glow-yellow' } ];