Karan6124 commited on
Commit
c3c23f8
·
1 Parent(s): 6d836a1

style(landing): update stats cards to be authentic to backend metrics and agent pipeline

Browse files
frontend/src/sections/HeroSection.jsx CHANGED
@@ -31,7 +31,7 @@ export default function HeroSection({ onOpenAuth, onViewWorkspace }) {
31
  </svg>
32
  ),
33
  value: "12.5 Sec",
34
- label: "Average Investigation Speed",
35
  },
36
  {
37
  icon: (
@@ -39,8 +39,8 @@ export default function HeroSection({ onOpenAuth, onViewWorkspace }) {
39
  <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
40
  </svg>
41
  ),
42
- value: "100%",
43
- label: "Automated Evidence Verification",
44
  },
45
  {
46
  icon: (
@@ -49,8 +49,8 @@ export default function HeroSection({ onOpenAuth, onViewWorkspace }) {
49
  <path d="M19.07 4.93a10 10 0 0 1 0 14.14M4.93 4.93a10 10 0 0 0 0 14.14" />
50
  </svg>
51
  ),
52
- value: "3 Agents",
53
- label: "Parallel Agent Pipeline",
54
  },
55
  ];
56
 
 
31
  </svg>
32
  ),
33
  value: "12.5 Sec",
34
+ label: "Average Agent Latency",
35
  },
36
  {
37
  icon: (
 
39
  <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
40
  </svg>
41
  ),
42
+ value: "Real-Time",
43
+ label: "DuckDuckGo Fact Verification",
44
  },
45
  {
46
  icon: (
 
49
  <path d="M19.07 4.93a10 10 0 0 1 0 14.14M4.93 4.93a10 10 0 0 0 0 14.14" />
50
  </svg>
51
  ),
52
+ value: "2 Agents",
53
+ label: "Orchestrated Pipeline",
54
  },
55
  ];
56