From 0a0d5e54042d201ddb5a14b663e54b3e4b2df2ae Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 01:47:41 +0000 Subject: [PATCH] Unique colors for all 8 cards and add staggered fade-in cgen-39b6c845242d42f49b3595e7cff5f93f --- client/pages/Index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index a644bfcc..a4e964cd 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -94,7 +94,7 @@ export default function Index() { title: "Dashboard", description: "Your projects, applications, and rewards — in one place", icon: LayoutDashboard, - color: "from-blue-500 to-purple-600", + color: "from-rose-500 to-amber-500", link: "/dashboard", tags: ["Overview", "Rewards"], }, @@ -102,7 +102,7 @@ export default function Index() { title: "Community Feed", description: "Share progress, discover collaborators, and stay updated", icon: Users, - color: "from-purple-500 to-pink-600", + color: "from-indigo-500 to-cyan-500", link: "/feed", tags: ["Posts", "Collab"], }, @@ -110,7 +110,7 @@ export default function Index() { title: "Developer Passport", description: "A public profile with verifiable achievements", icon: IdCard, - color: "from-green-500 to-blue-600", + color: "from-fuchsia-500 to-violet-600", link: "/passport/me", tags: ["Profile", "Badges"], }, @@ -118,7 +118,7 @@ export default function Index() { title: "Docs & CLI", description: "Guides, API reference, and tooling to ship faster", icon: Microscope, - color: "from-orange-500 to-red-600", + color: "from-lime-500 to-emerald-600", link: "/docs", tags: ["Guides", "API"], }, @@ -316,11 +316,12 @@ export default function Index() { return (
@@ -362,11 +363,12 @@ export default function Index() { return (