Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 13a68d0

Browse files
committed
update page content; change wave speed/height
1 parent dbb5f47 commit 13a68d0

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

src/components/About.tsx

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export function About(): JSX.Element {
99
className=""
1010
paused={false}
1111
options={{
12-
height: 40,
13-
amplitude: 60,
14-
speed: 0.2,
15-
points: 8,
12+
height: 100,
13+
amplitude: 30,
14+
speed: 0.15,
15+
points: 5,
1616
}}
1717
/>
1818
</div>
@@ -22,9 +22,9 @@ export function About(): JSX.Element {
2222
className=""
2323
paused={false}
2424
options={{
25-
height: 40,
26-
amplitude: 60,
27-
speed: 0.2,
25+
height: 100,
26+
amplitude: 30,
27+
speed: 0.1,
2828
points: 3,
2929
}}
3030
/>
@@ -36,33 +36,34 @@ export function About(): JSX.Element {
3636
<h2 className="md:text-6xl lg:text-7xl lg:inline hidden font-bold text-poly-indigo-1 title-shadow w-[700px]">
3737
What{" "}
3838
<span className="md:text-6xl lg:text-7xl lg:inline md:inline hidden font-bold text-poly-indigo-1 w-auto">
39-
Polyproto
39+
polyproto
4040
</span>{" "}
4141
is <br /> all about?
4242
</h2>
4343
<h2 className="text-4xl md:text-5xl font-bold text-poly-black">
4444
What{" "}
45-
<span className="text-4xl md:text-5xl font-bold text-poly-indigo-1 inline-block w-auto title-main">
46-
Polyproto
45+
<span className="text-4xl md:text-5xl font-bold text-poly-indigo-1 inline-block w-auto title-main ease-out transform hover:scale-105 transition duration-500">
46+
polyproto
4747
</span>{" "}
4848
is all about?
4949
</h2>
5050
</div>
5151
<div className="mt-10 md:col-start-2 col-span-10 lg:mt-0 lg:col-start-7 lg:col-span-6 lg:hidden">
52-
<img className="w-full" src="img/Capa_1.png" alt="" />
52+
<img className="w-full" src="img/Capa_1.png" alt="Diagram showing digital signature verification flow: YOU send signed message to FOREIGN SERVER, which forwards to OTHER USER, who verifies signature via HOME SERVER." />
5353
</div>
5454
<p className="text-poly-black text-lg mt-10">
55-
Lorem ipsum dolor sit amet consectetur adipisicing elit.
56-
Dignissimos aliquid repudiandae deleniti placeat reiciendis quasi
57-
asperiores quia aspernatur esse corporis obcaecati, at repellat
58-
reprehenderit natus dolores ea quas sequi facilis.
55+
polyproto is all about decentralized, federated data exchange using tried and true
56+
concepts. Designed to be flexible, polyproto can fit almost any usecase. The best part?
57+
The user remains in control. No more losing friends and followers if your old homeserver
58+
sunsets. Feel free to migrate to another homeserver at any time, even if your old homeserver
59+
has shut down ages ago.
5960
</p>
6061
<div className="flex items-center justify-center lg:justify-start">
6162
<Anchor
6263
href="/docs/intro"
6364
className="w-72 mt-10 border-black text-xl"
6465
>
65-
see more
66+
learn more
6667
</Anchor>
6768
</div>
6869
</div>

src/components/Contribute.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export function Contribute(): JSX.Element {
99
fill="#e1f852"
1010
paused={false}
1111
options={{
12-
height: 40,
13-
amplitude: 60,
14-
speed: 0.2,
15-
points: 10,
12+
height: 80,
13+
amplitude: 30,
14+
speed: 0.15,
15+
points: 6,
1616
}}
1717
/>
1818
</div>
@@ -23,7 +23,7 @@ export function Contribute(): JSX.Element {
2323
options={{
2424
height: 100,
2525
amplitude: 30,
26-
speed: 0.2,
26+
speed: 0.05,
2727
points: 5,
2828
}}
2929
/>

src/components/GetStarted.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function GetStarted(): JSX.Element {
1212
options={{
1313
height: 100,
1414
amplitude: 30,
15-
speed: 0.2,
15+
speed: 0.05,
1616
points: 12,
1717
}}
1818
/>
@@ -24,8 +24,8 @@ export function GetStarted(): JSX.Element {
2424
className="-mb-2"
2525
options={{
2626
height: 100,
27-
amplitude: 30,
28-
speed: 0.15,
27+
amplitude: 20,
28+
speed: 0.1,
2929
points: 7,
3030
}}
3131
/>
@@ -58,8 +58,8 @@ export function GetStarted(): JSX.Element {
5858
options={{
5959
height: 100,
6060
amplitude: 30,
61-
speed: 0.2,
62-
points: 14,
61+
speed: 0.1,
62+
points: 7,
6363
}}
6464
/>
6565
</div>
@@ -71,7 +71,7 @@ export function GetStarted(): JSX.Element {
7171
options={{
7272
height: 100,
7373
amplitude: 30,
74-
speed: 0.15,
74+
speed: 0.1,
7575
points: 5,
7676
}}
7777
/>

0 commit comments

Comments
 (0)