diff --git a/client/pages/dashboards/DevLinkDashboard.tsx b/client/pages/dashboards/DevLinkDashboard.tsx
index f4b03378..889de865 100644
--- a/client/pages/dashboards/DevLinkDashboard.tsx
+++ b/client/pages/dashboards/DevLinkDashboard.tsx
@@ -132,8 +132,13 @@ export default function DevLinkDashboard() {
- Browse Roblox Jobs
-
- Find a Teammate
-
+ Find a Teammate
+ navigate("/dev-link/teams")}
+ variant="outline"
+ className="w-full border-blue-500/30 text-blue-300 hover:bg-blue-500/10"
+ style={{ fontFamily: theme.fontFamily }}
+ >
Search Teams
diff --git a/client/pages/dashboards/GameForgeDashboard.tsx b/client/pages/dashboards/GameForgeDashboard.tsx
index a3d13faa..321d2834 100644
--- a/client/pages/dashboards/GameForgeDashboard.tsx
+++ b/client/pages/dashboards/GameForgeDashboard.tsx
@@ -182,9 +182,13 @@ export default function GameForgeDashboard() {
{/* Submit Build CTA */}
- Ready to Ship?
+ Ready to Ship?
Submit your final build for evaluation
-
+ navigate("/gameforge/submit-build")}
+ className="bg-gradient-to-r from-green-600 to-emerald-600 hover:from-green-700 hover:to-emerald-700 text-lg px-8"
+ style={{ fontFamily: theme.fontFamily }}
+ >
Submit Final Build to aethex.fun
diff --git a/client/pages/dashboards/LabsDashboard.tsx b/client/pages/dashboards/LabsDashboard.tsx
index 74e0a4cd..59dc30b6 100644
--- a/client/pages/dashboards/LabsDashboard.tsx
+++ b/client/pages/dashboards/LabsDashboard.tsx
@@ -164,9 +164,13 @@ export default function LabsDashboard() {
{/* Submit Research Proposal CTA */}
- Have a Research Idea?
+ Have a Research Idea?
Submit your research proposal for the LABS pipeline
-
+ navigate("/labs/submit-proposal")}
+ className="bg-gradient-to-r from-amber-600 to-yellow-600 hover:from-amber-700 hover:to-yellow-700"
+ style={{ fontFamily: theme.fontFamily }}
+ >
Submit Research Proposal
diff --git a/client/pages/dashboards/StaffDashboard.tsx b/client/pages/dashboards/StaffDashboard.tsx
index ba1cf90e..0e7fa77f 100644
--- a/client/pages/dashboards/StaffDashboard.tsx
+++ b/client/pages/dashboards/StaffDashboard.tsx
@@ -145,18 +145,33 @@ export default function StaffDashboard() {
{/* Quick Links */}
- Quick Actions
+ Quick Actions
-
+ navigate("/staff/expenses")}
+ variant="outline"
+ className="border-purple-500/30 text-purple-300 hover:bg-purple-500/10 justify-start"
+ style={{ fontFamily: theme.fontFamily }}
+ >
File an Expense (SOP-302)
-
+ navigate("/staff/pto")}
+ variant="outline"
+ className="border-purple-500/30 text-purple-300 hover:bg-purple-500/10 justify-start"
+ style={{ fontFamily: theme.fontFamily }}
+ >
Request PTO (KND-300)
-
+ navigate("/staff/docs")}
+ variant="outline"
+ className="border-purple-500/30 text-purple-300 hover:bg-purple-500/10 justify-start"
+ style={{ fontFamily: theme.fontFamily }}
+ >
Internal Doc Hub