diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 68774d40..a6641c64 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -16,8 +16,11 @@ import { ArrowRight, CheckCircle, Sparkles, - LayoutDashboard, + Zap, + Target, Users, + TrendingUp, + LayoutDashboard, Microscope, IdCard, } from "lucide-react"; @@ -43,6 +46,33 @@ export default function Index() { }, []); const features = [ + { + title: "Game Development", + description: "Full‑cycle production and tooling", + icon: Zap, + color: "from-blue-500 to-purple-600", + }, + { + title: "Product Design", + description: "UX/UI, prototyping, and branding", + icon: Target, + color: "from-purple-500 to-pink-600", + }, + { + title: "Platform Engineering", + description: "Web, mobile, and backend foundations", + icon: Users, + color: "from-green-500 to-blue-600", + }, + { + title: "Community & Growth", + description: "Programs, content, and engagement", + icon: TrendingUp, + color: "from-orange-500 to-red-600", + }, + ]; + + const platformFeatures = [ { title: "Dashboard", description: "Your projects, applications, and rewards — in one place", @@ -245,10 +275,10 @@ export default function Index() { AeThex
- Build in public, grow with community, and manage your work — from profile to production. + Where vision meets execution. We craft experiences through design, development, and community.
@@ -260,7 +290,38 @@ export default function Index() { const isActive = activeSection === index; return (+ {feature.description} +
+