lumeweb.com/src/components/Home/Meme/Meme.astro

39 lines
1.3 KiB
Plaintext

---
import meme1 from "/src/assets/meme-1.png";
import meme2 from "/src/assets/meme-2.png";
import meme3 from "/src/assets/meme-3.png";
import meme4 from "/src/assets/meme-4.png";
import mulletMeme from "/src/assets/centralized-mullet-meme.png";
---
<section id="meme" class="tilted-bg">
<div class="flex flex-row gap-10 md:mx-20 xl:mx-40">
<div class="space-y-10">
<h2 class="font-display text-primary font-bold text-2xl uppercase">
BUSTING THE DECENTERALIZED WEB3 MYTH
</h2>
<h3 class="font-display text-6xl font-bold">The Centralized Mullet</h3>
<p class="font-body text-2xl text-body">
Right now, despite many claims, a majority, if not all, the services
that build the legos of Web3 are actually centralized, both with what
you can see and what you can't.
</p>
<p class="font-body text-2xl text-body">
While some blockchains may be more decentralized than others, access to
nearly every blockchain is also entralized.
</p>
<p class="font-body text-2xl text-body">
So consider this a call to action for our community to go back to ethos
and make Web3 real.
</p>
</div>
<img
src={mulletMeme.src}
class="w-[500px] xl:w-[550px] max-h-[650px] self-center"
alt="Web 1"
style="padding-bottom: 3em"
/>
</div>
</section>