edit about
This commit is contained in:
parent
84223e79d2
commit
23fc5d8a97
@ -16,8 +16,8 @@ export default function CTA() {
|
||||
<p className="mt-2 text-3xl font-bold tracking-tight text-gradient sm:text-4xl">Powered by ThreeFold</p>
|
||||
<p className="mt-6 text-base leading-7 text-gray-900">
|
||||
OurVerse is powered by the ThreeFold Grid, a decentralized infrastructure that ensures your metaverse experience is secure, scalable and truly independent.<br/><br/>
|
||||
By leveraging this innovative technology, we provide a fully decentralized platform where data confidentiality is paramount, and your interactions remain free from centralized control.</p>
|
||||
<div className="mt-8">
|
||||
Our proximity to ThreeFold's edge computing also allows rendering speeds unmatched in the industry. This allows streaming and graphic rendering at super high speeds with pixel perfect imagery, making Our Verse the first metaverse to achieve this status. Even on mobile devices, GPU rendering shows quality previously not available for such experiences.</p>
|
||||
<div className="mt-8 inline-flex gap-x-6">
|
||||
<a
|
||||
href="/community.html"
|
||||
className="inline-flex rounded-2xl bg-white/10 px-3.5 py-2.5 text-base font-semibold text-white shadow-sm btn-dark"
|
||||
|
@ -58,7 +58,7 @@ const featuredPost = {
|
||||
>
|
||||
Learn More
|
||||
</a>
|
||||
<a href="/events" className="text-base font-semibold leading-6 text-linkgo">
|
||||
<a href="/events" className="text-base font-semibold leading-6 text-link">
|
||||
See more events <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -185,7 +185,9 @@ export default function Featureshome() {
|
||||
</div>
|
||||
))}
|
||||
<div className="mt-6">
|
||||
<a href="/features" className="inline-flex rounded-2xl px-4 py-1.5 text-base font-semibold leading-7 text-white shadow-sm btn-dark"
|
||||
<a
|
||||
href="/features"
|
||||
className="inline-flex rounded-2xl px-4 py-1.5 text-base font-semibold leading-7 text-white shadow-sm btn-gradient-dark"
|
||||
>
|
||||
Explore Features
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user