Newer
Older
import { H5 } from "../components/Headings";
import PreCyse from "../components/precyse";
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
return (
<div className="col">
<div className="col header-container landing-page-header">
<div className="row align-items-center">
<div className="col header-button-row">
<p>
<div className="col">
<button> <b>CLICK</b> to go directly to our Project Description.</button>
</div>
</p>
<p>
<div className="col">
<button> <b>SKIP</b> to jump straight to the scienicy part of the animation.</button>
</div>
</p>
<p>
<div className="col">
<button> <b>SCROLL</b> to see whole animation.</button>
</div>
</p>
</div>
<div className="col header-button-row">
<div><H5 text="Or take a short tour through our highlights:"/> </div>
<p>What is <PreCyse/> → </p>
<p>→ </p>
<p>→ </p>
<p>→ </p>
<p>→ </p>
<p>→ </p>
</div>
</div>
</div>
<div className="base">
</div>
</div>
);