diff --git a/web/src/pages/LandingPage.jsx b/web/src/pages/LandingPage.jsx index 41ec4c6..959a33b 100644 --- a/web/src/pages/LandingPage.jsx +++ b/web/src/pages/LandingPage.jsx @@ -35,6 +35,7 @@ const stats = [ { value: "47", suffix: "s", label: "Avg time to diagnose" }, { value: "1,240", suffix: "+", label: "Faults resolved" }, { value: "12", suffix: "x", label: "Faster than manual triage" }, + { value: "0", suffix: "", label: "Data leakage" }, ]; function useInView(threshold = 0.15) { @@ -99,6 +100,7 @@ export default function LandingPage() { const [pipelineRef, pipelineVisible] = useInView(0.1); const [featuresRef, featuresVisible] = useInView(0.1); const [stepsRef, stepsVisible] = useInView(0.1); + const [problemsRef, problemsVisible] = useInView(0.1); return (
Technicians waste hours digging though dusty, 500 page physical manuals or fragmented PDFs to translate a single PLC fault code.
+Critical maintenance workarounds live only in the heads of senior engineers. When they retire or exit the plant floor, operational wisdom is permanently lost.
+Mismatches between machine logs, manufacturer documentation, and technician field languages (English, French, Arabic) create costly communication bottlenecks.
+