You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,42 +55,20 @@ export default function HeaderContent() {
49
55
</a>
50
56
</div>
51
57
</div>
52
-
<divclassName="w-full overflow-hidden">
53
-
<Marquee
54
-
gradient={true}
55
-
gradientColor="#46192b"
56
-
>
57
-
<divclassName="flex items-start">
58
-
<Testimonial
59
-
text="Payjoin usage improves the privacy of all bitcoiners by breaking the common input ownership heuristic - you can no longer assume all inputs belong to the sender."
text="Payjoin doesn't even have to be widely used to make the common input ownership heuristic unusable. Since payjoins are indistinguishable on-chain, it should suffice to have payjoin optionally available in most wallets."
<h2className="text-4xl">What people are saying</h2>
26
+
<Marquee
27
+
gradient={true}
28
+
gradientColor="#46192b"
29
+
>
30
+
<divclassName="flex items-stretch">
31
+
<Testimonial
32
+
text="Payjoin usage improves the privacy of all bitcoiners by breaking the common input ownership heuristic - you can no longer assume all inputs belong to the sender."
33
+
name="ODELL"
34
+
image="/img/avatars/odell.jpg"
35
+
/>
36
+
<Testimonial
37
+
text="Payjoin doesn't even have to be widely used to make the common input ownership heuristic unusable. Since payjoins are indistinguishable on-chain, it should suffice to have payjoin optionally available in most wallets."
38
+
name="El Flaco"
39
+
image="/img/avatars/elflaco.jpg"
40
+
/>
41
+
<Testimonial
42
+
text="More payjoin adoption would be a good thing. payjoin = https"
43
+
name="Gigi"
44
+
image="/img/avatars/gigi.jpg"
45
+
/>
46
+
<Testimonial
47
+
text="Wallet side p2p PayJoin is the future IMO... Bitcoin needs more PayJoin and p2p capable PayJoin wallet interop."
48
+
name="Adam Back"
49
+
image="/img/avatars/adamback.jpg"
50
+
/>
51
+
<Testimonial
52
+
text="Using Payjoin when spending is so underrated.
53
+
54
+
The ability to break common-input-ownership heuristic *and* completely obfuscate amount sent is extremely powerful."
0 commit comments