From 6df0c4a1fd0c534d633389538c1f308a2ed9d282 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:50:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6baa8f..3fa530d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { title: "Tilt Detection (Gyroscope Analysis)", description: "Tracks bike tilt angle in real-time. Alert triggers when angle exceeds 60° for sustained 1.5 seconds", bentoComponent: "animated-bar-chart" }, { - title: "Detection Steps", description: "Both conditions must be true simultaneously to confirm accident and trigger emergency alert protocol", bentoComponent: "3d-task-list", title: "Detection Steps", items: [ + title: "Detection Steps", description: "Both conditions must be true simultaneously to confirm accident and trigger emergency alert protocol", bentoComponent: "3d-task-list", items: [ { icon: Activity, label: "G-force spike detected", time: "T=0ms" }, { icon: RotateCcw, label: "Tilt angle >60°", time: "T=0ms" }, { icon: AlertTriangle, label: "Accident confirmed", time: "T=150ms" } -- 2.49.1