gpt-engineer-app[bot] commited on
Commit ·
875f1b6
1
Parent(s): 30d255f
Changes
Browse files- src/routes/index.tsx +1 -1
src/routes/index.tsx
CHANGED
|
@@ -27,7 +27,7 @@ function Landing() {
|
|
| 27 |
DriveCore routes every autonomous vehicle event, near miss, and sensor log through four specialized AI agents — surfacing root causes, compliance concerns, and operator coaching plans in seconds.
|
| 28 |
</p>
|
| 29 |
<div className="mt-10 flex items-center justify-center gap-3">
|
| 30 |
-
<Link to="/
|
| 31 |
Open the console <ArrowRight className="h-4 w-4"/>
|
| 32 |
</Link>
|
| 33 |
</div>
|
|
|
|
| 27 |
DriveCore routes every autonomous vehicle event, near miss, and sensor log through four specialized AI agents — surfacing root causes, compliance concerns, and operator coaching plans in seconds.
|
| 28 |
</p>
|
| 29 |
<div className="mt-10 flex items-center justify-center gap-3">
|
| 30 |
+
<Link to="/dashboard" className="inline-flex items-center gap-2 px-6 py-3 rounded-lg bg-primary text-primary-foreground font-semibold hover:bg-primary/90 shadow-[var(--shadow-glow)]">
|
| 31 |
Open the console <ArrowRight className="h-4 w-4"/>
|
| 32 |
</Link>
|
| 33 |
</div>
|