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" }