refactor: rewrite section to be more positive as a call to action to improve, and remove the mullet joke
This commit is contained in:
parent
5dfe30d79f
commit
98d8936faf
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
import mulletMeme from "/src/assets/centralized-mullet-meme.png";
|
import web3myth from "/src/assets/web3-myth.png";
|
||||||
---
|
---
|
||||||
|
|
||||||
<section id="meme" class="tilted-bgs">
|
<section id="meme" class="tilted-bgs">
|
||||||
|
@ -7,30 +7,25 @@ import mulletMeme from "/src/assets/centralized-mullet-meme.png";
|
||||||
<div class="space-y-10">
|
<div class="space-y-10">
|
||||||
<h2
|
<h2
|
||||||
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
|
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
|
||||||
>
|
>Busting the Web3 Myth: Embracing True Openness</h2>
|
||||||
Busting the Decentralized Web3 Myth
|
|
||||||
</h2>
|
|
||||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||||
The Decentralized Mullet
|
Time to Walk the Talk
|
||||||
</h3>
|
</h3>
|
||||||
<p class="font-body text-xl md:text-3xl text-body">
|
<p class="font-body text-xl md:text-3xl text-body">
|
||||||
Right now, despite many claims, a majority, <b>if not all</b>, the
|
|
||||||
services that build the legos of Web3 are actually centralized, both
|
|
||||||
with what you can <b>see</b> and what you <b>can't.</b>
|
|
||||||
</p>
|
|
||||||
<p class="font-body text-xl md:text-3xl text-body">
|
|
||||||
While some <b>blockchains</b> may be more <b>decentralized</b> than others,
|
|
||||||
access to nearly every blockchain is also
|
|
||||||
<b>centralized</b>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
Let's have a heart-to-heart about Web3. There's a myth that needs to be cleared up. Some folks claim it's all about being wide open, but the reality is a bit more nuanced.
|
||||||
|
</p>
|
||||||
<p class="font-body text-xl md:text-3xl text-body">
|
<p class="font-body text-xl md:text-3xl text-body">
|
||||||
So consider this a call to action for our community to go back to ethos
|
Not every Web3 service walks the talk. Censorship can actually find its way into blockchains too. It's a surprising twist, but it's something we need to fix.</p>
|
||||||
and make Web3 <i>real</i>.
|
<p class="font-body text-xl md:text-3xl text-body">
|
||||||
|
But hold up – we're not here to point fingers. We're here to set things straight. It's about acknowledging the facts and rolling up our sleeves. Together, we're pushing for actual openness and the kind of decentralization that counts. It's not about fancy words; it's about action.
|
||||||
|
</p>
|
||||||
|
<p class="font-body text-xl md:text-3xl text-body">
|
||||||
|
So, let's dive in and make Web3 what it's meant to be – no myths, just reality. Join us – it's time to turn talk into a true, open web for all.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
src={mulletMeme.src}
|
src={web3myth.src}
|
||||||
class="w-[500px] xl:w-[650px] max-h-[550px] self-center"
|
class="w-[500px] xl:w-[650px] max-h-[550px] self-center"
|
||||||
alt="Web 1"
|
alt="Web 1"
|
||||||
style="padding-bottom: 3em"
|
style="padding-bottom: 3em"
|
||||||
|
|
Loading…
Reference in New Issue