Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:50:30 +00:00

View File

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