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

39 lines
1.3 KiB
Plaintext

---
import mulletMeme from "/src/assets/centralized-mullet-meme.png";
---
<section id="meme" class="tilted-bg">
<div class="flex flex-col-reverse lg:flex-row gap-10 mx-10 sm:mx-20 xl:mx-40">
<div class="space-y-10">
<h2
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
>
BUSTING THE DECENTERALIZED WEB3 MYTH
</h2>
<h3 class="font-display text-4xl md:text-6xl font-bold">
The Centralized Mullet
</h3>
<p class="font-body text-xl md:text-3xl 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-xl md:text-3xl text-body">
While some blockchains may be more decentralized than others, access to
nearly every blockchain is also centralized.
</p>
<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
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>