diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index a4e964cd..2dfc1c00 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -59,23 +59,23 @@ export default function Index() { title: "Game Development", description: "Full‑cycle production and tooling", icon: Zap, - color: "from-blue-500 to-purple-600", + color: "from-sky-500 to-indigo-600", link: "/game-development", - tags: ["Studios", "Indie"], + tags: ["Studios", "Tools"], }, { title: "Product Design", description: "UX/UI, prototyping, and branding", icon: Target, - color: "from-purple-500 to-pink-600", + color: "from-rose-500 to-fuchsia-600", link: "/consulting", - tags: ["UX/UI", "Brand"], + tags: ["UX", "Branding"], }, { title: "Platform Engineering", description: "Web, mobile, and backend foundations", icon: Users, - color: "from-green-500 to-blue-600", + color: "from-emerald-500 to-teal-600", link: "/consulting", tags: ["Web", "Backend"], }, @@ -83,7 +83,7 @@ export default function Index() { title: "Community & Growth", description: "Programs, content, and engagement", icon: TrendingUp, - color: "from-orange-500 to-red-600", + color: "from-amber-500 to-orange-600", link: "/community", tags: ["Programs", "Content"], }, @@ -291,7 +291,7 @@ export default function Index() { {/* Main Content */} -