-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpact.html
More file actions
55 lines (54 loc) · 1.82 KB
/
impact.html
File metadata and controls
55 lines (54 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: Impact & Results - Cassandra Docs
description: Discover how Cassandra is transforming patient care and healthcare outcomes.
---
<section class="py-20 bg-bleu-glacier text-blanc">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 fade-in">
<h1 class="text-4xl md:text-5xl font-bold text-center mb-12">
Transforming Patient Care
</h1>
<h3 class="text-2xl font-semibold text-center mb-12">
THE CASSANDRA ADVANTAGE
</h3>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 text-center">
<div>
<div class="text-4xl font-bold mb-2">4-6 HOURS → 8 MINUTES</div>
<p>Analysis time reduction</p>
</div>
<div>
<div class="text-4xl font-bold mb-2">100% CONSISTENCY</div>
<p>Reproducible measurements</p>
</div>
<div>
<div class="text-4xl font-bold mb-2">∞ SCALABILITY</div>
<p>Process thousands of cases simultaneously</p>
</div>
<div>
<div class="text-4xl font-bold mb-2">REAL-TIME</div>
<p>Instant clinical insights</p>
</div>
</div>
<h3 class="text-2xl font-semibold text-center mt-16 mb-8">
CLINICAL IMPACT:
</h3>
<div class="grid md:grid-cols-2 gap-8">
<div class="flex items-center">
<i class="fas fa-check text-2xl mr-4"></i>
<p>Faster diagnosis and treatment planning</p>
</div>
<div class="flex items-center">
<i class="fas fa-check text-2xl mr-4"></i>
<p>Reduced radiologist burnout</p>
</div>
<div class="flex items-center">
<i class="fas fa-check text-2xl mr-4"></i>
<p>Better patient outcomes</p>
</div>
<div class="flex items-center">
<i class="fas fa-check text-2xl mr-4"></i>
<p>Increased healthcare capacity</p>
</div>
</div>
</div>
</section>