refactor: change vision section to point to docs since the firefox extension is deprecated

This commit is contained in:
Derrick Hammer 2023-09-30 01:19:34 -04:00
parent 25a0ce690b
commit f386120ea8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 2 deletions

View File

@ -17,11 +17,15 @@
<p class="font-body text-xl md:text-3xl text-body"> <p class="font-body text-xl md:text-3xl text-body">
Join us in shaping tomorrow's digital world. Unite with Web3 and lets connect. Join us in shaping tomorrow's digital world. Unite with Web3 and lets connect.
</p> </p>
<p class="font-body text-xl md:text-3xl text-body italic">
We are actively building, so if you want to understand the problems we are solving and are asking "What is
Lume?" ...
</p>
<div class="pt-10 w-full"> <div class="pt-10 w-full">
<a <a
href="https://web3extension.io" href="https://docs.lumeweb.com"
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body" class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
>Connect to Web3</a >View our Docs</a
> >
</div> </div>
</section> </section>