-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem.html
More file actions
40 lines (39 loc) · 1.45 KB
/
problem.html
File metadata and controls
40 lines (39 loc) · 1.45 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
---
layout: default
title: The Problem - Cassandra Docs
description: Understanding the challenges in modern oncology that Cassandra addresses.
---
<section class="py-20 bg-anthracite 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">
The Challenge in Modern Oncology
</h1>
<div class="text-center mb-12">
<p class="text-xl mb-8">
Every year, over 300,000 people worldwide are diagnosed with brain
tumors.
</p>
<h3 class="text-2xl font-semibold mb-6">THE CURRENT REALITY:</h3>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center">
<i class="fas fa-clock text-6xl text-bleu-glacier mb-4"></i>
<p class="text-lg">4-6 hours of manual analysis per patient</p>
</div>
<div class="text-center">
<i class="fas fa-ruler-combined text-6xl text-bleu-glacier mb-4"></i>
<p class="text-lg">Measurements vary between doctors by up to 30%</p>
</div>
<div class="text-center">
<i class="fas fa-hourglass-half text-6xl text-bleu-glacier mb-4"></i>
<p class="text-lg">
Limited capacity means patients wait weeks for results
</p>
</div>
</div>
<p class="text-center text-lg mt-12 italic">
Behind every scan is a patient waiting for answers. Every hour of delay is
an hour of uncertainty.
</p>
</div>
</section>