You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/app/page.tsx
+41-3Lines changed: 41 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,40 @@ export default function HomePage() {
14
14
const[mounted,setMounted]=useState(false);
15
15
const[paths,setPaths]=useState<any[]>([]);
16
16
17
+
// Fallback data - NEW universal paths (NO TCS/Infosys)
18
+
constFALLBACK_PATHS=[
19
+
{
20
+
title: "Logic & Precision",
21
+
slug: "logic-precision",
22
+
description: "The essential toolkit for every engineer who values accuracy over approximation. Master the core logic and critical thinking that supports every engineering discipline, from circuits to concrete.",
description: "Learn to navigate high-level friction, entropy, and edge cases in any system you design. Whether optimizing algorithms or infrastructure, learn to build what hasn't been built yet.",
skills: ["System Design","Edge Case Analysis","Deep Tech","Innovation"]
38
+
},
39
+
{
40
+
title: "Total Versatility",
41
+
slug: "total-versatility",
42
+
description: "Prepare for a dynamic future. Equip yourself to work in R&D, operations, product design, or field services. Be the engineer who thrives anywhere.",
0 commit comments