diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 2a39af2..3bf3e0c 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { dashboard={{ title: "Bengaluru Flood Watch", stats: [ { - values: [3.5, 0, 0], description: "Flood Impact Reduction"}, + title: "Impact Reduction", values: [3.5, 0, 0], description: "Flood Impact Reduction"}, { - values: [98, 0, 0], description: "24-hr Prediction Accuracy"}, + title: "Prediction Accuracy", values: [98, 0, 0], description: "24-hr Prediction Accuracy"}, { - values: [4500, 0, 0], description: "Active Sensors"}, + title: "Active Sensors", values: [4500, 0, 0], description: "Active Sensors"}, ], logoIcon: CloudRain, sidebarItems: [